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' : ''">
ゼ
KATAKANA LETTER ZE
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
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.