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