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