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