HTML Entity/Symbol⪞(SIMILAR OR GREATER-THAN )

Copy this symbol

SIMILAR OR GREATER-THAN

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

⪞
⪞
U+02A9E
\2a9e
⪞

HTML Examples

Using HTML Code value in HTML file

<span> &#10910; </span>

Using HTML Entity value in HTML file

<span> &simg; </span>

CSS Example

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

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