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

Copy this symbol

NEITHER LESS-THAN NOR GREATER-THAN

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

≸
≸
U+02278
\2278
≸

HTML Examples

Using HTML Code value in HTML file

<span> &#8824; </span>

Using HTML Entity value in HTML file

<span> &NotLessGreater; </span>

CSS Example

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

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