HTML Entity/Symbol≯(NOT GREATER-THAN )

Copy this symbol

NOT GREATER-THAN

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

≯
≯
U+0226F
\226f
≯

HTML Examples

Using HTML Code value in HTML file

<span> &#8815; </span>

Using HTML Entity value in HTML file

<span> &ngt; </span>

CSS Example

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

span { 
    content: "\226f";
}
All HTML Symbols