| Symbol Name | Right Transposition Bracket |
| Unicode Version | 4.1 |
| Unicode | U+2E0A |
| Unicode block | |
| General category | 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}You can type the right transposition bracket symbol on most modern devices with the help of following methods:
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>Right Transposition Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x2E0A |
| HTML Code | ⸊ |
| LaTeX | \text{RIGHTTRANSPOSITIONBRACKET} |
| Symbol | ⸊ |
| URL encode (UTF-8 percent) | %E2%B8%8A |
| Spoken / screen reader name | Right Transposition Bracket |