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