HTML Entity/Symbol⅗(VULGAR FRACTION THREE FIFTHS )

Copy this symbol

VULGAR FRACTION THREE FIFTHS

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

⅗
⅗
U+02157
\2157
⅗

HTML Examples

Using HTML Code value in HTML file

<span> &#8535; </span>

Using HTML Entity value in HTML file

<span> &frac35; </span>

CSS Example

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

span { 
    content: "\2157";
}
All HTML Symbols