U+FF63 · Closing punctuation
Halfwidth Right Corner Bracket Symbol 」
」 is halfwidth right corner bracket, U+FF63. Unicode records it as a compatibility form of 」 (narrow form). It was added in Unicode 1.1, and Unicode files it under Closing punctuation.
Also known as
Unicode 1.0 called this character halfwidth closing corner bracket. 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+FF63 | |
|---|---|---|
| HTML hex | 」 | |
| HTML decimal | 」 | |
| CSS | \FF63 | |
| JavaScript | \u{FF63} | |
| Python | \U0000FF63 | |
| Java / C# | \uFF63 | |
| Rust | \u{ff63} | |
| Swift | \u{FF63} | |
| PHP | \u{FF63} | |
| URL encoded | %EF%BD%A3 | |
| UTF-8 bytes | EF BD A3 | |
| UTF-16 bytes | FF63 | |
| Base64 | 772j | |
| Decimal | 65379 | |
| Decomposes to | 」 (narrow form) | |
| Category | Closing punctuation (Pe) | |
| Introduced | Unicode 1.1 | |
Will 」 survive being pasted?
- Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites 」 as
」. Safe for display, not for storage. - Legacy encodings. 」 is Unicode-only — it has no Latin-1 equivalent, so a system stuck on an 8-bit encoding cannot represent it.
- Size. 3 bytes in UTF-8. Character-limited fields — SMS, bios, some form validators — usually count bytes, not characters.
Other bracket characters
Unicode names 24 characters ending in “bracket”. They differ by direction, weight or decoration rather than by meaning.
Nearby in Halfwidth and Fullwidth Forms
Latin characters at the width of a CJK ideograph, and katakana at half width — a compatibility block for legacy East Asian encodings. Fullwidth text is often used online for a spaced-out aesthetic; it normalises straight back to ASCII.
How to type 」
| Windows | Type FF63 then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “halfwidth right corner bracket” |
| Linux | Press Ctrl+Shift+U, type ff63, press Enter |
| HTML | 」 |
About Unicode’s Closing punctuation category
This is a closing bracket, paired with an opening character in the same block. Bracket matching in editors uses the category, not the appearance.
Frequently asked questions
- How do I type the 」 halfwidth right corner bracket symbol?
- On Windows, type FF63 and press Alt+X. On Linux press Ctrl+Shift+U then ff63. On any system the quickest route is the copy button on this page.
- What is the code for 」?
- Halfwidth Right Corner Bracket is U+FF63. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- Will 」 survive being pasted anywhere?
- Not always. Halfwidth Right Corner Bracket is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 」. Use it for display, not where text is normalised.