Much Greater-Than
Name Much Greater-Than
Unicode U+226B
CSS Code \226B
HTML Entity ≫
HTML Code ≫
html
<div>&#8811;</div>
css
div::before {
  content: "\226B";
}