| Nombre del símbolo | Vulgar Fraction One Sixth |
| Versión Unicode | 1.1 |
| Unicode | U+2159 |
| Bloque Unicode | |
| Categoría general | Other Number (No) |
| Código CSS |
| UTF-8 | E2 85 99 |
| UTF-16 | 2159 |
| UTF-32 | 00002159 |
1\documentclass{article}2\usepackage{pifont}3\frac{1}{6}4\end{document}Puedes escribir el símbolo vulgar fraction one sixth en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8537 on Windows (numeric keypad), or insert via Character Map.
Edit → Emoji & Symbols, search "vulgar fraction one sixth", or use Unicode Hex Input with 2159.
Ctrl + Shift + U, type 2159, 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-sixth::before { content: "\2159"; }1<span>⅙</span>La representación del símbolo Vulgar Fraction One Sixth en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2159' or String.fromCodePoint(0x2159) |
| Python | '\N{VULGAR FRACTION ONE SIXTH}' or chr(8537) |
| Rust | '\u{2159}' |
| C / C++ | UTF-8 source or wchar_t with U+2159 |
| Go | string(rune(0x2159)) |
| Ruby | "\u2159" |
\2159 |
| Código hexadecimal | 0x2159 |
| Código HTML | ⅙ |
| LaTeX | \frac{1}{6} |
| Símbolo | ⅙ |
| Codificación URL (porcentaje UTF-8) | %E2%85%99 |
| Nombre oral / lector de pantalla | Vulgar Fraction One Sixth |