Math

Vulgar Fraction Four Fifths ⅘

The four-fifths fraction is a precomposed Unicode character displaying ⅘ as a single glyph. It represents 80% expressed as a fraction. The character completes the set of fifth fractions (⅕ through ⅘) available as precomposed Unicode characters in the Number Forms block.

All Representations

Named Entity
⅘
Decimal Code
⅘
Hex Code
⅘
Unicode
U+2158

Rendered Output

⅘ renders as the character shown above

When to Use Vulgar Fraction Four Fifths

Use the four-fifths fraction in mathematical content, survey results, and educational materials where the fraction form is preferred over the decimal or percentage equivalent. It provides a clean, compact representation in running text.

Try It — HTML Examples

Named entity in text
<p>Symbol: &frac45;</p>
Decimal reference
<p>Symbol: &#8536;</p>
Hex reference
<p>Symbol: &#x2158;</p>
Inside an HTML attribute
<div title="The Vulgar Fraction Four Fifths: &frac45;">Hover to see</div>

About the Vulgar Fraction Four Fifths Entity

The Vulgar Fraction Four Fifths character (⅘) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &frac45;, the decimal numeric character reference &#8536;, or the hexadecimal numeric reference &#x2158;. The character is assigned Unicode code point U+2158 in the Universal Character Set.

The four-fifths fraction is a precomposed Unicode character displaying ⅘ as a single glyph. It represents 80% expressed as a fraction. The character completes the set of fifth fractions (⅕ through ⅘) available as precomposed Unicode characters in the Number Forms block.

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 Four Fifths character in your HTML documents, the named entity &frac45; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8536; and hexadecimal form &#x2158; 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 four-fifths fraction in mathematical content, survey results, and educational materials where the fraction form is preferred over the decimal or percentage equivalent. It provides a clean, compact representation in running text.

Related Entities

Explore More HTML Entities

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