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