Fraction Three Eighths
Name Fraction Three Eighths
Unicode U+215C
CSS Code \215C
HTML Entity ⅜
HTML Code ⅜
html
<div>&#8540;</div>
css
div::before {
  content: "\215C";
}