HTML Entity/Symbol⪠(SIMILAR ABOVE GREATER-THAN ABOVE EQUALS SIGN )

Copy this symbol

SIMILAR ABOVE GREATER-THAN ABOVE EQUALS SIGN

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

⪠
⪠
U+02AA0
\2aa0
⪠

HTML Examples

Using HTML Code value in HTML file

<span> &#10912; </span>

Using HTML Entity value in HTML file

<span> &simgE; </span>

CSS Example

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

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