| Nome del simbolo | Vulgar Fraction One Eighth |
| Versione Unicode | 1.1 |
| Unicode | U+215B |
| Blocco Unicode | |
| Categoria generale | Other Number (No) |
| UTF-8 | E2 85 9B |
| UTF-16 | 215B |
| UTF-32 | 0000215B |
1\documentclass{article}2\usepackage{pifont}3\frac{1}{8}4\end{document}Puoi digitare il simbolo vulgar fraction one eighth sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8539 on Windows (numeric keypad), or insert via Character Map.
Edit → Emoji & Symbols, search "vulgar fraction one eighth", or use Unicode Hex Input with 215B.
Ctrl + Shift + U, type 215b, 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-eighth::before { content: "\215B"; }1<span>⅛</span>La rappresentazione del simbolo Vulgar Fraction One Eighth nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u215B' or String.fromCodePoint(0x215B) |
| Python | '\N{VULGAR FRACTION ONE EIGHTH}' or chr(8539) |
| Rust | '\u{215B}' |
| C / C++ | UTF-8 source or wchar_t with U+215B |
| Go | string(rune(0x215B)) |
| Ruby | "\u215B" |
| Codice CSS |
\215B |
| Codice esadecimale | 0x215B |
| Codice HTML | ⅛ |
| LaTeX | \frac{1}{8} |
| Simbolo | ⅛ |
| Codifica URL (percentuale UTF-8) | %E2%85%9B |
| Nome parlato / screen reader | Vulgar Fraction One Eighth |