U+00BC · Other number
HTML entity
¼
Vulgar Fraction One Quarter Symbol ¼
¼ is vulgar fraction one quarter, and Unicode gives it the numeric value 1/4. It was added in Unicode 1.1, and Unicode files it under Other number.
Also known as
Unicode 1.0 called this character fraction one quarter. The standard renamed it later, but documents, fonts and font-editing tools from that era still use the old name.
Codes & technical data
| Unicode | U+00BC | |
|---|---|---|
| HTML hex | ¼ | |
| HTML decimal | ¼ | |
| CSS | \00BC | |
| JavaScript | \u{00BC} | |
| Python | \U000000BC | |
| Java / C# | \u00BC | |
| Rust | \u{00bc} | |
| Swift | \u{00BC} | |
| PHP | \u{00BC} | |
| URL encoded | %C2%BC | |
| UTF-8 bytes | C2 BC | |
| UTF-16 bytes | 00BC | |
| Base64 | wrw= | |
| Decimal | 188 | |
| HTML entity | ¼ | |
| Decomposes to | 1⁄4 (fraction form) | |
| Numeric value | 1/4 | |
| Category | Other number (No) | |
| Introduced | Unicode 1.1 | |
Will ¼ survive being pasted?
- Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites ¼ as
1⁄4. Safe for display, not for storage. - Legacy encodings. ¼ exists in Latin-1 and Windows-1252, so even software that predates Unicode can store it.
- Size. 2 bytes in UTF-8. Character-limited fields — SMS, bios, some form validators — usually count bytes, not characters.
Nearby in Latin-1 Supplement
The upper half of ISO 8859-1: the accented letters and the symbols that Western European printing needed but ASCII had no room for. This is where ° ± × ÷ £ ¥ © ® ½ ¼ live, which makes it the most-copied symbol block in Unicode despite being one of the oldest.
How to type ¼
| Windows | Type 00BC then press Alt+X, or hold Alt and type 188 on the numeric keypad |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “vulgar fraction one quarter” |
| Linux | Press Ctrl+Shift+U, type 00bc, press Enter |
| HTML | ¼ |
About Unicode’s Other number category
This is classified as a number that is not a plain digit — a fraction, a superscript figure, a circled or bracketed numeral. Software will not parse it as a number without being told to.
Frequently asked questions
- How do I type the ¼ vulgar fraction one quarter symbol?
- On Windows, type 00BC and press Alt+X. You can also hold Alt and type 188 on the numeric keypad. On Linux press Ctrl+Shift+U then 00bc. On any system the quickest route is the copy button on this page.
- What is the code for ¼?
- Vulgar Fraction One Quarter is U+00BC, written in HTML as ¼. In UTF-8 it takes 2 bytes. The table above lists every escape format.
- Will ¼ survive being pasted anywhere?
- Not always. Vulgar Fraction One Quarter is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 1⁄4. Use it for display, not where text is normalised.