| Nome del simbolo | Medium Left Parenthesis Ornament |
| Versione Unicode | 3.2 |
| Unicode | U+2768 |
| Blocco Unicode | |
| Categoria generale | Ps (Ps) |
| Codice CSS |
| UTF-8 | E2 9D A8 |
| UTF-16 | 2768 |
| UTF-32 | 00002768 |
1\documentclass{article}2\usepackage{pifont}3\text{MEDIUMLEFTPARENTHESISORNAMENT}4\end{document}Puoi digitare il simbolo medium left parenthesis ornament sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Medium Left Parenthesis Ornament nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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 |
| Codice esadecimale | 0x2768 |
| Codice HTML | ❨ |
| LaTeX | \text{MEDIUMLEFTPARENTHESISORNAMENT} |
| Simbolo | ❨ |
| Codifica URL (percentuale UTF-8) | %E2%9D%A8 |
| Nome parlato / screen reader | Medium Left Parenthesis Ornament |