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