HTML Entity/Symbol⅝(VULGAR FRACTION FIVE EIGHTHS )

Copy this symbol

VULGAR FRACTION FIVE EIGHTHS

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

⅝
⅝
U+0215D
\215d
⅝

HTML Examples

Using HTML Code value in HTML file

<span> &#8541; </span>

Using HTML Entity value in HTML file

<span> &frac58; </span>

CSS Example

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

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