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