copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('M'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
M
LATIN CAPITAL LETTER M
Overview
M (LATIN CAPITAL LETTER M) is the Unicode character at code point U+004D. It belongs to the Basic Latin block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+004D | |
| decimal | 77 | |
| htmldecimal | M | |
| htmlhex | M | |
| css | \004D | |
| javascript | \u{4D} | |
| python | \u004d | |
| java | \u004D | |
| go | \u004D | |
| ruby | \u{4D} | |
| rust | \u{4D} | |
| ccpp | \u004d | |
| urlencoded | M | |
| utf8bytes | 4d | |
| utf16bebytes | 00 4d | |
| utf32bebytes | 00 00 00 4d |
How to Use
HTML:
M
CSS:
content: "\004D"
JavaScript:
"\u{4D}"
Python:
"\u004d"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the M character (LATIN CAPITAL LETTER M)?
M (LATIN CAPITAL LETTER M) is the Unicode character U+004D.
What is the Unicode codepoint of LATIN CAPITAL LETTER M?
The LATIN CAPITAL LETTER M character (M) has codepoint U+004D.
How do I type or copy LATIN CAPITAL LETTER M?
Copy M directly, or use the HTML entity, UTF-8, and code encodings shown on this page.