| Nom du symbole | Mathematical Left Double Angle Bracket |
| Version Unicode | 3.2 |
| Unicode | U+27EA |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole mathematical left double angle bracket sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Mathematical Left Double Angle Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\27EA |
| Code hexadécimal | 0x27EA |
| Code HTML | ⟪ |
| LaTeX | \text{MATHEMATICALLEFTDOUBLEANGLEBRACKET} |
| Symbole | ⟪ |
| Encodage URL (pourcent UTF-8) | %E2%9F%AA |
| Nom oral / lecteur d’écran | Mathematical Left Double Angle Bracket |