| Nom du symbole | Right Square Bracket With Quill |
| Version Unicode | 1.1 |
| Unicode | U+2046 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole right square bracket with quill sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Right Square Bracket With Quill dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\2046 |
| Code hexadécimal | 0x2046 |
| Code HTML | ⁆ |
| LaTeX | \text{RIGHTSQUAREBRACKETWITHQUILL} |
| Symbole | ⁆ |
| Encodage URL (pourcent UTF-8) | %E2%81%86 |
| Nom oral / lecteur d’écran | Right Square Bracket With Quill |