| Symboolnaam | Left-pointing Double Angle Quotation Mark |
| Unicode-versie | 1.1 |
| Unicode | U+00AB |
| Unicode-blok | |
| Algemene categorie | Initial Quote Punctuation (Pi) |
| UTF-8 | C2 AB |
| UTF-16 | 00AB |
| UTF-32 | 000000AB |
1\documentclass{article}2\usepackage{pifont}3\guillemotleft 4\end{document}Je kunt het left-pointing double angle quotation mark-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 171 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left-pointing double angle quotation mark", or use Unicode Hex Input with 00AB.
Ctrl + Shift + U, type 00ab, 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.left-pointing-double-angle-quotation-mark::before { content: "\00AB"; }1<span>«</span>De weergave van het Left-pointing Double Angle Quotation Mark-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u00AB' or String.fromCodePoint(171) |
| Python | '\N{LEFT-POINTING DOUBLE ANGLE QUOTATION MARK}' or chr(171) |
| Rust | '\u{00AB}' |
| C / C++ | UTF-8 source or wchar_t with U+00AB |
| Go | string(rune(0x00AB)) |
| Ruby | "\u{00AB}" |
| CSS-code |
\00AB |
| Hexadecimale code | 0x00AB |
| HTML-code | « |
| LaTeX | \guillemotleft |
| Symbool | « |
| URL-codering (UTF-8 procent) | %C2%AB |
| Uitgesproken naam / schermlezer | Left-pointing Double Angle Quotation Mark |