copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('כ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
כ
Overview
כ (HEBREW LETTER KAF) is the Unicode character at code point U+05DB. It belongs to the Hebrew block, in the Other Letter (Lo) general category. Its script is Hebr.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+05DB | |
| decimal | 1499 | |
| htmldecimal | כ | |
| htmlhex | כ | |
| css | \05DB | |
| javascript | \u{5DB} | |
| python | \u05db | |
| java | \u05DB | |
| go | \u05DB | |
| ruby | \u{5DB} | |
| rust | \u{5DB} | |
| ccpp | \u05db | |
| urlencoded | %D7%9B | |
| utf8bytes | d7 9b | |
| utf16bebytes | 05 db | |
| utf32bebytes | 00 00 05 db |
How to Use
HTML:
כ
CSS:
content: "\05DB"
JavaScript:
"\u{5DB}"
Python:
"\u05db"
Properties
Frequently Asked Questions
What is the כ character (HEBREW LETTER KAF)?
כ (HEBREW LETTER KAF) is the Unicode character U+05DB.
What is the Unicode codepoint of HEBREW LETTER KAF?
The HEBREW LETTER KAF character (כ) has codepoint U+05DB.
How do I type or copy HEBREW LETTER KAF?
Copy כ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.