Very Much Less-Than
Name Very Much Less-Than
Unicode U+22D8
CSS Code \22D8
HTML Entity ⋘
HTML Code ⋘
html
<div>&#8920;</div>
css
div::before {
  content: "\22D8";
}