Much Less-Than
Name Much Less-Than
Unicode U+226A
CSS Code \226A
HTML Entity ≪
HTML Code ≪
html
<div>&#8810;</div>
css
div::before {
  content: "\226A";
}