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