| Nombre del símbolo | Left-pointing Double Angle Quotation Mark |
| Versión Unicode | 1.1 |
| Unicode | U+00AB |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo left-pointing double angle quotation mark en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Left-pointing Double Angle Quotation Mark en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\00AB |
| Código hexadecimal | 0x00AB |
| Código HTML | « |
| LaTeX | \guillemotleft |
| Símbolo | « |
| Codificación URL (porcentaje UTF-8) | %C2%AB |
| Nombre oral / lector de pantalla | Left-pointing Double Angle Quotation Mark |