HTML Entity/Symbol⪟(SIMILAR ABOVE LESS-THAN ABOVE EQUALS SIGN )

Copy this symbol

SIMILAR ABOVE LESS-THAN ABOVE EQUALS SIGN

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

⪟
⪟
U+02A9F
\2a9f
⪟

HTML Examples

Using HTML Code value in HTML file

<span> &#10911; </span>

Using HTML Entity value in HTML file

<span> &simlE; </span>

CSS Example

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

span { 
    content: "\2a9f";
}
All HTML Symbols