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
М (CYRILLIC CAPITAL LETTER EM) is the Unicode character at code point U+041C. It belongs to the Cyrillic block, in the Uppercase Letter (Lu) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+041C | |
| decimal | 1052 | |
| htmldecimal | М | |
| htmlhex | М | |
| css | \041C | |
| javascript | \u{41C} | |
| python | \u041c | |
| java | \u041C | |
| go | \u041C | |
| ruby | \u{41C} | |
| rust | \u{41C} | |
| ccpp | \u041c | |
| urlencoded | %D0%9C | |
| utf8bytes | d0 9c | |
| utf16bebytes | 04 1c | |
| utf32bebytes | 00 00 04 1c |
How to Use
HTML:
М
CSS:
content: "\041C"
JavaScript:
"\u{41C}"
Python:
"\u041c"
Frequently Asked Questions
What is the М character (CYRILLIC CAPITAL LETTER EM)?
М (CYRILLIC CAPITAL LETTER EM) is the Unicode character U+041C.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER EM?
The CYRILLIC CAPITAL LETTER EM character (М) has codepoint U+041C.
How do I type or copy CYRILLIC CAPITAL LETTER EM?
Copy М directly, or use the HTML entity, UTF-8, and code encodings shown on this page.