Image Of
Name Image Of
Unicode U+22B7
CSS Code \22B7
HTML Entity ⊷
HTML Code ⊷
html
<div>&#8887;</div>
css
div::before {
  content: "\22B7";
}