| Nome del simbolo | Vulgar Fraction One Half |
| Versione Unicode | 1.1 |
| Unicode | U+00BD |
| Blocco Unicode | |
| Categoria generale | Other Number (No) |
| UTF-8 | C2 BD |
| UTF-16 | 00BD |
| UTF-32 | 000000BD |
1\documentclass{article}2\usepackage{pifont}3\frac{1}{2}4\end{document}Puoi digitare il simbolo vulgar fraction one half sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Vulgar Fraction One Half nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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" |
| Codice CSS |
\00BD |
| Codice esadecimale | 0x00BD |
| Codice HTML | ½ |
| LaTeX | \frac{1}{2} |
| Simbolo | ½ |
| Codifica URL (percentuale UTF-8) | %C2%BD |
| Nome parlato / screen reader | Vulgar Fraction One Half |