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 SMALL LETTER K
Overview
k (LATIN SMALL LETTER K) is the Unicode character at code point U+006B. It belongs to the Basic Latin block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+006B | |
| decimal | 107 | |
| htmldecimal | k | |
| htmlhex | k | |
| css | \006B | |
| javascript | \u{6B} | |
| python | \u006b | |
| java | \u006B | |
| go | \u006B | |
| ruby | \u{6B} | |
| rust | \u{6B} | |
| ccpp | \u006b | |
| urlencoded | k | |
| utf8bytes | 6b | |
| utf16bebytes | 00 6b | |
| utf32bebytes | 00 00 00 6b |
How to Use
HTML:
k
CSS:
content: "\006B"
JavaScript:
"\u{6B}"
Python:
"\u006b"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the k character (LATIN SMALL LETTER K)?
k (LATIN SMALL LETTER K) is the Unicode character U+006B.
What is the Unicode codepoint of LATIN SMALL LETTER K?
The LATIN SMALL LETTER K character (k) has codepoint U+006B.
How do I type or copy LATIN SMALL LETTER K?
Copy k directly, or use the HTML entity, UTF-8, and code encodings shown on this page.