HTML Entity/Symbol⅞(VULGAR FRACTION SEVEN EIGHTHS )

Copy this symbol

VULGAR FRACTION SEVEN EIGHTHS

Click on any of the following code values to copy to clipboard.

⅞
⅞
U+0215E
\215e
⅞

HTML Examples

Using HTML Code value in HTML file

<span> &#8542; </span>

Using HTML Entity value in HTML file

<span> &frac78; </span>

CSS Example

Using CSS content code of the HTML entity &frac78; to specify in a CSS file

span { 
    content: "\215e";
}
All HTML Symbols