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