Ratio
Name Ratio
Unicode U+2236
CSS Code \2236
HTML Entity ∶
HTML Code ∶
html
<div>&#8758;</div>
css
div::before {
  content: "\2236";
}