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