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