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
カ (KATAKANA LETTER KA) is the Unicode character at code point U+30AB. It belongs to the Katakana block, in the Other Letter (Lo) general category. Its script is Kana.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+30AB | |
| decimal | 12459 | |
| htmldecimal | カ | |
| htmlhex | カ | |
| css | \30AB | |
| javascript | \u{30AB} | |
| python | \u30ab | |
| java | \u30AB | |
| go | \u30AB | |
| ruby | \u{30AB} | |
| rust | \u{30AB} | |
| ccpp | \u30ab | |
| urlencoded | %E3%82%AB | |
| utf8bytes | e3 82 ab | |
| utf16bebytes | 30 ab | |
| utf32bebytes | 00 00 30 ab |
How to Use
HTML:
カ
CSS:
content: "\30AB"
JavaScript:
"\u{30AB}"
Python:
"\u30ab"
Properties
Frequently Asked Questions
What is the カ character (KATAKANA LETTER KA)?
カ (KATAKANA LETTER KA) is the Unicode character U+30AB.
What is the Unicode codepoint of KATAKANA LETTER KA?
The KATAKANA LETTER KA character (カ) has codepoint U+30AB.
How do I type or copy KATAKANA LETTER KA?
Copy カ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.