U+00BE · Other number
HTML entity
¾
Vulgar Fraction Three Quarters Symbol ¾
¾ is vulgar fraction three quarters. Write it in HTML as ¾ or paste the character directly. It was added in Unicode 1.1, and Unicode files it under Other number.
Also known as
Unicode 1.0 called this character fraction three quarters. 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+00BE | |
|---|---|---|
| HTML hex | ¾ | |
| HTML decimal | ¾ | |
| CSS | \00BE | |
| JavaScript | \u{00BE} | |
| Python | \U000000BE | |
| Java / C# | \u00BE | |
| Rust | \u{00be} | |
| Swift | \u{00BE} | |
| PHP | \u{00BE} | |
| URL encoded | %C2%BE | |
| UTF-8 bytes | C2 BE | |
| UTF-16 bytes | 00BE | |
| Base64 | wr4= | |
| Decimal | 190 | |
| HTML entity | ¾ | |
| Decomposes to | 3⁄4 (fraction form) | |
| Numeric value | 3/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
3⁄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 00BE then press Alt+X, or hold Alt and type 190 on the numeric keypad |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “vulgar fraction three quarters” |
| Linux | Press Ctrl+Shift+U, type 00be, 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 three quarters symbol?
- On Windows, type 00BE and press Alt+X. You can also hold Alt and type 190 on the numeric keypad. On Linux press Ctrl+Shift+U then 00be. On any system the quickest route is the copy button on this page.
- What is the code for ¾?
- Vulgar Fraction Three Quarters is U+00BE, 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 Three Quarters is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 3⁄4. Use it for display, not where text is normalised.