| Symboolnaam | Right-pointing Double Angle Quotation Mark |
| Unicode-versie | 1.1 |
| Unicode | U+00BB |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het right-pointing double angle quotation mark-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Right-pointing Double Angle Quotation Mark-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x00BB |
| HTML-code | » |
| LaTeX | \guillemotright |
| Symbool | » |
| URL-codering (UTF-8 procent) | %C2%BB |
| Uitgesproken naam / schermlezer | Right-pointing Double Angle Quotation Mark |