HTML Entity/Symbol⌣(SMILE )

Copy this symbol

SMILE

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

⌣
⌣
U+02323
\2323
⌣

HTML Examples

Using HTML Code value in HTML file

<span> &#8995; </span>

Using HTML Entity value in HTML file

<span> &smile; </span>

CSS Example

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

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