Katakana Letter Small Tu

Shortcodes

Copy and paste codes for Katakana Letter Small Tu symbol ッ to use in your websites, apps, blogs, and more.

Unicode
U+30C3
HTML Code
ッ
HEX Code
ッ
CSS Code
\30C3
JS/JSON
\u30C3
Unix/C/PHP/JAVA
0x30C3
URL-encode
%E3%83%83
copied

Customize Katakana Letter Small Tu Symbol

Customize ッ symbol as you like and download Katakana Letter Small Tu 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 Small Tu symbol in HTML, CSS, and JS?

Insert ッ Katakana Letter Small Tu using HTML

1. Copy-paste Katakana Letter Small Tu directly:
<span>ッ</span>
2. HTML Decimal Code:
<span>&#12483;</span>
3. Hexadecimal Code:
<span>&#x30C3;</span>
Preview:

Add Katakana Letter Small Tu symbol with CSS

.katakana-letter-small-tu::before {
    content: '\\30C3';
}
Preview: Katakana Letter Small Tu

Katakana Letter Small Tu JavaScript Code

1. Direct Symbol:
document.querySelector('.katakana-letter-small-tu').textContent = 'ッ';
2. Unicode Escape for ッ:
document.querySelector('.katakana-letter-small-tu').textContent = '\u30C3';
Preview: