| Symbol Name | Right Double Angle Bracket |
| Unicode Version | 1.1 |
| Unicode | U+300B |
| Unicode block | |
| General category | Close Punctuation (Pe) |
| CSS Code |
| UTF-8 | E3 80 8B |
| UTF-16 | 300B |
| UTF-32 | 0000300B |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTDOUBLEANGLEBRACKET}4\end{document}You can type the right double angle bracket symbol on most modern devices with the help of following methods:
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>Right Double Angle Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\300B |
| Hex Code | 0x300B |
| HTML Code | 》 |
| LaTeX | \text{RIGHTDOUBLEANGLEBRACKET} |
| Symbol | 》 |
| URL encode (UTF-8 percent) | %E3%80%8B |
| Spoken / screen reader name | Right Double Angle Bracket |