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