Less-Than with Dot
Name Less-Than with Dot
Unicode U+22D6
CSS Code \22D6
HTML Entity ⋖
HTML Code ⋖
html
<div>&#8918;</div>
css
div::before {
  content: "\22D6";
}