Less-Than or Greater-Than
Name Less-Than or Greater-Than
Unicode U+2276
CSS Code \2276
HTML Entity ≶
HTML Code ≶
html
<div>&#8822;</div>
css
div::before {
  content: "\2276";
}