| Symbolname | Right Square Bracket With Quill |
| Unicode-Version | 1.1 |
| Unicode | U+2046 |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol right square bracket with quill auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Right Square Bracket With Quill in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
| CSS-Code |
\2046 |
| Hexadezimalcode | 0x2046 |
| HTML-Code | ⁆ |
| LaTeX | \text{RIGHTSQUAREBRACKETWITHQUILL} |
| Symbol | ⁆ |
| URL-Kodierung (UTF-8-Prozent) | %E2%81%86 |
| Ansagename (Screenreader) | Right Square Bracket With Quill |