If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+202B, officially named RIGHT-TO-LEFT 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º |
8235
Copied!
|
|---|---|
| UTF-8 |
E2 80 AB
Copied!
|
| UTF-16 |
20 2B
Copied!
|
| UTF-32 |
00 00 20 2B
Copied!
|
| URL-Quoted |
%E2%80%AB
Copied!
|
| HTML hex reference |
‫
Copied!
|
| RFC 5137 |
\u'202B'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u202B
Copied!
|
| C and C++ |
\u202b
Copied!
|
| C# |
\u202b
Copied!
|
| CSS |
\00202B
Copied!
|
| Excel |
=UNICHAR(8235)
Copied!
|
| Go |
\u202b
Copied!
|
| JavaScript |
\u202B
Copied!
|
| Modern JavaScript (since ES6) |
\u{202b}
Copied!
|
| JSON |
\u202B
Copied!
|
| Java |
\u202B
Copied!
|
| Lua |
\u{202B}
Copied!
|
| Matlab |
char(8235)
Copied!
|
| Perl |
\x{202B}
Copied!
|
| PHP |
\u{202b}
Copied!
|
| PostgreSQL |
U&'\202B'
Copied!
|
| PowerShell |
`u{202B}
Copied!
|
| Python |
\u202b
Copied!
|
| Ruby |
\u{202b}
Copied!
|
| Rust |
\u{202b}
Copied!
|