| Nombre del símbolo | Mathematical Left Flattened Parenthesis |
| Versión Unicode | 5.1 |
| Unicode | U+27EE |
| Bloque Unicode | |
| Categoría general | Open Punctuation (Ps) |
| UTF-8 | E2 9F AE |
| UTF-16 | 27EE |
| UTF-32 | 000027EE |
1\documentclass{article}2\usepackage{pifont}3\text{MATHEMATICALLEFTFLATTENEDPARENTHESIS}4\end{document}Puedes escribir el símbolo mathematical left flattened parenthesis en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10222 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "mathematical left flattened parenthesis", or use Unicode Hex Input with 27EE.
Ctrl + Shift + U, type 27ee, 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-flattened-parenthesis::before { content: "\27EE"; }1<span>⟮</span>La representación del símbolo Mathematical Left Flattened Parenthesis en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u27EE' or String.fromCodePoint(10222) |
| Python | '\N{MATHEMATICAL LEFT FLATTENED PARENTHESIS}' or chr(10222) |
| Rust | '\u{27EE}' |
| C / C++ | UTF-8 source or wchar_t with U+27EE |
| Go | string(rune(0x27EE)) |
| Ruby | "\u{27EE}" |
| Código CSS |
\27EE |
| Código hexadecimal | 0x27EE |
| Código HTML | ⟮ |
| LaTeX | \text{MATHEMATICALLEFTFLATTENEDPARENTHESIS} |
| Símbolo | ⟮ |
| Codificación URL (porcentaje UTF-8) | %E2%9F%AE |
| Nombre oral / lector de pantalla | Mathematical Left Flattened Parenthesis |