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
み (HIRAGANA LETTER MI) is the Unicode character at code point U+307F. It belongs to the Hiragana block, in the Other Letter (Lo) general category. Its script is Hira.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+307F | |
| decimal | 12415 | |
| htmldecimal | み | |
| htmlhex | み | |
| css | \307F | |
| javascript | \u{307F} | |
| python | \u307f | |
| java | \u307F | |
| go | \u307F | |
| ruby | \u{307F} | |
| rust | \u{307F} | |
| ccpp | \u307f | |
| urlencoded | %E3%81%BF | |
| utf8bytes | e3 81 bf | |
| utf16bebytes | 30 7f | |
| utf32bebytes | 00 00 30 7f |
How to Use
HTML:
み
CSS:
content: "\307F"
JavaScript:
"\u{307F}"
Python:
"\u307f"
Properties
Frequently Asked Questions
What is the み character (HIRAGANA LETTER MI)?
み (HIRAGANA LETTER MI) is the Unicode character U+307F.
What is the Unicode codepoint of HIRAGANA LETTER MI?
The HIRAGANA LETTER MI character (み) has codepoint U+307F.
How do I type or copy HIRAGANA LETTER MI?
Copy み directly, or use the HTML entity, UTF-8, and code encodings shown on this page.