| Symboolnaam | Vulgar Fraction One Fifth |
| Unicode-versie | 1.1 |
| Unicode | U+2155 |
| Unicode-blok | |
| Algemene categorie | Other Number (No) |
| CSS-code |
| UTF-8 | E2 85 95 |
| UTF-16 | 2155 |
| UTF-32 | 00002155 |
1\documentclass{article}2\usepackage{pifont}3\frac{1}{5}4\end{document}Je kunt het vulgar fraction one fifth-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8533 on Windows (numeric keypad), or insert via Character Map.
Edit → Emoji & Symbols, search "vulgar fraction one fifth", or use Unicode Hex Input with 2155.
Ctrl + Shift + U, type 2155, 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-one-fifth::before { content: "\2155"; }1<span>⅕</span>De weergave van het Vulgar Fraction One Fifth-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2155' or String.fromCodePoint(0x2155) |
| Python | '\N{VULGAR FRACTION ONE FIFTH}' or chr(8533) |
| Rust | '\u{2155}' |
| C / C++ | UTF-8 source or wchar_t with U+2155 |
| Go | string(rune(0x2155)) |
| Ruby | "\u2155" |
\2155 |
| Hexadecimale code | 0x2155 |
| HTML-code | ⅕ |
| LaTeX | \frac{1}{5} |
| Symbool | ⅕ |
| URL-codering (UTF-8 procent) | %E2%85%95 |
| Uitgesproken naam / schermlezer | Vulgar Fraction One Fifth |