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