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 SCHWA WITH DIAERESIS) is the Unicode character at code point U+04DA. 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+04DA | |
| decimal | 1242 | |
| htmldecimal | Ӛ | |
| htmlhex | Ӛ | |
| css | \04DA | |
| javascript | \u{4DA} | |
| python | \u04da | |
| java | \u04DA | |
| go | \u04DA | |
| ruby | \u{4DA} | |
| rust | \u{4DA} | |
| ccpp | \u04da | |
| urlencoded | %D3%9A | |
| utf8bytes | d3 9a | |
| utf16bebytes | 04 da | |
| utf32bebytes | 00 00 04 da |
How to Use
HTML:
Ӛ
CSS:
content: "\04DA"
JavaScript:
"\u{4DA}"
Python:
"\u04da"
Properties
Frequently Asked Questions
What is the Ӛ character (CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS)?
Ӛ (CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS) is the Unicode character U+04DA.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS?
The CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS character (Ӛ) has codepoint U+04DA.
How do I type or copy CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS?
Copy Ӛ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.