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