«
U+00AB · LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
Left-Pointing Double Angle Quotation Mark
| UTF-8 | C2 AB | 2 bytes |
|---|---|---|
| UTF-16 | 00AB | 1 code unit |
| UTF-32 | 000000AB | 4 bytes |
| HTML named | « | named character reference |
| HTML decimal | « | |
| HTML hex | « | |
| CSS | \AB | in content: "…" |
| JavaScript | \u00AB | |
| JSON | \u00AB | |
| Python | \u00AB | |
| Python | \N{LEFT-POINTING DOUBLE ANGLE QUOTATION MARK} | by name |
| Java / C# | \u00AB | |
| C / C++ | \u00AB | universal character name |
| Rust / Swift / PHP | \u{AB} | |
| Go | \u00AB | |
| Ruby | \u00AB | |
| Excel / Sheets | =UNICHAR(171) | |
| URL-encoded | %C2%AB | percent-encoded UTF-8 |