| Nome del simbolo | Mathematical Right Double Angle Bracket |
| Versione Unicode | 3.2 |
| Unicode | U+27EB |
| Blocco Unicode | |
| Categoria generale | Close Punctuation (Pe) |
| UTF-8 | E2 9F AB |
| UTF-16 | 27EB |
| UTF-32 | 000027EB |
1\documentclass{article}2\usepackage{pifont}3\text{MATHEMATICALRIGHTDOUBLEANGLEBRACKET}4\end{document}Puoi digitare il simbolo mathematical right double angle bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10219 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "mathematical right double angle bracket", or use Unicode Hex Input with 27EB.
Ctrl + Shift + U, type 27eb, 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-double-angle-bracket::before { content: "\27EB"; }1<span>⟫</span>La rappresentazione del simbolo Mathematical Right Double Angle Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u27EB' or String.fromCodePoint(10219) |
| Python | '\N{MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET}' or chr(10219) |
| Rust | '\u{27EB}' |
| C / C++ | UTF-8 source or wchar_t with U+27EB |
| Go | string(rune(0x27EB)) |
| Ruby | "\u{27EB}" |
| Codice CSS | \27EB |
| Codice esadecimale | 0x27EB |
| Codice HTML | ⟫ |
| LaTeX | \text{MATHEMATICALRIGHTDOUBLEANGLEBRACKET} |
| Simbolo | ⟫ |
| Codifica URL (percentuale UTF-8) | %E2%9F%AB |
| Nome parlato / screen reader | Mathematical Right Double Angle Bracket |