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