| Symbol Name | Vulgar Fraction Five Eighths |
| Unicode Version | 1.1 |
| Unicode | U+215D |
| Unicode block | |
| General category | Other Number (No) |
| CSS Code |
| UTF-8 | E2 85 9D |
| UTF-16 | 215D |
| UTF-32 | 0000215D |
1\documentclass{article}2\usepackage{pifont}3\frac{5}{8}4\end{document}You can type the vulgar fraction five eighths symbol on most modern devices with the help of following methods:
Alt + 8541 on Windows (numeric keypad), or insert via Character Map.
Edit → Emoji & Symbols, search "vulgar fraction five eighths", or use Unicode Hex Input with 215D.
Ctrl + Shift + U, type 215d, 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-eighths::before { content: "\215D"; }1<span>⅝</span>Vulgar Fraction Five Eighths symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u215D' or String.fromCodePoint(0x215D) |
| Python | '\N{VULGAR FRACTION FIVE EIGHTHS}' or chr(8541) |
| Rust | '\u{215D}' |
| C / C++ | UTF-8 source or wchar_t with U+215D |
| Go | string(rune(0x215D)) |
| Ruby | "\u215D" |
\215D |
| Hex Code | 0x215D |
| HTML Code | ⅝ |
| LaTeX | \frac{5}{8} |
| Symbol | ⅝ |
| URL encode (UTF-8 percent) | %E2%85%9D |
| Spoken / screen reader name | Vulgar Fraction Five Eighths |