| Symbolname | Vulgar Fraction Five Sixths |
| Unicode-Version | 1.1 |
| Unicode | U+215A |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol vulgar fraction five sixths auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Vulgar Fraction Five Sixths in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x215A |
| HTML-Code | ⅚ |
| LaTeX | \frac{5}{6} |
| Symbol | ⅚ |
| URL-Kodierung (UTF-8-Prozent) | %E2%85%9A |
| Ansagename (Screenreader) | Vulgar Fraction Five Sixths |