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