| Symbol Name | Medium Left Parenthesis Ornament |
| Unicode Version | 3.2 |
| Unicode | U+2768 |
| Unicode block | |
| General category | Ps (Ps) |
| CSS Code |
| UTF-8 | E2 9D A8 |
| UTF-16 | 2768 |
| UTF-32 | 00002768 |
1\documentclass{article}2\usepackage{pifont}3\text{MEDIUMLEFTPARENTHESISORNAMENT}4\end{document}You can type the medium left parenthesis ornament symbol on most modern devices with the help of following methods:
Alt + 10088 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "medium left parenthesis ornament", or use Unicode Hex Input with 2768.
Ctrl + Shift + U, type 2768, 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-left-parenthesis-ornament::before { content: "\2768"; }1<span>❨</span>Medium Left Parenthesis Ornament symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2768' or String.fromCodePoint(10088) |
| Python | '\N{MEDIUM LEFT PARENTHESIS ORNAMENT}' or chr(10088) |
| Rust | '\u{2768}' |
| C / C++ | UTF-8 source or wchar_t with U+2768 |
| Go | string(rune(0x2768)) |
| Ruby | "\u{2768}" |
\2768 |
| Hex Code | 0x2768 |
| HTML Code | ❨ |
| LaTeX | \text{MEDIUMLEFTPARENTHESISORNAMENT} |
| Symbol | ❨ |
| URL encode (UTF-8 percent) | %E2%9D%A8 |
| Spoken / screen reader name | Medium Left Parenthesis Ornament |