copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('מ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
מ
Overview
מ (HEBREW LETTER MEM) is the Unicode character at code point U+05DE. It belongs to the Hebrew block, in the Other Letter (Lo) general category. Its script is Hebr.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+05DE | |
| decimal | 1502 | |
| htmldecimal | מ | |
| htmlhex | מ | |
| css | \05DE | |
| javascript | \u{5DE} | |
| python | \u05de | |
| java | \u05DE | |
| go | \u05DE | |
| ruby | \u{5DE} | |
| rust | \u{5DE} | |
| ccpp | \u05de | |
| urlencoded | %D7%9E | |
| utf8bytes | d7 9e | |
| utf16bebytes | 05 de | |
| utf32bebytes | 00 00 05 de |
How to Use
HTML:
מ
CSS:
content: "\05DE"
JavaScript:
"\u{5DE}"
Python:
"\u05de"
Properties
Frequently Asked Questions
What is the מ character (HEBREW LETTER MEM)?
מ (HEBREW LETTER MEM) is the Unicode character U+05DE.
What is the Unicode codepoint of HEBREW LETTER MEM?
The HEBREW LETTER MEM character (מ) has codepoint U+05DE.
How do I type or copy HEBREW LETTER MEM?
Copy מ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.