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