| Symbolname | Mathematical Left Flattened Parenthesis |
| Unicode-Version | 5.1 |
| Unicode | U+27EE |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol mathematical left flattened parenthesis auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Mathematical Left Flattened Parenthesis in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x27EE |
| HTML-Code | ⟮ |
| LaTeX | \text{MATHEMATICALLEFTFLATTENEDPARENTHESIS} |
| Symbol | ⟮ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9F%AE |
| Ansagename (Screenreader) | Mathematical Left Flattened Parenthesis |