If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+05AA, officially named HEBREW ACCENT YERAH BEN YOMO, was introduced in Unicode version 2.0. It is part of the Hebrew block, which belongs to the Basic Multilingual plane.
Categorized technically as a Nonspacing Mark, this character typically falls under the Hebr 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º |
1450
Copied!
|
|---|---|
| UTF-8 |
D6 AA
Copied!
|
| UTF-16 |
05 AA
Copied!
|
| UTF-32 |
00 00 05 AA
Copied!
|
| URL-Quoted |
%D6%AA
Copied!
|
| HTML hex reference |
֪
Copied!
|
| RFC 5137 |
\u'05AA'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u05AA
Copied!
|
| C and C++ |
\u05aa
Copied!
|
| C# |
\u05aa
Copied!
|
| CSS |
\0005AA
Copied!
|
| Excel |
=UNICHAR(1450)
Copied!
|
| Go |
\u05aa
Copied!
|
| JavaScript |
\u05AA
Copied!
|
| Modern JavaScript (since ES6) |
\u{05aa}
Copied!
|
| JSON |
\u05AA
Copied!
|
| Java |
\u05AA
Copied!
|
| Lua |
\u{05AA}
Copied!
|
| Matlab |
char(1450)
Copied!
|
| Perl |
\x{05AA}
Copied!
|
| PHP |
\u{05aa}
Copied!
|
| PostgreSQL |
U&'\05AA'
Copied!
|
| PowerShell |
`u{05AA}
Copied!
|
| Python |
\u05aa
Copied!
|
| Ruby |
\u{05aa}
Copied!
|
| Rust |
\u{05aa}
Copied!
|