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' : ''">
ケ
HALFWIDTH KATAKANA LETTER KE
Overview
ケ (HALFWIDTH KATAKANA LETTER KE) is the Unicode character at code point U+FF79. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Letter (Lo) general category. Its script is Kana.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF79 | |
| decimal | 65401 | |
| htmldecimal | ケ | |
| htmlhex | ケ | |
| css | \FF79 | |
| javascript | \u{FF79} | |
| python | \uff79 | |
| java | \uFF79 | |
| go | \uFF79 | |
| ruby | \u{FF79} | |
| rust | \u{FF79} | |
| ccpp | \uff79 | |
| urlencoded | %EF%BD%B9 | |
| utf8bytes | ef bd b9 | |
| utf16bebytes | ff 79 | |
| utf32bebytes | 00 00 ff 79 |
How to Use
HTML:
ケ
CSS:
content: "\FF79"
JavaScript:
"\u{FF79}"
Python:
"\uff79"
Properties
- Script
- Kana
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <narrow> 30B1
Frequently Asked Questions
What is the ケ character (HALFWIDTH KATAKANA LETTER KE)?
ケ (HALFWIDTH KATAKANA LETTER KE) is the Unicode character U+FF79.
What is the Unicode codepoint of HALFWIDTH KATAKANA LETTER KE?
The HALFWIDTH KATAKANA LETTER KE character (ケ) has codepoint U+FF79.
How do I type or copy HALFWIDTH KATAKANA LETTER KE?
Copy ケ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.