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 WITH TAIL) is the Unicode character at code point U+04CE. 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+04CE | |
| decimal | 1230 | |
| htmldecimal | ӎ | |
| htmlhex | ӎ | |
| css | \04CE | |
| javascript | \u{4CE} | |
| python | \u04ce | |
| java | \u04CE | |
| go | \u04CE | |
| ruby | \u{4CE} | |
| rust | \u{4CE} | |
| ccpp | \u04ce | |
| urlencoded | %D3%8E | |
| utf8bytes | d3 8e | |
| utf16bebytes | 04 ce | |
| utf32bebytes | 00 00 04 ce |
How to Use
HTML:
ӎ
CSS:
content: "\04CE"
JavaScript:
"\u{4CE}"
Python:
"\u04ce"
Properties
Frequently Asked Questions
What is the ӎ character (CYRILLIC SMALL LETTER EM WITH TAIL)?
ӎ (CYRILLIC SMALL LETTER EM WITH TAIL) is the Unicode character U+04CE.
What is the Unicode codepoint of CYRILLIC SMALL LETTER EM WITH TAIL?
The CYRILLIC SMALL LETTER EM WITH TAIL character (ӎ) has codepoint U+04CE.
How do I type or copy CYRILLIC SMALL LETTER EM WITH TAIL?
Copy ӎ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.