Greater-Than But Not Equivalent To
Name Greater-Than But Not Equivalent To
Unicode U+22E7
CSS Code \22E7
HTML Entity ⋧
HTML Code ⋧
html
<div>&#8935;</div>
css
div::before {
  content: "\22E7";
}