Not Less-Than
Name Not Less-Than
Unicode U+226E
CSS Code \226E
HTML Entity ≮
HTML Code ≮
html
<div>&#8814;</div>
css
div::before {
  content: "\226E";
}