Greater-Than Over Equal To
Name Greater-Than Over Equal To
Unicode U+2267
CSS Code \2267
HTML Entity ≧
HTML Code ≧
html
<div>&#8807;</div>
css
div::before {
  content: "\2267";
}