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