HTML Entity/Symbol♂(MALE SIGN )

Copy this symbol

MALE SIGN

Click on any of the following code values to copy to clipboard.

♂
♂
U+02642
\2642
♂

HTML Examples

Using HTML Code value in HTML file

<span> &#9794; </span>

Using HTML Entity value in HTML file

<span> &male; </span>

CSS Example

Using CSS content code of the HTML entity &male; to specify in a CSS file

span { 
    content: "\2642";
}
All HTML Symbols