Geometric Proportion
Name Geometric Proportion
Unicode U+223A
CSS Code \223A
HTML Entity ∺
HTML Code ∺
html
<div>&#8762;</div>
css
div::before {
  content: "\223A";
}