Math

Vulgar Fraction One Sixth ⅙

The one-sixth fraction is a precomposed Unicode character displaying ⅙ as a single glyph. Sixth fractions appear in contexts involving dice, hexagonal geometry, time (10 minutes = ⅙ hour), and cooking. The character is part of the Unicode Number Forms block.

All Representations

Named Entity
⅙
Decimal Code
⅙
Hex Code
⅙
Unicode
U+2159

Rendered Output

⅙ renders as the character shown above

When to Use Vulgar Fraction One Sixth

Use the one-sixth fraction in probability content involving dice, time calculations, recipes, and mathematical content. The precomposed character renders cleanly in running text and avoids the ambiguity of plain-text 1/6 formatting.

Try It — HTML Examples

Named entity in text
<p>Symbol: &frac16;</p>
Decimal reference
<p>Symbol: &#8537;</p>
Hex reference
<p>Symbol: &#x2159;</p>
Inside an HTML attribute
<div title="The Vulgar Fraction One Sixth: &frac16;">Hover to see</div>

About the Vulgar Fraction One Sixth Entity

The Vulgar Fraction One Sixth character (⅙) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &frac16;, the decimal numeric character reference &#8537;, or the hexadecimal numeric reference &#x2159;. The character is assigned Unicode code point U+2159 in the Universal Character Set.

The one-sixth fraction is a precomposed Unicode character displaying ⅙ as a single glyph. Sixth fractions appear in contexts involving dice, hexagonal geometry, time (10 minutes = ⅙ hour), and cooking. The character is part of the Unicode 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 One Sixth character in your HTML documents, the named entity &frac16; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8537; and hexadecimal form &#x2159; 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 one-sixth fraction in probability content involving dice, time calculations, recipes, and mathematical content. The precomposed character renders cleanly in running text and avoids the ambiguity of plain-text 1/6 formatting.

Related Entities

Explore More HTML Entities

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