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