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