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