If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+202A, officially named LEFT-TO-RIGHT EMBEDDING, was introduced in Unicode version 1.1. It is part of the Punctuation block, which belongs to the Basic Multilingual plane.
Categorized technically as a Format, 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 Unknown character. Its visual representation remains not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
8234
Copied!
|
|---|---|
| UTF-8 |
E2 80 AA
Copied!
|
| UTF-16 |
20 2A
Copied!
|
| UTF-32 |
00 00 20 2A
Copied!
|
| URL-Quoted |
%E2%80%AA
Copied!
|
| HTML hex reference |
‪
Copied!
|
| RFC 5137 |
\u'202A'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u202A
Copied!
|
| C and C++ |
\u202a
Copied!
|
| C# |
\u202a
Copied!
|
| CSS |
\00202A
Copied!
|
| Excel |
=UNICHAR(8234)
Copied!
|
| Go |
\u202a
Copied!
|
| JavaScript |
\u202A
Copied!
|
| Modern JavaScript (since ES6) |
\u{202a}
Copied!
|
| JSON |
\u202A
Copied!
|
| Java |
\u202A
Copied!
|
| Lua |
\u{202A}
Copied!
|
| Matlab |
char(8234)
Copied!
|
| Perl |
\x{202A}
Copied!
|
| PHP |
\u{202a}
Copied!
|
| PostgreSQL |
U&'\202A'
Copied!
|
| PowerShell |
`u{202A}
Copied!
|
| Python |
\u202a
Copied!
|
| Ruby |
\u{202a}
Copied!
|
| Rust |
\u{202a}
Copied!
|