| Nom du symbole | Left-pointing Double Angle Quotation Mark |
| Version Unicode | 1.1 |
| Unicode | U+00AB |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole left-pointing double angle quotation mark sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Left-pointing Double Angle Quotation Mark dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\00AB |
| Code hexadécimal | 0x00AB |
| Code HTML | « |
| LaTeX | \guillemotleft |
| Symbole | « |
| Encodage URL (pourcent UTF-8) | %C2%AB |
| Nom oral / lecteur d’écran | Left-pointing Double Angle Quotation Mark |