Greater-Than But Not Equal To
Name Greater-Than But Not Equal To
Unicode U+2269
CSS Code \2269
HTML Entity ≩
HTML Code ≩
html
<div>&#8809;</div>
css
div::before {
  content: "\2269";
}