Spherical Angle
Name Spherical Angle
Unicode U+2222
CSS Code \2222
HTML Entity ∢
HTML Code ∢
html
<div>&#8738;</div>
css
div::before {
  content: "\2222";
}