Katakana Letter Du

Shortcodes

Copy and paste codes for Katakana Letter Du symbol ヅ to use in your websites, apps, blogs, and more.

Unicode
U+30C5
HTML Code
ヅ
HEX Code
ヅ
CSS Code
\30C5
JS/JSON
\u30C5
Unix/C/PHP/JAVA
0x30C5
URL-encode
%E3%83%85
copied

Customize Katakana Letter Du Symbol

Customize ヅ symbol as you like and download Katakana Letter Du as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Katakana Letter Du symbol in HTML, CSS, and JS?

Insert ヅ Katakana Letter Du using HTML

1. Copy-paste Katakana Letter Du directly:
<span>ヅ</span>
2. HTML Decimal Code:
<span>&#12485;</span>
3. Hexadecimal Code:
<span>&#x30C5;</span>
Preview:

Add Katakana Letter Du symbol with CSS

.katakana-letter-du::before {
    content: '\\30C5';
}
Preview: Katakana Letter Du

Katakana Letter Du JavaScript Code

1. Direct Symbol:
document.querySelector('.katakana-letter-du').textContent = 'ヅ';
2. Unicode Escape for ヅ:
document.querySelector('.katakana-letter-du').textContent = '\u30C5';
Preview: