Neither Greater-Than nor Equal To
Name Neither Greater-Than nor Equal To
Unicode U+2271
CSS Code \2271
HTML Entity ≱
HTML Code ≱
html
<div>&#8817;</div>
css
div::before {
  content: "\2271";
}