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