| Symbolname | Right Transposition Bracket |
| Unicode-Version | 4.1 |
| Unicode | U+2E0A |
| Unicode-Block | |
| Allgemeine Kategorie | Final Quote Punctuation (Pf) |
| UTF-8 | E2 B8 8A |
| UTF-16 | 2E0A |
| UTF-32 | 00002E0A |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTTRANSPOSITIONBRACKET}4\end{document}Sie können das Symbol right transposition bracket auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 11786 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "right transposition bracket", or use Unicode Hex Input with 2E0A.
Ctrl + Shift + U, type 2e0a, 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-transposition-bracket::before { content: "\2E0A"; }1<span>⸊</span>Die Darstellung des Symbols Right Transposition Bracket in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2E0A' or String.fromCodePoint(11786) |
| Python | '\N{RIGHT TRANSPOSITION BRACKET}' or chr(11786) |
| Rust | '\u{2E0A}' |
| C / C++ | UTF-8 source or wchar_t with U+2E0A |
| Go | string(rune(0x2E0A)) |
| Ruby | "\u{2E0A}" |
| CSS-Code |
\2E0A |
| Hexadezimalcode | 0x2E0A |
| HTML-Code | ⸊ |
| LaTeX | \text{RIGHTTRANSPOSITIONBRACKET} |
| Symbol | ⸊ |
| URL-Kodierung (UTF-8-Prozent) | %E2%B8%8A |
| Ansagename (Screenreader) | Right Transposition Bracket |