| 記号名 | Right Black Tortoise Shell Bracket |
| Unicodeバージョン | 3.2 |
| Unicode | U+2998 |
| Unicodeブロック | |
| 一般カテゴリ | Close Punctuation (Pe) |
| CSSコード |
| UTF-8 | E2 A6 98 |
| UTF-16 | 2998 |
| UTF-32 | 00002998 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTBLACKTORTOISESHELLBRACKET}4\end{document}以下の方法でほとんどの最新デバイスでright black tortoise shell bracket記号を入力できます:
Alt + 10648 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "right black tortoise shell bracket", or use Unicode Hex Input with 2998.
Ctrl + Shift + U, type 2998, 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-black-tortoise-shell-bracket::before { content: "\2998"; }1<span>⦘</span>各プログラミング言語におけるRight Black Tortoise Shell Bracket記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u2998' or String.fromCodePoint(10648) |
| Python | '\N{RIGHT BLACK TORTOISE SHELL BRACKET}' or chr(10648) |
| Rust | '\u{2998}' |
| C / C++ | UTF-8 source or wchar_t with U+2998 |
| Go | string(rune(0x2998)) |
| Ruby | "\u{2998}" |
\2998 |
| 16進コード | 0x2998 |
| HTMLコード | ⦘ |
| LaTeX | \text{RIGHTBLACKTORTOISESHELLBRACKET} |
| 記号 | ⦘ |
| URLエンコード(UTF-8パーセント) | %E2%A6%98 |
| 読み上げ名 / スクリーンリーダー | Right Black Tortoise Shell Bracket |