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