| Nome del simbolo | Mathematical Left Flattened Parenthesis |
| Versione Unicode | 5.1 |
| Unicode | U+27EE |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo mathematical left flattened parenthesis sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Mathematical Left Flattened Parenthesis nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS | \27EE |
| Codice esadecimale | 0x27EE |
| Codice HTML | ⟮ |
| LaTeX | \text{MATHEMATICALLEFTFLATTENEDPARENTHESIS} |
| Simbolo | ⟮ |
| Codifica URL (percentuale UTF-8) | %E2%9F%AE |
| Nome parlato / screen reader | Mathematical Left Flattened Parenthesis |