| Symbol Name | Medium Flattened Left Parenthesis Ornament |
| Unicode Version | 3.2 |
| Unicode | U+276A |
| Unicode block | |
| General category | Ps (Ps) |
| CSS Code |
| UTF-8 | E2 9D AA |
| UTF-16 | 276A |
| UTF-32 | 0000276A |
1\documentclass{article}2\usepackage{pifont}3\text{MEDIUMFLATTENEDLEFTPARENTHESISORNAMENT}4\end{document}You can type the medium flattened left parenthesis ornament symbol on most modern devices with the help of following methods:
Alt + 10090 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "medium flattened left parenthesis ornament", or use Unicode Hex Input with 276A.
Ctrl + Shift + U, type 276a, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with ornament and fleuron support.
1span.medium-flattened-left-parenthesis-ornament::before { content: "\276A"; }1<span>❪</span>Medium Flattened Left Parenthesis Ornament symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u276A' or String.fromCodePoint(10090) |
| Python | '\N{MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT}' or chr(10090) |
| Rust | '\u{276A}' |
| C / C++ | UTF-8 source or wchar_t with U+276A |
| Go | string(rune(0x276A)) |
| Ruby | "\u{276A}" |
\276A |
| Hex Code | 0x276A |
| HTML Code | ❪ |
| LaTeX | \text{MEDIUMFLATTENEDLEFTPARENTHESISORNAMENT} |
| Symbol | ❪ |
| URL encode (UTF-8 percent) | %E2%9D%AA |
| Spoken / screen reader name | Medium Flattened Left Parenthesis Ornament |