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