| Symboolnaam | Vulgar Fraction Four Fifths |
| Unicode-versie | 1.1 |
| Unicode | U+2158 |
| Unicode-blok | |
| Algemene categorie | Other Number (No) |
| CSS-code |
| UTF-8 | E2 85 98 |
| UTF-16 | 2158 |
| UTF-32 | 00002158 |
1\documentclass{article}2\usepackage{pifont}3\frac{4}{5}4\end{document}Je kunt het vulgar fraction four fifths-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Vulgar Fraction Four Fifths-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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" |
\2158 |
| Hexadecimale code | 0x2158 |
| HTML-code | ⅘ |
| LaTeX | \frac{4}{5} |
| Symbool | ⅘ |
| URL-codering (UTF-8 procent) | %E2%85%98 |
| Uitgesproken naam / schermlezer | Vulgar Fraction Four Fifths |