HTML Entity/Symbol⅚(VULGAR FRACTION FIVE SIXTHS )

Copy this symbol

VULGAR FRACTION FIVE SIXTHS

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

⅚
⅚
U+0215A
\215a
⅚

HTML Examples

Using HTML Code value in HTML file

<span> &#8538; </span>

Using HTML Entity value in HTML file

<span> &frac56; </span>

CSS Example

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

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