If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+00AB, officially named LEFT-POINTING DOUBLE ANGLE QUOTATION MARK, was introduced in Unicode version 1.1. It is part of the Latin 1 Sup block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as LEFT POINTING GUILLEMET.
Categorized technically as a Initial Punctuation, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is not a composition and has no designated width in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral character. Its visual representation remains mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
171
Copied!
|
|---|---|
| UTF-8 |
C2 AB
Copied!
|
| UTF-16 |
00 AB
Copied!
|
| UTF-32 |
00 00 00 AB
Copied!
|
| URL-Quoted |
%C2%AB
Copied!
|
| HTML hex reference |
«
Copied!
|
| RFC 5137 |
\u'00AB'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u00AB
Copied!
|
| C and C++ |
\u00ab
Copied!
|
| C# |
\u00ab
Copied!
|
| CSS |
\0000AB
Copied!
|
| Excel |
=UNICHAR(171)
Copied!
|
| Go |
\u00ab
Copied!
|
| JavaScript |
\u00AB
Copied!
|
| Modern JavaScript (since ES6) |
\u{00ab}
Copied!
|
| JSON |
\u00AB
Copied!
|
| Java |
\u00AB
Copied!
|
| Lua |
\u{00AB}
Copied!
|
| Matlab |
char(171)
Copied!
|
| Perl |
\x{00AB}
Copied!
|
| PHP |
\u{00ab}
Copied!
|
| PostgreSQL |
U&'\00AB'
Copied!
|
| PowerShell |
`u{00AB}
Copied!
|
| Python |
\u00ab
Copied!
|
| Ruby |
\u{00ab}
Copied!
|
| Rust |
\u{00ab}
Copied!
|