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