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

Copy this symbol

LESS-THAN OR GREATER-THAN

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

≶
≶
U+02276
\2276
≶

HTML Examples

Using HTML Code value in HTML file

<span> &#8822; </span>

Using HTML Entity value in HTML file

<span> &LessGreater; </span>

CSS Example

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

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