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