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