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