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