LATIN CAPITAL LETTER M vs GREEK CAPITAL LETTER MU
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' : ''">
Μ
GREEK CAPITAL LETTER MU
U+039C
View details →
VS
Property Comparison
| Property | M U+004D | Μ U+039C |
|---|---|---|
| Name | LATIN CAPITAL LETTER M | GREEK CAPITAL LETTER MU |
| Block | Basic Latin | Greek and Coptic |
| Script | Latn | Grek |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+004D | U+039C |
|---|---|---|
| unicode | U+004D | U+039C |
| decimal | 77 | 924 |
| htmldecimal | M | Μ |
| htmlhex | M | Μ |
| css | \004D | \039C |
| javascript | \u{4D} | \u{39C} |
| python | \u004d | \u039c |
| java | \u004D | \u039C |
| go | \u004D | \u039C |
| ruby | \u{4D} | \u{39C} |
| rust | \u{4D} | \u{39C} |
| ccpp | \u004d | \u039c |
| urlencoded | M | %CE%9C |
| utf8bytes | 4d | ce 9c |
| utf16bebytes | 00 4d | 03 9c |
| utf32bebytes | 00 00 00 4d | 00 00 03 9c |
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 GREEK CAPITAL LETTER MU is from Greek and Coptic (Grek). 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.