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' : ''">
Ḿ
LATIN CAPITAL LETTER M WITH ACUTE
Overview
Ḿ (LATIN CAPITAL LETTER M WITH ACUTE) is the Unicode character at code point U+1E3E. It belongs to the Latin Extended Additional block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1E3E | |
| decimal | 7742 | |
| htmldecimal | Ḿ | |
| htmlhex | Ḿ | |
| css | \1E3E | |
| javascript | \u{1E3E} | |
| python | \u1e3e | |
| java | \u1E3E | |
| go | \u1E3E | |
| ruby | \u{1E3E} | |
| rust | \u{1E3E} | |
| ccpp | \u1e3e | |
| urlencoded | %E1%B8%BE | |
| utf8bytes | e1 b8 be | |
| utf16bebytes | 1e 3e | |
| utf32bebytes | 00 00 1e 3e |
How to Use
HTML:
Ḿ
CSS:
content: "\1E3E"
JavaScript:
"\u{1E3E}"
Python:
"\u1e3e"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 004D 0301
Frequently Asked Questions
What is the Ḿ character (LATIN CAPITAL LETTER M WITH ACUTE)?
Ḿ (LATIN CAPITAL LETTER M WITH ACUTE) is the Unicode character U+1E3E.
What is the Unicode codepoint of LATIN CAPITAL LETTER M WITH ACUTE?
The LATIN CAPITAL LETTER M WITH ACUTE character (Ḿ) has codepoint U+1E3E.
How do I type or copy LATIN CAPITAL LETTER M WITH ACUTE?
Copy Ḿ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.