Neither Less-Than nor Equal To
Name Neither Less-Than nor Equal To
Unicode U+2270
CSS Code \2270
HTML Entity ≰
HTML Code ≰
html
<div>&#8816;</div>
css
div::before {
  content: "\2270";
}