| Symbol Name | Right Square Bracket With Quill |
| Unicode Version | 1.1 |
| Unicode | U+2046 |
| Unicode block | |
| General category | Close Punctuation (Pe) |
| CSS Code |
| UTF-8 | E2 81 86 |
| UTF-16 | 2046 |
| UTF-32 | 00002046 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTSQUAREBRACKETWITHQUILL}4\end{document}You can type the right square bracket with quill symbol on most modern devices with the help of following methods:
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 symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x2046 |
| HTML Code | ⁆ |
| LaTeX | \text{RIGHTSQUAREBRACKETWITHQUILL} |
| Symbol | ⁆ |
| URL encode (UTF-8 percent) | %E2%81%86 |
| Spoken / screen reader name | Right Square Bracket With Quill |