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 ZI) is the Unicode character at code point U+30B8. 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+30B8 | |
| decimal | 12472 | |
| htmldecimal | ジ | |
| htmlhex | ジ | |
| css | \30B8 | |
| javascript | \u{30B8} | |
| python | \u30b8 | |
| java | \u30B8 | |
| go | \u30B8 | |
| ruby | \u{30B8} | |
| rust | \u{30B8} | |
| ccpp | \u30b8 | |
| urlencoded | %E3%82%B8 | |
| utf8bytes | e3 82 b8 | |
| utf16bebytes | 30 b8 | |
| utf32bebytes | 00 00 30 b8 |
How to Use
HTML:
ジ
CSS:
content: "\30B8"
JavaScript:
"\u{30B8}"
Python:
"\u30b8"
Properties
Frequently Asked Questions
What is the ジ character (KATAKANA LETTER ZI)?
ジ (KATAKANA LETTER ZI) is the Unicode character U+30B8.
What is the Unicode codepoint of KATAKANA LETTER ZI?
The KATAKANA LETTER ZI character (ジ) has codepoint U+30B8.
How do I type or copy KATAKANA LETTER ZI?
Copy ジ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.