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