Anticlockwise Contour Integral

UNICODE

U+02233

HEX CODE

∳

HTML CODE

∳

HTML ENTITY

∳

CSS CODE

\2233
// html example
<span>&#8755;</span>

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