| Nome del simbolo | Right Square Bracket With Quill |
| Versione Unicode | 1.1 |
| Unicode | U+2046 |
| Blocco Unicode | |
| Categoria generale | Close Punctuation (Pe) |
| UTF-8 | E2 81 86 |
| UTF-16 | 2046 |
| UTF-32 | 00002046 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTSQUAREBRACKETWITHQUILL}4\end{document}Puoi digitare il simbolo right square bracket with quill sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Right Square Bracket With Quill nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\2046 |
| Codice esadecimale | 0x2046 |
| Codice HTML | ⁆ |
| LaTeX | \text{RIGHTSQUAREBRACKETWITHQUILL} |
| Simbolo | ⁆ |
| Codifica URL (percentuale UTF-8) | %E2%81%86 |
| Nome parlato / screen reader | Right Square Bracket With Quill |