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