LATIN CAPITAL LETTER K vs GREEK CAPITAL LETTER KAPPA
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
K
LATIN CAPITAL LETTER K
U+004B
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Κ
GREEK CAPITAL LETTER KAPPA
U+039A
View details →
VS
Property Comparison
| Property | K U+004B | Κ U+039A |
|---|---|---|
| Name | LATIN CAPITAL LETTER K | GREEK CAPITAL LETTER KAPPA |
| Block | Basic Latin | Greek and Coptic |
| Script | Latn | Grek |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+004B | U+039A |
|---|---|---|
| unicode | U+004B | U+039A |
| decimal | 75 | 922 |
| htmldecimal | K | Κ |
| htmlhex | K | Κ |
| css | \004B | \039A |
| javascript | \u{4B} | \u{39A} |
| python | \u004b | \u039a |
| java | \u004B | \u039A |
| go | \u004B | \u039A |
| ruby | \u{4B} | \u{39A} |
| rust | \u{4B} | \u{39A} |
| ccpp | \u004b | \u039a |
| urlencoded | K | %CE%9A |
| utf8bytes | 4b | ce 9a |
| utf16bebytes | 00 4b | 03 9a |
| utf32bebytes | 00 00 00 4b | 00 00 03 9a |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN CAPITAL LETTER K is from the Basic Latin block (Latn script), while GREEK CAPITAL LETTER KAPPA is from Greek and Coptic (Grek). Check the codepoint or encoding to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.