If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+05DE, officially named HEBREW LETTER MEM, was introduced in Unicode version 1.1. It is part of the Hebrew block, which belongs to the Basic Multilingual plane.
Categorized technically as a Other Letter, 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 Right-To-Left 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º |
1502
Copied!
|
|---|---|
| UTF-8 |
D7 9E
Copied!
|
| UTF-16 |
05 DE
Copied!
|
| UTF-32 |
00 00 05 DE
Copied!
|
| URL-Quoted |
%D7%9E
Copied!
|
| HTML hex reference |
מ
Copied!
|
| RFC 5137 |
\u'05DE'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u05DE
Copied!
|
| C and C++ |
\u05de
Copied!
|
| C# |
\u05de
Copied!
|
| CSS |
\0005DE
Copied!
|
| Excel |
=UNICHAR(1502)
Copied!
|
| Go |
\u05de
Copied!
|
| JavaScript |
\u05DE
Copied!
|
| Modern JavaScript (since ES6) |
\u{05de}
Copied!
|
| JSON |
\u05DE
Copied!
|
| Java |
\u05DE
Copied!
|
| Lua |
\u{05DE}
Copied!
|
| Matlab |
char(1502)
Copied!
|
| Perl |
\x{05DE}
Copied!
|
| PHP |
\u{05de}
Copied!
|
| PostgreSQL |
U&'\05DE'
Copied!
|
| PowerShell |
`u{05DE}
Copied!
|
| Python |
\u05de
Copied!
|
| Ruby |
\u{05de}
Copied!
|
| Rust |
\u{05de}
Copied!
|