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