If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+232A, officially named RIGHT-POINTING ANGLE BRACKET, was introduced in Unicode version 1.1. It is part of the Misc Technical block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as KET.
Categorized technically as a Close Punctuation, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is a canonical composition and has wide 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º |
9002
Copied!
|
|---|---|
| UTF-8 |
E2 8C AA
Copied!
|
| UTF-16 |
23 2A
Copied!
|
| UTF-32 |
00 00 23 2A
Copied!
|
| URL-Quoted |
%E2%8C%AA
Copied!
|
| HTML hex reference |
〉
Copied!
|
| RFC 5137 |
\u'232A'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u232A
Copied!
|
| C and C++ |
\u232a
Copied!
|
| C# |
\u232a
Copied!
|
| CSS |
\00232A
Copied!
|
| Excel |
=UNICHAR(9002)
Copied!
|
| Go |
\u232a
Copied!
|
| JavaScript |
\u232A
Copied!
|
| Modern JavaScript (since ES6) |
\u{232a}
Copied!
|
| JSON |
\u232A
Copied!
|
| Java |
\u232A
Copied!
|
| Lua |
\u{232A}
Copied!
|
| Matlab |
char(9002)
Copied!
|
| Perl |
\x{232A}
Copied!
|
| PHP |
\u{232a}
Copied!
|
| PostgreSQL |
U&'\232A'
Copied!
|
| PowerShell |
`u{232A}
Copied!
|
| Python |
\u232a
Copied!
|
| Ruby |
\u{232a}
Copied!
|
| Rust |
\u{232a}
Copied!
|