| Nome del simbolo | Mathematical Right White Square Bracket |
| Versione Unicode | 3.2 |
| Unicode | U+27E7 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo mathematical right white square bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Mathematical Right White Square Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS | \27E7 |
| Codice esadecimale | 0x27E7 |
| Codice HTML | ⟧ |
| LaTeX | \text{MATHEMATICALRIGHTWHITESQUAREBRACKET} |
| Simbolo | ⟧ |
| Codifica URL (percentuale UTF-8) | %E2%9F%A7 |
| Nome parlato / screen reader | Mathematical Right White Square Bracket |