Neither Less-Than nor Equivalent To
Name Neither Less-Than nor Equivalent To
Unicode U+2274
CSS Code \2274
HTML Entity ≴
HTML Code ≴
html
<div>&#8820;</div>
css
div::before {
  content: "\2274";
}