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