| Nome del simbolo | Medium Left-pointing Angle Bracket Ornament |
| Versione Unicode | 3.2 |
| Unicode | U+276C |
| Blocco Unicode | |
| Categoria generale | Ps (Ps) |
| UTF-8 | E2 9D AC |
| UTF-16 | 276C |
| UTF-32 | 0000276C |
1\documentclass{article}2\usepackage{pifont}3\text{MEDIUMLEFT-POINTINGANGLEBRACKETORNAMENT}4\end{document}Puoi digitare il simbolo medium left-pointing angle bracket ornament sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10092 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "medium left-pointing angle bracket ornament", or use Unicode Hex Input with 276C.
Ctrl + Shift + U, type 276c, 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-pointing-angle-bracket-ornament::before { content: "\276C"; }1<span>❬</span>La rappresentazione del simbolo Medium Left-pointing Angle Bracket Ornament nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u276C' or String.fromCodePoint(10092) |
| Python | '\N{MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT}' or chr(10092) |
| Rust | '\u{276C}' |
| C / C++ | UTF-8 source or wchar_t with U+276C |
| Go | string(rune(0x276C)) |
| Ruby | "\u{276C}" |
| Codice CSS |
\276C |
| Codice esadecimale | 0x276C |
| Codice HTML | ❬ |
| LaTeX | \text{MEDIUMLEFT-POINTINGANGLEBRACKETORNAMENT} |
| Simbolo | ❬ |
| Codifica URL (percentuale UTF-8) | %E2%9D%AC |
| Nome parlato / screen reader | Medium Left-pointing Angle Bracket Ornament |