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