| Symbol Name | Right Tortoise Shell Bracket |
| Unicode Version | 1.1 |
| Unicode | U+3015 |
| Unicode block | |
| General category | 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}You can type the right tortoise shell bracket symbol on most modern devices with the help of following methods:
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>Right Tortoise Shell Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\3015 |
| Hex Code | 0x3015 |
| HTML Code | 〕 |
| LaTeX | \rgroup |
| Symbol | 〕 |
| URL encode (UTF-8 percent) | %E3%80%95 |
| Spoken / screen reader name | Right Tortoise Shell Bracket |