Fraction Two Thirds
Name Fraction Two Thirds
Unicode U+2154
CSS Code \2154
HTML Entity ⅔
HTML Code ⅔
html
<div>&#8532;</div>
css
div::before {
  content: "\2154";
}