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