Neither Greater-Than nor Less-Than
Name Neither Greater-Than nor Less-Than
Unicode U+2279
CSS Code \2279
HTML Entity ≹
HTML Code ≹
html
<div>&#8825;</div>
css
div::before {
  content: "\2279";
}