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