Greater-Than Equal To or Less-Than
Name Greater-Than Equal To or Less-Than
Unicode U+22DB
CSS Code \22DB
HTML Entity ⋛
HTML Code ⋛
html
<div>&#8923;</div>
css
div::before {
  content: "\22DB";
}