| Nom du symbole | Right Corner Bracket |
| Version Unicode | 1.1 |
| Unicode | U+300D |
| Bloc Unicode | |
| Catégorie générale | Close Punctuation (Pe) |
| UTF-8 | E3 80 8D |
| UTF-16 | 300D |
| UTF-32 | 0000300D |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTCORNERBRACKET}4\end{document}Vous pouvez saisir le symbole right corner bracket sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 12301 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "right corner bracket", or use Unicode Hex Input with 300D.
Ctrl + Shift + U, type 300d, 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.right-corner-bracket::before { content: "\300D"; }1<span>」</span>La représentation du symbole Right Corner Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u300D' or String.fromCodePoint(12301) |
| Python | '\N{RIGHT CORNER BRACKET}' or chr(12301) |
| Rust | '\u{300D}' |
| C / C++ | UTF-8 source or wchar_t with U+300D |
| Go | string(rune(0x300D)) |
| Ruby | "\u{300D}" |
| Code CSS |
\300D |
| Code hexadécimal | 0x300D |
| Code HTML | 」 |
| LaTeX | \text{RIGHTCORNERBRACKET} |
| Symbole | 」 |
| Encodage URL (pourcent UTF-8) | %E3%80%8D |
| Nom oral / lecteur d’écran | Right Corner Bracket |