| Nombre del símbolo | Mathematical Right Angle Bracket |
| Versión Unicode | 3.2 |
| Unicode | U+27E9 |
| Bloque Unicode | |
| Categoría general | Close Punctuation (Pe) |
| UTF-8 | E2 9F A9 |
| UTF-16 | 27E9 |
| UTF-32 | 000027E9 |
1\documentclass{article}2\usepackage{pifont}3\text{MATHEMATICALRIGHTANGLEBRACKET}4\end{document}Puedes escribir el símbolo mathematical right angle bracket en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10217 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "mathematical right angle bracket", or use Unicode Hex Input with 27E9.
Ctrl + Shift + U, type 27e9, 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.mathematical-right-angle-bracket::before { content: "\27E9"; }1<span>⟩</span>La representación del símbolo Mathematical Right Angle Bracket en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u27E9' or String.fromCodePoint(10217) |
| Python | '\N{MATHEMATICAL RIGHT ANGLE BRACKET}' or chr(10217) |
| Rust | '\u{27E9}' |
| C / C++ | UTF-8 source or wchar_t with U+27E9 |
| Go | string(rune(0x27E9)) |
| Ruby | "\u{27E9}" |
| Código CSS |
\27E9 |
| Código hexadecimal | 0x27E9 |
| Código HTML | ⟩ |
| LaTeX | \text{MATHEMATICALRIGHTANGLEBRACKET} |
| Símbolo | ⟩ |
| Codificación URL (porcentaje UTF-8) | %E2%9F%A9 |
| Nombre oral / lector de pantalla | Mathematical Right Angle Bracket |