Fraction Five Eighths
Name Fraction Five Eighths
Unicode U+215D
CSS Code \215D
HTML Entity ⅝
HTML Code ⅝
html
<div>&#8541;</div>
css
div::before {
  content: "\215D";
}