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
っ (HIRAGANA LETTER SMALL TU) is the Unicode character at code point U+3063. It belongs to the Hiragana block, in the Other Letter (Lo) general category. Its script is Hira.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+3063 | |
| decimal | 12387 | |
| htmldecimal | っ | |
| htmlhex | っ | |
| css | \3063 | |
| javascript | \u{3063} | |
| python | \u3063 | |
| java | \u3063 | |
| go | \u3063 | |
| ruby | \u{3063} | |
| rust | \u{3063} | |
| ccpp | \u3063 | |
| urlencoded | %E3%81%A3 | |
| utf8bytes | e3 81 a3 | |
| utf16bebytes | 30 63 | |
| utf32bebytes | 00 00 30 63 |
How to Use
HTML:
っ
CSS:
content: "\3063"
JavaScript:
"\u{3063}"
Python:
"\u3063"
Properties
Frequently Asked Questions
What is the っ character (HIRAGANA LETTER SMALL TU)?
っ (HIRAGANA LETTER SMALL TU) is the Unicode character U+3063.
What is the Unicode codepoint of HIRAGANA LETTER SMALL TU?
The HIRAGANA LETTER SMALL TU character (っ) has codepoint U+3063.
How do I type or copy HIRAGANA LETTER SMALL TU?
Copy っ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.