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