| Symbol Name | Mathematical Left Flattened Parenthesis |
| Unicode Version | 5.1 |
| Unicode | U+27EE |
| Unicode block | |
| General category | 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}You can type the mathematical left flattened parenthesis symbol on most modern devices with the help of following methods:
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>Mathematical Left Flattened Parenthesis symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\27EE |
| Hex Code | 0x27EE |
| HTML Code | ⟮ |
| LaTeX | \text{MATHEMATICALLEFTFLATTENEDPARENTHESIS} |
| Symbol | ⟮ |
| URL encode (UTF-8 percent) | %E2%9F%AE |
| Spoken / screen reader name | Mathematical Left Flattened Parenthesis |