Katakana Letter Small Wa Letter
ヮ is the Katakana Letter Small Wa (U+30EE), a small “wa” used in Japanese katakana writing.
U+30EE
ヮ (U+30EE) is a small katakana form of “wa.” It’s commonly needed when matching Japanese typography or reproducing exact text. You can copy it directly or use its Unicode and escape codes in apps and web projects.
Katakana Letter Small Wa Letter Meaning
ヮ is the Unicode character “KATAKANA LETTER SMALL WA” (U+30EE). As a small katakana letter, it is used to represent a compact “wa” sound or a typographic convention in Japanese katakana. Like other small kana, its purpose is largely about writing the intended word or correctly matching the original text’s layout. In practice, you may encounter ヮ in printed materials, brand or character text, transcription, or when editing Japanese strings where exact character forms matter. When creating or rendering Japanese UI and documents, using the correct code point helps prevent substituting a different wa-size or variant.
Common uses
- •Copying exact Japanese text from documents or websites that include small kana
- •Typography work where small kana forms must match the original layout
- •Inputting or displaying Japanese names, labels, or character dialogue in katakana
- •Preparing Japanese UI strings (buttons, forms, headings) without character substitution
- •Debugging text/encoding issues when a small katakana letter is being replaced
Examples
ヮ — Katakana Letter Small Wa
- ヮ例: 文字に「ヮ」を含める
- ヮモデル文: ヮ という小さいかな
- ヮラベル案: ヮテスト
- ヮ会話文: ねえ、ヮ!
- ヮタイトル例: ヮの表記確認
Variations
Technical codes
| Unicode | U+30EE | |
| HTML Entity | ヮ | |
| HTML Code | ヮ | |
| CSS | \30EE |
FAQ
What does the Katakana Letter Small Wa letter mean?
ヮ is the Unicode character “KATAKANA LETTER SMALL WA” (U+30EE). As a small katakana letter, it is used to represent a compact “wa” sound or a typographic convention in Japanese katakana. Like other small kana, its purpose is largely about writing the intended word or correctly matching the original text’s layout. In practice, you may encounter ヮ in printed materials, brand or character text, transcription, or when editing Japanese strings where exact character forms matter. When creating or rendering Japanese UI and documents, using the correct code point helps prevent substituting a different wa-size or variant.
How do I copy the symbol ヮ?
Copy it directly from this page: ヮ. You can also use the HTML entity (ヮ) or the Unicode code point (U+30EE).
What is the Unicode code point for ヮ?
ヮ is U+30EE.
How can I use ヮ in HTML?
Use the HTML entity: ヮ.
What escape codes can I use in programming?
CSS escape: \\30EE. JavaScript escape: \\u{30EE}.