| 記号名 | Right White Tortoise Shell Bracket |
| Unicodeバージョン | 1.1 |
| Unicode | U+3019 |
| Unicodeブロック | |
| 一般カテゴリ | Close Punctuation (Pe) |
| CSSコード |
| UTF-8 | E3 80 99 |
| UTF-16 | 3019 |
| UTF-32 | 00003019 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWHITETORTOISESHELLBRACKET}4\end{document}以下の方法でほとんどの最新デバイスでright white tortoise shell bracket記号を入力できます:
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>各プログラミング言語におけるRight White Tortoise Shell Bracket記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |
\3019 |
| 16進コード | 0x3019 |
| HTMLコード | 〙 |
| LaTeX | \text{RIGHTWHITETORTOISESHELLBRACKET} |
| 記号 | 〙 |
| URLエンコード(UTF-8パーセント) | %E3%80%99 |
| 読み上げ名 / スクリーンリーダー | Right White Tortoise Shell Bracket |