Math

Vulgar Fraction One Third ⅓

The one-third fraction is a precomposed Unicode character displaying ⅓ as a single glyph. While less commonly needed than halves and quarters, it appears in cooking, construction measurements, and financial calculations involving thirds. HTML5 includes the named entity ⅓ for this character.

All Representations

Named Entity
⅓
Decimal Code
⅓
Hex Code
⅓
Unicode
U+2153

Rendered Output

⅓ renders as the character shown above

When to Use Vulgar Fraction One Third

Use the one-third fraction in recipes (⅓ cup), division problems, and any context where expressing one-third as a proper fraction symbol improves readability. The precomposed character ensures consistent rendering where font support for combining fractions may be limited.

Try It — HTML Examples

Named entity in text
<p>Symbol: &frac13;</p>
Decimal reference
<p>Symbol: &#8531;</p>
Hex reference
<p>Symbol: &#x2153;</p>
Inside an HTML attribute
<div title="The Vulgar Fraction One Third: &frac13;">Hover to see</div>

About the Vulgar Fraction One Third Entity

The Vulgar Fraction One Third character (⅓) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &frac13;, the decimal numeric character reference &#8531;, or the hexadecimal numeric reference &#x2153;. The character is assigned Unicode code point U+2153 in the Universal Character Set.

The one-third fraction is a precomposed Unicode character displaying ⅓ as a single glyph. While less commonly needed than halves and quarters, it appears in cooking, construction measurements, and financial calculations involving thirds. HTML5 includes the named entity &frac13; for this character.

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 Third character in your HTML documents, the named entity &frac13; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8531; and hexadecimal form &#x2153; 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-third fraction in recipes (⅓ cup), division problems, and any context where expressing one-third as a proper fraction symbol improves readability. The precomposed character ensures consistent rendering where font support for combining fractions may be limited.

Related Entities

Explore More HTML Entities

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