HTML Entity/Symbol⋛(GREATER-THAN EQUAL TO OR LESS-THAN )

Copy this symbol

GREATER-THAN EQUAL TO OR LESS-THAN

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

⋛
⋛
U+022DB
\22db
⋛

HTML Examples

Using HTML Code value in HTML file

<span> &#8923; </span>

Using HTML Entity value in HTML file

<span> &gel; </span>

CSS Example

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

span { 
    content: "\22db";
}
All HTML Symbols