| Nome del simbolo | Vulgar Fraction One Third |
| Versione Unicode | 1.1 |
| Unicode | U+2153 |
| Blocco Unicode | |
| Categoria generale | Other Number (No) |
| Codice 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}Puoi digitare il simbolo vulgar fraction one third sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Vulgar Fraction One Third nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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 |
| Codice esadecimale | 0x2153 |
| Codice HTML | ⅓ |
| LaTeX | \frac{1}{3} |
| Simbolo | ⅓ |
| Codifica URL (percentuale UTF-8) | %E2%85%93 |
| Nome parlato / screen reader | Vulgar Fraction One Third |