| Symboolnaam | Vulgar Fraction One Half |
| Unicode-versie | 1.1 |
| Unicode | U+00BD |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het vulgar fraction one half-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Vulgar Fraction One Half-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x00BD |
| HTML-code | ½ |
| LaTeX | \frac{1}{2} |
| Symbool | ½ |
| URL-codering (UTF-8 procent) | %C2%BD |
| Uitgesproken naam / schermlezer | Vulgar Fraction One Half |