Proportion
Name Proportion
Unicode U+2237
CSS Code \2237
HTML Entity ∷
HTML Code ∷
html
<div>&#8759;</div>
css
div::before {
  content: "\2237";
}