LATIN CAPITAL LETTER M vs CYRILLIC CAPITAL LETTER EM
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
M
LATIN CAPITAL LETTER M
U+004D
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
М
CYRILLIC CAPITAL LETTER EM
U+041C
View details →
VS
Property Comparison
| Property | M U+004D | М U+041C |
|---|---|---|
| Name | LATIN CAPITAL LETTER M | CYRILLIC CAPITAL LETTER EM |
| Block | Basic Latin | Cyrillic |
| Script | Latn | Cyrl |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+004D | U+041C |
|---|---|---|
| unicode | U+004D | U+041C |
| decimal | 77 | 1052 |
| htmldecimal | M | М |
| htmlhex | M | М |
| css | \004D | \041C |
| javascript | \u{4D} | \u{41C} |
| python | \u004d | \u041c |
| java | \u004D | \u041C |
| go | \u004D | \u041C |
| ruby | \u{4D} | \u{41C} |
| rust | \u{4D} | \u{41C} |
| ccpp | \u004d | \u041c |
| urlencoded | M | %D0%9C |
| utf8bytes | 4d | d0 9c |
| utf16bebytes | 00 4d | 04 1c |
| utf32bebytes | 00 00 00 4d | 00 00 04 1c |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN CAPITAL LETTER M is from the Basic Latin block (Latn script), while CYRILLIC CAPITAL LETTER EM is from Cyrillic (Cyrl). Check the codepoint or encoding to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.