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 IOTIFIED LITTLE YUS) is the Unicode character at code point U+0469. 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+0469 | |
| decimal | 1129 | |
| htmldecimal | ѩ | |
| htmlhex | ѩ | |
| css | \0469 | |
| javascript | \u{469} | |
| python | \u0469 | |
| java | \u0469 | |
| go | \u0469 | |
| ruby | \u{469} | |
| rust | \u{469} | |
| ccpp | \u0469 | |
| urlencoded | %D1%A9 | |
| utf8bytes | d1 a9 | |
| utf16bebytes | 04 69 | |
| utf32bebytes | 00 00 04 69 |
How to Use
HTML:
ѩ
CSS:
content: "\0469"
JavaScript:
"\u{469}"
Python:
"\u0469"
Properties
Frequently Asked Questions
What is the ѩ character (CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS)?
ѩ (CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS) is the Unicode character U+0469.
What is the Unicode codepoint of CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS?
The CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS character (ѩ) has codepoint U+0469.
How do I type or copy CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS?
Copy ѩ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.