| Nombre del símbolo | Vulgar Fraction One Half |
| Versión Unicode | 1.1 |
| Unicode | U+00BD |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo vulgar fraction one half en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Vulgar Fraction One Half en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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" |
| Código CSS |
\00BD |
| Código hexadecimal | 0x00BD |
| Código HTML | ½ |
| LaTeX | \frac{1}{2} |
| Símbolo | ½ |
| Codificación URL (porcentaje UTF-8) | %C2%BD |
| Nombre oral / lector de pantalla | Vulgar Fraction One Half |