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