Greater-Than or Equal To
Name Greater-Than or Equal To
Unicode U+2265
CSS Code \2265
HTML Entity ≥
HTML Code ≥
html
<div>&#8805;</div>
css
div::before {
  content: "\2265";
}