| Nom du symbole | Halfwidth Right Corner Bracket |
| Version Unicode | 1.1 |
| Unicode | U+FF63 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole halfwidth right corner bracket sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Halfwidth Right Corner Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\FF63 |
| Code hexadécimal | 0xFF63 |
| Code HTML | 」 |
| LaTeX | \text{HALFWIDTHRIGHTCORNERBRACKET} |
| Symbole | 」 |
| Encodage URL (pourcent UTF-8) | %EF%BD%A3 |
| Nom oral / lecteur d’écran | Halfwidth Right Corner Bracket |