LATIN CAPITAL LETTER K vs CYRILLIC CAPITAL LETTER KA
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' : ''">
К
CYRILLIC CAPITAL LETTER KA
U+041A
View details →
VS
Property Comparison
| Property | K U+004B | К U+041A |
|---|---|---|
| Name | LATIN CAPITAL LETTER K | CYRILLIC CAPITAL LETTER KA |
| Block | Basic Latin | Cyrillic |
| Script | Latn | Cyrl |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+004B | U+041A |
|---|---|---|
| unicode | U+004B | U+041A |
| decimal | 75 | 1050 |
| htmldecimal | K | К |
| htmlhex | K | К |
| css | \004B | \041A |
| javascript | \u{4B} | \u{41A} |
| python | \u004b | \u041a |
| java | \u004B | \u041A |
| go | \u004B | \u041A |
| ruby | \u{4B} | \u{41A} |
| rust | \u{4B} | \u{41A} |
| ccpp | \u004b | \u041a |
| urlencoded | K | %D0%9A |
| utf8bytes | 4b | d0 9a |
| utf16bebytes | 00 4b | 04 1a |
| utf32bebytes | 00 00 00 4b | 00 00 04 1a |
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 CYRILLIC CAPITAL LETTER KA is from Cyrillic (Cyrl). 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.