| Symbol Name | Left-pointing Double Angle Quotation Mark |
| Unicode Version | 1.1 |
| Unicode | U+00AB |
| Unicode block | |
| General category | 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}You can type the left-pointing double angle quotation mark symbol on most modern devices with the help of following methods:
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>Left-pointing Double Angle Quotation Mark symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x00AB |
| HTML Code | « |
| LaTeX | \guillemotleft |
| Symbol | « |
| URL encode (UTF-8 percent) | %C2%AB |
| Spoken / screen reader name | Left-pointing Double Angle Quotation Mark |