Quick facts
- Unicode
- U+00BC
- Decimal
- 188
- Hex
- 0x00BC
- Octal
- 0o274
Unicode identity
| Format | Value | Copy |
|---|---|---|
| Code pointOfficial Unicode notation | U+00BC | |
| Official nameUnicodeData.txt, Unicode 18.0.0 | VULGAR FRACTION ONE QUARTER | |
| Unicode 1.0 nameLegacy alias | FRACTION ONE QUARTER | |
| DecimalBase 10 | 188 | |
| HexadecimalBase 16 | 0x00BC | |
| OctalBase 8 | 0o274 | |
| BinaryBase 2 | 0000000010111100 | |
| General categoryNumber, other | No | |
| Unicode blockU+0080–U+00FF | Latin-1 Supplement | |
| Plane | Basic Multilingual Plane (BMP, Plane 0) |
HTML & CSS
| Format | Value | Copy |
|---|---|---|
| HTML entity (decimal) | ¼ | |
| HTML entity (hex) | ¼ | |
| HTML entity (named) | ¼ | |
| CSS content escapeUse inside content: "…" | \00BC | |
| URL encodedPercent-encoded UTF-8 | %C2%BC |
Programming languages
| Format | Value | Copy |
|---|---|---|
| JavaScript / TypeScript | \u00BC | |
| JSONUTF-16 surrogate pairs | \u00BC | |
| Python | \u00BC | |
| Java / C# / Kotlin | \u00BC |
Byte encodings
| Format | Value | Copy |
|---|---|---|
| UTF-82 bytes | C2 BC | |
| UTF-16 (BE) | 00BC | |
| UTF-32 (BE) | 000000BC |
How to type One quarter
Windows
Hold Alt and type +BC with the hex numeric keypad option enabled, or type BC then press Alt+X in Word and most Office apps.
macOS
Enable the Unicode Hex Input keyboard, hold Option, and type 00BC. Or open Character Viewer (Control+Command+Space) and search "One quarter".
Linux
Press Ctrl+Shift+U, type bc, then press Space or Enter in GTK apps. IBus and most terminals support the same sequence.
HTML, CSS & code
Paste the character directly, or use the escapes above: ¼ in HTML, \00BC in CSS, and \u00BC in JavaScript.
Official Unicode reference
- Character name
- VULGAR FRACTION ONE QUARTER
- Unicode 1.0 name
- FRACTION ONE QUARTER
- Block
- Latin-1 Supplement (U+0080–U+00FF)
- General category
- No — Number, other
Data from the Unicode Character Database, version 18.0.0. See the official code chart for the Latin-1 Supplement block: U0080.pdf (PDF, unicode.org).
Frequently asked questions
How do I copy the One quarter symbol?
Click the Copy button at the top of this page, or select ¼ and press Ctrl+C (Cmd+C on Mac). It is plain Unicode text, so it pastes into documents, chats, code, and design tools.
What is the Unicode code point for One quarter?
One quarter is U+00BC (decimal 188, hexadecimal 0x00BC, octal 0o274). It lives in the Latin-1 Supplement block (U+0080–U+00FF) of the Basic Multilingual Plane (BMP, Plane 0).
What is the official Unicode name of One quarter?
The Unicode Standard (version 18.0.0) names this character "VULGAR FRACTION ONE QUARTER"; its Unicode 1.0 name was "FRACTION ONE QUARTER". Its General_Category is No (Number, other).
What is the HTML code for One quarter?
Use ¼ or ¼, or the named entity ¼. In CSS, use content: "\00BC".
How do I type One quarter in code?
JavaScript: "\u00BC". Python: "\u00BC". JSON and Java: "\u00BC". The UTF-8 byte sequence is C2 BC.
Is One quarter an emoji?
No. One quarter is a text symbol and renders as a monochrome glyph in the current font. Some platforms may offer an emoji variant when U+FE0F is appended.