½
Math

Vulgar Fraction One Half ½

The one-half fraction is a precomposed character displaying ½ as a single glyph with proper typographic rendering. It is one of the most commonly used fraction characters and appears in recipes, measurements, financial contexts, and everyday text. Precomposed fractions render more cleanly than manually constructed numerator/slash/denominator combinations.

All Representations

Named Entity
½
Decimal Code
½
Hex Code
½
Unicode
U+00BD

Rendered Output

½

½ renders as the character shown above

When to Use Vulgar Fraction One Half

Use the one-half fraction in recipes (½ cup), measurements (½ inch), financial contexts (½ percent), and any content where the fraction one-half needs to appear inline with text. The precomposed character is more compact and visually appealing than typing 1/2.

Try It — HTML Examples

Named entity in text
<p>Symbol: &frac12;</p>
Decimal reference
<p>Symbol: &#189;</p>
Hex reference
<p>Symbol: &#xBD;</p>
Inside an HTML attribute
<div title="The Vulgar Fraction One Half: &frac12;">Hover to see</div>

About the Vulgar Fraction One Half Entity

The Vulgar Fraction One Half character (½) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &frac12;, the decimal numeric character reference &#189;, or the hexadecimal numeric reference &#xBD;. The character is assigned Unicode code point U+00BD in the Universal Character Set.

The one-half fraction is a precomposed character displaying ½ as a single glyph with proper typographic rendering. It is one of the most commonly used fraction characters and appears in recipes, measurements, financial contexts, and everyday text. Precomposed fractions render more cleanly than manually constructed numerator/slash/denominator combinations.

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 Half character in your HTML documents, the named entity &frac12; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#189; and hexadecimal form &#xBD; 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-half fraction in recipes (½ cup), measurements (½ inch), financial contexts (½ percent), and any content where the fraction one-half needs to appear inline with text. The precomposed character is more compact and visually appealing than typing 1/2.

Related Entities

Explore More HTML Entities

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