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