| Nombre del símbolo | Right Transposition Bracket |
| Versión Unicode | 4.1 |
| Unicode | U+2E0A |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo right transposition bracket en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Right Transposition Bracket en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\2E0A |
| Código hexadecimal | 0x2E0A |
| Código HTML | ⸊ |
| LaTeX | \text{RIGHTTRANSPOSITIONBRACKET} |
| Símbolo | ⸊ |
| Codificación URL (porcentaje UTF-8) | %E2%B8%8A |
| Nombre oral / lector de pantalla | Right Transposition Bracket |