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