Not Greater-Than
Name Not Greater-Than
Unicode U+226F
CSS Code \226F
HTML Entity ≯
HTML Code ≯
html
<div>&#8815;</div>
css
div::before {
  content: "\226F";
}