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