| Symbol Name | Right-pointing Double Angle Quotation Mark |
| Unicode Version | 1.1 |
| Unicode | U+00BB |
| Unicode block | |
| General category | Final Quote Punctuation (Pf) |
| UTF-8 | C2 BB |
| UTF-16 | 00BB |
| UTF-32 | 000000BB |
1\documentclass{article}2\usepackage{pifont}3\guillemotright 4\end{document}You can type the right-pointing double angle quotation mark symbol on most modern devices with the help of following methods:
Alt + 187 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "right-pointing double angle quotation mark", or use Unicode Hex Input with 00BB.
Ctrl + Shift + U, type 00bb, 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-double-angle-quotation-mark::before { content: "\00BB"; }1<span>»</span>Right-pointing Double Angle Quotation Mark symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u00BB' or String.fromCodePoint(187) |
| Python | '\N{RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK}' or chr(187) |
| Rust | '\u{00BB}' |
| C / C++ | UTF-8 source or wchar_t with U+00BB |
| Go | string(rune(0x00BB)) |
| Ruby | "\u{00BB}" |
| CSS Code |
\00BB |
| Hex Code | 0x00BB |
| HTML Code | » |
| LaTeX | \guillemotright |
| Symbol | » |
| URL encode (UTF-8 percent) | %C2%BB |
| Spoken / screen reader name | Right-pointing Double Angle Quotation Mark |