| Symbol Name | Vulgar Fraction One Half |
| Unicode Version | 1.1 |
| Unicode | U+00BD |
| Unicode block | |
| General category | Other Number (No) |
| CSS Code |
| UTF-8 | C2 BD |
| UTF-16 | 00BD |
| UTF-32 | 000000BD |
1\documentclass{article}2\usepackage{pifont}3\frac{1}{2}4\end{document}You can type the vulgar fraction one half symbol on most modern devices with the help of following methods:
Alt + 0189 on Windows (numeric keypad), or insert via Character Map.
Edit → Emoji & Symbols, search "vulgar fraction one half", or use Unicode Hex Input with 00BD.
Ctrl + Shift + U, type 00bd, then Enter (layout-dependent).
Paste from this page, use text replacement, or use a keyboard with fraction suggestions.
Paste from this page or use keyboard fraction suggestions where available.
1span.vulgar-fraction-one-half::before { content: "\00BD"; }1<span>½</span>Vulgar Fraction One Half symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u00BD' or String.fromCodePoint(0x00BD) |
| Python | '\N{VULGAR FRACTION ONE HALF}' or chr(189) |
| Rust | '\u{00BD}' |
| C / C++ | UTF-8 source or wchar_t with U+00BD |
| Go | string(rune(0x00BD)) |
| Ruby | "\u00BD" |
\00BD |
| Hex Code | 0x00BD |
| HTML Code | ½ |
| LaTeX | \frac{1}{2} |
| Symbol | ½ |
| URL encode (UTF-8 percent) | %C2%BD |
| Spoken / screen reader name | Vulgar Fraction One Half |