Vulgar Fraction One Half
The vulgar fraction one half (½) sits at code point U+00BD in Unicode. It belongs to the fancy letters family and pastes as plain text, so it keeps working across documents, messages and web pages. Below you can copy it in one click and grab the exact HTML, CSS and JavaScript codes you need to reproduce it anywhere.
| Symbol | ½ | |
|---|---|---|
| Unicode | U+00BD | |
| Name | Vulgar Fraction One Half | |
| HTML (decimal) | ½ | |
| HTML (hex) | ½ | |
| CSS content | \00BD | |
| JavaScript / JSON | \u00BD | |
| UTF-8 bytes | 0xC2 0xBD | |
| UTF-16 units | 0x00BD | |
| Windows alt code | Alt 0189 or Alt 171 |
How to type the vulgar fraction one half symbol
- Copy and paste: click the ½ at the top of this page, then paste with Ctrl+V (Windows) or Cmd+V (Mac). This is the fastest route on any device.
- Windows alt code: hold Alt and type
0189on the numeric keypad, then release Alt. - HTML: write
½in your markup. - CSS: use
content: "\00BD"in a::beforeor::afterrule. - JavaScript: the escape
\u00BDproduces this character in a string.
Frequently asked questions
How do I copy the vulgar fraction one half symbol?
Click the ½ above or the copy button and it is placed on your clipboard. Paste it anywhere with Ctrl+V or Cmd+V. It is a real text character, so it works in documents, chats and code.
What is the Unicode code point for vulgar fraction one half?
The vulgar fraction one half has the Unicode code point U+00BD. In HTML you can write it as ½ or ½.
What is the alt code for the vulgar fraction one half symbol?
On Windows, hold the Alt key and type Alt 0189 or Alt 171 on the numeric keypad, then release Alt. Copying the ½ from this page is quicker and works on any device.
Can I use the vulgar fraction one half symbol in HTML and CSS?
Yes. In HTML write ½, and in CSS use content: "\00BD" inside a ::before or ::after rule. The code table on this page has copy buttons for both.
Related symbols
Browse the full fancy letters & text symbols hub, or return to the searchable symbol grid.