If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+203A, officially named SINGLE RIGHT-POINTING ANGLE QUOTATION MARK, was introduced in Unicode version 1.1. It is part of the Punctuation block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as RIGHT POINTING SINGLE GUILLEMET.
Categorized technically as a Final 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º |
8250
Copied!
|
|---|---|
| UTF-8 |
E2 80 BA
Copied!
|
| UTF-16 |
20 3A
Copied!
|
| UTF-32 |
00 00 20 3A
Copied!
|
| URL-Quoted |
%E2%80%BA
Copied!
|
| HTML hex reference |
›
Copied!
|
| RFC 5137 |
\u'203A'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u203A
Copied!
|
| C and C++ |
\u203a
Copied!
|
| C# |
\u203a
Copied!
|
| CSS |
\00203A
Copied!
|
| Excel |
=UNICHAR(8250)
Copied!
|
| Go |
\u203a
Copied!
|
| JavaScript |
\u203A
Copied!
|
| Modern JavaScript (since ES6) |
\u{203a}
Copied!
|
| JSON |
\u203A
Copied!
|
| Java |
\u203A
Copied!
|
| Lua |
\u{203A}
Copied!
|
| Matlab |
char(8250)
Copied!
|
| Perl |
\x{203A}
Copied!
|
| PHP |
\u{203a}
Copied!
|
| PostgreSQL |
U&'\203A'
Copied!
|
| PowerShell |
`u{203A}
Copied!
|
| Python |
\u203a
Copied!
|
| Ruby |
\u{203a}
Copied!
|
| Rust |
\u{203a}
Copied!
|