Fraction One Eighth
Name Fraction One Eighth
Unicode U+215B
CSS Code \215B
HTML Entity ⅛
HTML Code ⅛
html
<div>&#8539;</div>
css
div::before {
  content: "\215B";
}