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