| Symboolnaam | Mathematical Left Flattened Parenthesis |
| Unicode-versie | 5.1 |
| Unicode | U+27EE |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het mathematical left flattened parenthesis-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Mathematical Left Flattened Parenthesis-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x27EE |
| HTML-code | ⟮ |
| LaTeX | \text{MATHEMATICALLEFTFLATTENEDPARENTHESIS} |
| Symbool | ⟮ |
| URL-codering (UTF-8 procent) | %E2%9F%AE |
| Uitgesproken naam / schermlezer | Mathematical Left Flattened Parenthesis |