Greater-Than with Dot
Name Greater-Than with Dot
Unicode U+22D7
CSS Code \22D7
HTML Entity ⋗
HTML Code ⋗
html
<div>&#8919;</div>
css
div::before {
  content: "\22D7";
}