copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('K'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
K
LATIN CAPITAL LETTER K
Overview
K (LATIN CAPITAL LETTER K) is the Unicode character at code point U+004B. It belongs to the Basic Latin block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+004B | |
| decimal | 75 | |
| htmldecimal | K | |
| htmlhex | K | |
| css | \004B | |
| javascript | \u{4B} | |
| python | \u004b | |
| java | \u004B | |
| go | \u004B | |
| ruby | \u{4B} | |
| rust | \u{4B} | |
| ccpp | \u004b | |
| urlencoded | K | |
| utf8bytes | 4b | |
| utf16bebytes | 00 4b | |
| utf32bebytes | 00 00 00 4b |
How to Use
HTML:
K
CSS:
content: "\004B"
JavaScript:
"\u{4B}"
Python:
"\u004b"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the K character (LATIN CAPITAL LETTER K)?
K (LATIN CAPITAL LETTER K) is the Unicode character U+004B.
What is the Unicode codepoint of LATIN CAPITAL LETTER K?
The LATIN CAPITAL LETTER K character (K) has codepoint U+004B.
How do I type or copy LATIN CAPITAL LETTER K?
Copy K directly, or use the HTML entity, UTF-8, and code encodings shown on this page.