If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+02BA, officially named MODIFIER LETTER DOUBLE PRIME, 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 Other Neutral 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º |
698
Copied!
|
|---|---|
| UTF-8 |
CA BA
Copied!
|
| UTF-16 |
02 BA
Copied!
|
| UTF-32 |
00 00 02 BA
Copied!
|
| URL-Quoted |
%CA%BA
Copied!
|
| HTML hex reference |
ʺ
Copied!
|
| RFC 5137 |
\u'02BA'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u02BA
Copied!
|
| C and C++ |
\u02ba
Copied!
|
| C# |
\u02ba
Copied!
|
| CSS |
\0002BA
Copied!
|
| Excel |
=UNICHAR(698)
Copied!
|
| Go |
\u02ba
Copied!
|
| JavaScript |
\u02BA
Copied!
|
| Modern JavaScript (since ES6) |
\u{02ba}
Copied!
|
| JSON |
\u02BA
Copied!
|
| Java |
\u02BA
Copied!
|
| Lua |
\u{02BA}
Copied!
|
| Matlab |
char(698)
Copied!
|
| Perl |
\x{02BA}
Copied!
|
| PHP |
\u{02ba}
Copied!
|
| PostgreSQL |
U&'\02BA'
Copied!
|
| PowerShell |
`u{02BA}
Copied!
|
| Python |
\u02ba
Copied!
|
| Ruby |
\u{02ba}
Copied!
|
| Rust |
\u{02ba}
Copied!
|