HTML Entity/Symbol¾(VULGAR FRACTION THREE QUARTERS )

¾
Copy this symbol

VULGAR FRACTION THREE QUARTERS

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

¾
¾
U+000BE
\00be
¾

HTML Examples

Using HTML Code value in HTML file

<span> &#190; </span>

Using HTML Entity value in HTML file

<span> &frac34; </span>

CSS Example

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

span { 
    content: "\00be";
}
All HTML Symbols