Clockwise Integral
Name Clockwise Integral
Unicode U+2231
CSS Code \2231
HTML Entity ∱
HTML Code ∱
html
<div>&#8753;</div>
css
div::before {
  content: "\2231";
}