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 YERU) is the Unicode character at code point U+042B. 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+042B | |
| decimal | 1067 | |
| htmldecimal | Ы | |
| htmlhex | Ы | |
| css | \042B | |
| javascript | \u{42B} | |
| python | \u042b | |
| java | \u042B | |
| go | \u042B | |
| ruby | \u{42B} | |
| rust | \u{42B} | |
| ccpp | \u042b | |
| urlencoded | %D0%AB | |
| utf8bytes | d0 ab | |
| utf16bebytes | 04 2b | |
| utf32bebytes | 00 00 04 2b |
How to Use
HTML:
Ы
CSS:
content: "\042B"
JavaScript:
"\u{42B}"
Python:
"\u042b"
Properties
Frequently Asked Questions
What is the Ы character (CYRILLIC CAPITAL LETTER YERU)?
Ы (CYRILLIC CAPITAL LETTER YERU) is the Unicode character U+042B.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER YERU?
The CYRILLIC CAPITAL LETTER YERU character (Ы) has codepoint U+042B.
How do I type or copy CYRILLIC CAPITAL LETTER YERU?
Copy Ы directly, or use the HTML entity, UTF-8, and code encodings shown on this page.