Katakana Letter Small Tu
ッ
Shortcodes
Copy useful codes for katakana letter small tu symbol ッ to use in websites, apps, blogs, and docs.
Unicode
U+30C3 HTML Code
ッ HEX Code
ッ CSS Code
\30C3 JS/JSON
\u30C3 Unix/C/PHP/JAVA
0x30C3 URL-encode
%E3%83%83 Customize Katakana Letter Small Tu
Customize ッ, download it as SVG or PNG, or copy the generated HTML snippet.
ッ
How to use Katakana Letter Small Tu Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ッ</span> HTML Code:
<span>ッ</span> HEX Code:
<span>ッ</span> Add with CSS
.katakana-letter-small-tu::before {
content: '\\30C3';
} Set it in JavaScript
document.querySelector('.katakana-letter-small-tu').textContent = 'ッ';