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