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