| Symboolnaam | Right White Tortoise Shell Bracket |
| Unicode-versie | 1.1 |
| Unicode | U+3019 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het right white tortoise shell bracket-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Right White Tortoise Shell Bracket-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x3019 |
| HTML-code | 〙 |
| LaTeX | \text{RIGHTWHITETORTOISESHELLBRACKET} |
| Symbool | 〙 |
| URL-codering (UTF-8 procent) | %E3%80%99 |
| Uitgesproken naam / schermlezer | Right White Tortoise Shell Bracket |