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' : ''">
Κ
GREEK CAPITAL LETTER KAPPA
Overview
Κ (GREEK CAPITAL LETTER KAPPA) is the Unicode character at code point U+039A. It belongs to the Greek and Coptic block, in the Uppercase Letter (Lu) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+039A | |
| decimal | 922 | |
| htmldecimal | Κ | |
| htmlhex | Κ | |
| css | \039A | |
| javascript | \u{39A} | |
| python | \u039a | |
| java | \u039A | |
| go | \u039A | |
| ruby | \u{39A} | |
| rust | \u{39A} | |
| ccpp | \u039a | |
| urlencoded | %CE%9A | |
| utf8bytes | ce 9a | |
| utf16bebytes | 03 9a | |
| utf32bebytes | 00 00 03 9a |
How to Use
HTML:
Κ
CSS:
content: "\039A"
JavaScript:
"\u{39A}"
Python:
"\u039a"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the Κ character (GREEK CAPITAL LETTER KAPPA)?
Κ (GREEK CAPITAL LETTER KAPPA) is the Unicode character U+039A.
What is the Unicode codepoint of GREEK CAPITAL LETTER KAPPA?
The GREEK CAPITAL LETTER KAPPA character (Κ) has codepoint U+039A.
How do I type or copy GREEK CAPITAL LETTER KAPPA?
Copy Κ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.