Clockwise Contour Integral

UNICODE

U+02232

HEX CODE

∲

HTML CODE

∲

HTML ENTITY

∲

CSS CODE

\2232
// html example
<span>&#8754;</span>

// css example
span {
  content: "\2232";
}