| Symbol Name | Halfwidth Right Corner Bracket |
| Unicode Version | 1.1 |
| Unicode | U+FF63 |
| Unicode block | |
| General category | Close Punctuation (Pe) |
| UTF-8 | EF BD A3 |
| UTF-16 | FF63 |
| UTF-32 | 0000FF63 |
1\documentclass{article}2\usepackage{pifont}3\text{HALFWIDTHRIGHTCORNERBRACKET}4\end{document}You can type the halfwidth right corner bracket symbol on most modern devices with the help of following methods:
Alt + 65379 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "halfwidth right corner bracket", or use Unicode Hex Input with FF63.
Ctrl + Shift + U, type ff63, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.halfwidth-right-corner-bracket::before { content: "\FF63"; }1<span>」</span>Halfwidth Right Corner Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uFF63' or String.fromCodePoint(65379) |
| Python | '\N{HALFWIDTH RIGHT CORNER BRACKET}' or chr(65379) |
| Rust | '\u{FF63}' |
| C / C++ | UTF-8 source or wchar_t with U+FF63 |
| Go | string(rune(0xFF63)) |
| Ruby | "\u{FF63}" |
| CSS Code |
\FF63 |
| Hex Code | 0xFF63 |
| HTML Code | 」 |
| LaTeX | \text{HALFWIDTHRIGHTCORNERBRACKET} |
| Symbol | 」 |
| URL encode (UTF-8 percent) | %EF%BD%A3 |
| Spoken / screen reader name | Halfwidth Right Corner Bracket |