HTML Entity/Symbol⅔(VULGAR FRACTION TWO THIRDS )

Copy this symbol

VULGAR FRACTION TWO THIRDS

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

⅔
⅔
U+02154
\2154
⅔

HTML Examples

Using HTML Code value in HTML file

<span> &#8532; </span>

Using HTML Entity value in HTML file

<span> &frac23; </span>

CSS Example

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

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