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 CAPITAL LETTER YA) is the Unicode character at code point U+042F. It belongs to the Cyrillic block, in the Uppercase Letter (Lu) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+042F | |
| decimal | 1071 | |
| htmldecimal | Я | |
| htmlhex | Я | |
| css | \042F | |
| javascript | \u{42F} | |
| python | \u042f | |
| java | \u042F | |
| go | \u042F | |
| ruby | \u{42F} | |
| rust | \u{42F} | |
| ccpp | \u042f | |
| urlencoded | %D0%AF | |
| utf8bytes | d0 af | |
| utf16bebytes | 04 2f | |
| utf32bebytes | 00 00 04 2f |
How to Use
HTML:
Я
CSS:
content: "\042F"
JavaScript:
"\u{42F}"
Python:
"\u042f"
Properties
Frequently Asked Questions
What is the Я character (CYRILLIC CAPITAL LETTER YA)?
Я (CYRILLIC CAPITAL LETTER YA) is the Unicode character U+042F.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER YA?
The CYRILLIC CAPITAL LETTER YA character (Я) has codepoint U+042F.
How do I type or copy CYRILLIC CAPITAL LETTER YA?
Copy Я directly, or use the HTML entity, UTF-8, and code encodings shown on this page.