Ring Operator
Name Ring Operator
Unicode U+2218
CSS Code \2218
HTML Entity ∘
HTML Code ∘
html
<div>&#8728;</div>
css
div::before {
  content: "\2218";
}