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