¾
Math

Vulgar Fraction Three Quarters ¾

The three-quarters fraction is a precomposed character displaying ¾ as a single glyph. As one of the three original Latin-1 fraction characters, it has universal font and rendering support. It appears in recipes, measurements, time expressions, and financial contexts involving three-quarter values.

All Representations

Named Entity
¾
Decimal Code
¾
Hex Code
¾
Unicode
U+00BE

Rendered Output

¾

¾ renders as the character shown above

When to Use Vulgar Fraction Three Quarters

Use the three-quarters fraction in recipes (¾ cup), time references (quarter to the hour), sleeve lengths (¾ sleeve), and measurement contexts. Like ¼ and ½, it is part of the original Latin-1 character set and renders reliably everywhere, including legacy systems and email clients.

Try It — HTML Examples

Named entity in text
<p>Symbol: &frac34;</p>
Decimal reference
<p>Symbol: &#190;</p>
Hex reference
<p>Symbol: &#xBE;</p>
Inside an HTML attribute
<div title="The Vulgar Fraction Three Quarters: &frac34;">Hover to see</div>

About the Vulgar Fraction Three Quarters Entity

The Vulgar Fraction Three Quarters character (¾) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &frac34;, the decimal numeric character reference &#190;, or the hexadecimal numeric reference &#xBE;. The character is assigned Unicode code point U+00BE in the Universal Character Set.

The three-quarters fraction is a precomposed character displaying ¾ as a single glyph. As one of the three original Latin-1 fraction characters, it has universal font and rendering support. It appears in recipes, measurements, time expressions, and financial contexts involving three-quarter values.

Mathematical HTML entities enable web authors to display proper mathematical notation without relying on images or specialized rendering libraries like MathJax or KaTeX. While complex equations and multi-line formulas may still benefit from dedicated math typesetting tools, individual symbols expressed as HTML entities render quickly, remain accessible to screen readers, and can be styled with CSS just like regular text content.

When deciding how to encode the Vulgar Fraction Three Quarters character in your HTML documents, the named entity &frac34; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#190; and hexadecimal form &#xBE; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the three-quarters fraction in recipes (¾ cup), time references (quarter to the hour), sleeve lengths (¾ sleeve), and measurement contexts. Like ¼ and ½, it is part of the original Latin-1 character set and renders reliably everywhere, including legacy systems and email clients.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.