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