If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+02BE, officially named MODIFIER LETTER RIGHT HALF RING, was introduced in Unicode version 1.1. It is part of the Modifier Letters block, which belongs to the Basic Multilingual plane.
Categorized technically as a Modifier Letter, 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 Left-To-Right 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º |
702
Copied!
|
|---|---|
| UTF-8 |
CA BE
Copied!
|
| UTF-16 |
02 BE
Copied!
|
| UTF-32 |
00 00 02 BE
Copied!
|
| URL-Quoted |
%CA%BE
Copied!
|
| HTML hex reference |
ʾ
Copied!
|
| RFC 5137 |
\u'02BE'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u02BE
Copied!
|
| C and C++ |
\u02be
Copied!
|
| C# |
\u02be
Copied!
|
| CSS |
\0002BE
Copied!
|
| Excel |
=UNICHAR(702)
Copied!
|
| Go |
\u02be
Copied!
|
| JavaScript |
\u02BE
Copied!
|
| Modern JavaScript (since ES6) |
\u{02be}
Copied!
|
| JSON |
\u02BE
Copied!
|
| Java |
\u02BE
Copied!
|
| Lua |
\u{02BE}
Copied!
|
| Matlab |
char(702)
Copied!
|
| Perl |
\x{02BE}
Copied!
|
| PHP |
\u{02be}
Copied!
|
| PostgreSQL |
U&'\02BE'
Copied!
|
| PowerShell |
`u{02BE}
Copied!
|
| Python |
\u02be
Copied!
|
| Ruby |
\u{02be}
Copied!
|
| Rust |
\u{02be}
Copied!
|