| Symbol Name | Vulgar Fraction One Eighth |
| Unicode Version | 1.1 |
| Unicode | U+215B |
| Unicode block | |
| General category | 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}You can type the vulgar fraction one eighth symbol on most modern devices with the help of following methods:
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>Vulgar Fraction One Eighth symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x215B |
| HTML Code | ⅛ |
| LaTeX | \frac{1}{8} |
| Symbol | ⅛ |
| URL encode (UTF-8 percent) | %E2%85%9B |
| Spoken / screen reader name | Vulgar Fraction One Eighth |