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