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-HIRAGANA DOUBLE HYPHEN) is the Unicode character at code point U+30A0. It belongs to the Katakana block, in the Dash Punctuation (Pd) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+30A0 | |
| decimal | 12448 | |
| htmldecimal | ゠ | |
| htmlhex | ゠ | |
| css | \30A0 | |
| javascript | \u{30A0} | |
| python | \u30a0 | |
| java | \u30A0 | |
| go | \u30A0 | |
| ruby | \u{30A0} | |
| rust | \u{30A0} | |
| ccpp | \u30a0 | |
| urlencoded | %E3%82%A0 | |
| utf8bytes | e3 82 a0 | |
| utf16bebytes | 30 a0 | |
| utf32bebytes | 00 00 30 a0 |
How to Use
HTML:
゠
CSS:
content: "\30A0"
JavaScript:
"\u{30A0}"
Python:
"\u30a0"
Properties
Frequently Asked Questions
What is the ゠ character (KATAKANA-HIRAGANA DOUBLE HYPHEN)?
゠ (KATAKANA-HIRAGANA DOUBLE HYPHEN) is the Unicode character U+30A0.
What is the Unicode codepoint of KATAKANA-HIRAGANA DOUBLE HYPHEN?
The KATAKANA-HIRAGANA DOUBLE HYPHEN character (゠) has codepoint U+30A0.
How do I type or copy KATAKANA-HIRAGANA DOUBLE HYPHEN?
Copy ゠ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.