HTML Entity/Symbol≷(GREATER-THAN OR LESS-THAN )

Copy this symbol

GREATER-THAN OR LESS-THAN

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

≷
≷
U+02277
\2277
≷

HTML Examples

Using HTML Code value in HTML file

<span> &#8823; </span>

Using HTML Entity value in HTML file

<span> &gl; </span>

CSS Example

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

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