Math

Vulgar Fraction Five Sixths ⅚

The five-sixths fraction is a precomposed Unicode character displaying ⅚ as a single glyph. It complements the one-sixth fraction and appears in probability contexts, time calculations (50 minutes = ⅚ hour), and mathematical content.

All Representations

Named Entity
⅚
Decimal Code
⅚
Hex Code
⅚
Unicode
U+215A

Rendered Output

⅚ renders as the character shown above

When to Use Vulgar Fraction Five Sixths

Use the five-sixths fraction in probability discussions, time arithmetic, and mathematical content where the precomposed fraction character provides better typography than the plain-text 5/6 representation.

Try It — HTML Examples

Named entity in text
<p>Symbol: &frac56;</p>
Decimal reference
<p>Symbol: &#8538;</p>
Hex reference
<p>Symbol: &#x215A;</p>
Inside an HTML attribute
<div title="The Vulgar Fraction Five Sixths: &frac56;">Hover to see</div>

About the Vulgar Fraction Five Sixths Entity

The Vulgar Fraction Five Sixths character (⅚) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &frac56;, the decimal numeric character reference &#8538;, or the hexadecimal numeric reference &#x215A;. The character is assigned Unicode code point U+215A in the Universal Character Set.

The five-sixths fraction is a precomposed Unicode character displaying ⅚ as a single glyph. It complements the one-sixth fraction and appears in probability contexts, time calculations (50 minutes = ⅚ hour), and mathematical content.

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 Five Sixths character in your HTML documents, the named entity &frac56; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8538; and hexadecimal form &#x215A; 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 five-sixths fraction in probability discussions, time arithmetic, and mathematical content where the precomposed fraction character provides better typography than the plain-text 5/6 representation.

Related Entities

Explore More HTML Entities

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