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