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