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