Greater-Than or Equivalent To
Name Greater-Than or Equivalent To
Unicode U+2273
CSS Code \2273
HTML Entity ≳
HTML Code ≳
html
<div>&#8819;</div>
css
div::before {
  content: "\2273";
}