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