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 CAPITAL LETTER KOPPA) is the Unicode character at code point U+0480. It belongs to the Cyrillic block, in the Uppercase Letter (Lu) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0480 | |
| decimal | 1152 | |
| htmldecimal | Ҁ | |
| htmlhex | Ҁ | |
| css | \0480 | |
| javascript | \u{480} | |
| python | \u0480 | |
| java | \u0480 | |
| go | \u0480 | |
| ruby | \u{480} | |
| rust | \u{480} | |
| ccpp | \u0480 | |
| urlencoded | %D2%80 | |
| utf8bytes | d2 80 | |
| utf16bebytes | 04 80 | |
| utf32bebytes | 00 00 04 80 |
How to Use
HTML:
Ҁ
CSS:
content: "\0480"
JavaScript:
"\u{480}"
Python:
"\u0480"
Properties
Frequently Asked Questions
What is the Ҁ character (CYRILLIC CAPITAL LETTER KOPPA)?
Ҁ (CYRILLIC CAPITAL LETTER KOPPA) is the Unicode character U+0480.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER KOPPA?
The CYRILLIC CAPITAL LETTER KOPPA character (Ҁ) has codepoint U+0480.
How do I type or copy CYRILLIC CAPITAL LETTER KOPPA?
Copy Ҁ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.