Angle
Name Angle
Unicode U+2220
CSS Code \2220
HTML Entity ∠
HTML Code ∠
html
<div>&#8736;</div>
css
div::before {
  content: "\2220";
}