| Symbolname | Right White Tortoise Shell Bracket |
| Unicode-Version | 1.1 |
| Unicode | U+3019 |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol right white tortoise shell bracket auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Right White Tortoise Shell Bracket in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
| CSS-Code |
\3019 |
| Hexadezimalcode | 0x3019 |
| HTML-Code | 〙 |
| LaTeX | \text{RIGHTWHITETORTOISESHELLBRACKET} |
| Symbol | 〙 |
| URL-Kodierung (UTF-8-Prozent) | %E3%80%99 |
| Ansagename (Screenreader) | Right White Tortoise Shell Bracket |