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