| Nome del simbolo | Left-pointing Double Angle Quotation Mark |
| Versione Unicode | 1.1 |
| Unicode | U+00AB |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo left-pointing double angle quotation mark sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Left-pointing Double Angle Quotation Mark nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\00AB |
| Codice esadecimale | 0x00AB |
| Codice HTML | « |
| LaTeX | \guillemotleft |
| Simbolo | « |
| Codifica URL (percentuale UTF-8) | %C2%AB |
| Nome parlato / screen reader | Left-pointing Double Angle Quotation Mark |