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 HA WITH STROKE) is the Unicode character at code point U+04FF. 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+04FF | |
| decimal | 1279 | |
| htmldecimal | ӿ | |
| htmlhex | ӿ | |
| css | \04FF | |
| javascript | \u{4FF} | |
| python | \u04ff | |
| java | \u04FF | |
| go | \u04FF | |
| ruby | \u{4FF} | |
| rust | \u{4FF} | |
| ccpp | \u04ff | |
| urlencoded | %D3%BF | |
| utf8bytes | d3 bf | |
| utf16bebytes | 04 ff | |
| utf32bebytes | 00 00 04 ff |
How to Use
HTML:
ӿ
CSS:
content: "\04FF"
JavaScript:
"\u{4FF}"
Python:
"\u04ff"
Properties
Frequently Asked Questions
What is the ӿ character (CYRILLIC SMALL LETTER HA WITH STROKE)?
ӿ (CYRILLIC SMALL LETTER HA WITH STROKE) is the Unicode character U+04FF.
What is the Unicode codepoint of CYRILLIC SMALL LETTER HA WITH STROKE?
The CYRILLIC SMALL LETTER HA WITH STROKE character (ӿ) has codepoint U+04FF.
How do I type or copy CYRILLIC SMALL LETTER HA WITH STROKE?
Copy ӿ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.