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