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