| Nome del simbolo | Right Tortoise Shell Bracket |
| Versione Unicode | 1.1 |
| Unicode | U+3015 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo right tortoise shell bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Right Tortoise Shell Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\3015 |
| Codice esadecimale | 0x3015 |
| Codice HTML | 〕 |
| LaTeX | \rgroup |
| Simbolo | 〕 |
| Codifica URL (percentuale UTF-8) | %E3%80%95 |
| Nome parlato / screen reader | Right Tortoise Shell Bracket |