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