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