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 KA) is the Unicode character at code point U+041A. 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+041A | |
| decimal | 1050 | |
| htmldecimal | К | |
| htmlhex | К | |
| css | \041A | |
| javascript | \u{41A} | |
| python | \u041a | |
| java | \u041A | |
| go | \u041A | |
| ruby | \u{41A} | |
| rust | \u{41A} | |
| ccpp | \u041a | |
| urlencoded | %D0%9A | |
| utf8bytes | d0 9a | |
| utf16bebytes | 04 1a | |
| utf32bebytes | 00 00 04 1a |
How to Use
HTML:
К
CSS:
content: "\041A"
JavaScript:
"\u{41A}"
Python:
"\u041a"
Frequently Asked Questions
What is the К character (CYRILLIC CAPITAL LETTER KA)?
К (CYRILLIC CAPITAL LETTER KA) is the Unicode character U+041A.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER KA?
The CYRILLIC CAPITAL LETTER KA character (К) has codepoint U+041A.
How do I type or copy CYRILLIC CAPITAL LETTER KA?
Copy К directly, or use the HTML entity, UTF-8, and code encodings shown on this page.