Neither Greater-Than nor Equivalent To
Name Neither Greater-Than nor Equivalent To
Unicode U+2275
CSS Code \2275
HTML Entity ≵
HTML Code ≵
html
<div>&#8821;</div>
css
div::before {
  content: "\2275";
}