| Nombre del símbolo | Mathematical Left Double Angle Bracket |
| Versión Unicode | 3.2 |
| Unicode | U+27EA |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo mathematical left double angle bracket en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Mathematical Left Double Angle Bracket en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\27EA |
| Código hexadecimal | 0x27EA |
| Código HTML | ⟪ |
| LaTeX | \text{MATHEMATICALLEFTDOUBLEANGLEBRACKET} |
| Símbolo | ⟪ |
| Codificación URL (porcentaje UTF-8) | %E2%9F%AA |
| Nombre oral / lector de pantalla | Mathematical Left Double Angle Bracket |