Math

Vulgar Fraction Three Eighths ⅜

The three-eighths fraction is a precomposed Unicode character displaying ⅜ as a single glyph. It commonly appears in wrench sizes, bolt measurements, and other imperial measurement contexts where eighth-inch precision is standard.

All Representations

Named Entity
⅜
Decimal Code
⅜
Hex Code
⅜
Unicode
U+215C

Rendered Output

⅜ renders as the character shown above

When to Use Vulgar Fraction Three Eighths

Use the three-eighths fraction for tool sizes (⅜ wrench), imperial measurements, and any context where three-eighths appears in running text. The precomposed character is more compact and readable than 3/8 in typeset content.

Try It — HTML Examples

Named entity in text
<p>Symbol: &frac38;</p>
Decimal reference
<p>Symbol: &#8540;</p>
Hex reference
<p>Symbol: &#x215C;</p>
Inside an HTML attribute
<div title="The Vulgar Fraction Three Eighths: &frac38;">Hover to see</div>

About the Vulgar Fraction Three Eighths Entity

The Vulgar Fraction Three Eighths character (⅜) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &frac38;, the decimal numeric character reference &#8540;, or the hexadecimal numeric reference &#x215C;. The character is assigned Unicode code point U+215C in the Universal Character Set.

The three-eighths fraction is a precomposed Unicode character displaying ⅜ as a single glyph. It commonly appears in wrench sizes, bolt measurements, and other imperial measurement contexts where eighth-inch precision is standard.

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 Eighths character in your HTML documents, the named entity &frac38; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8540; and hexadecimal form &#x215C; 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-eighths fraction for tool sizes (⅜ wrench), imperial measurements, and any context where three-eighths appears in running text. The precomposed character is more compact and readable than 3/8 in typeset content.

Related Entities

Explore More HTML Entities

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