HTML Entity/Symbol≹(NEITHER GREATER-THAN NOR LESS-THAN )

Copy this symbol

NEITHER GREATER-THAN NOR LESS-THAN

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

≹
≹
U+02279
\2279
≹

HTML Examples

Using HTML Code value in HTML file

<span> &#8825; </span>

Using HTML Entity value in HTML file

<span> &NotGreaterLess; </span>

CSS Example

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

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