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