HTML Entity/Symbol⪥(GREATER-THAN BESIDE LESS-THAN )

Copy this symbol

GREATER-THAN BESIDE LESS-THAN

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

⪥
⪥
U+02AA5
\2aa5
⪥

HTML Examples

Using HTML Code value in HTML file

<span> &#10917; </span>

Using HTML Entity value in HTML file

<span> &gla; </span>

CSS Example

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

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