| Nome del simbolo | Halfwidth Right Corner Bracket |
| Versione Unicode | 1.1 |
| Unicode | U+FF63 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo halfwidth right corner bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Halfwidth Right Corner Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\FF63 |
| Codice esadecimale | 0xFF63 |
| Codice HTML | 」 |
| LaTeX | \text{HALFWIDTHRIGHTCORNERBRACKET} |
| Simbolo | 」 |
| Codifica URL (percentuale UTF-8) | %EF%BD%A3 |
| Nome parlato / screen reader | Halfwidth Right Corner Bracket |