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' : ''">
ミ
HALFWIDTH KATAKANA LETTER MI
Overview
ミ (HALFWIDTH KATAKANA LETTER MI) is the Unicode character at code point U+FF90. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Letter (Lo) general category. Its script is Kana.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF90 | |
| decimal | 65424 | |
| htmldecimal | ミ | |
| htmlhex | ミ | |
| css | \FF90 | |
| javascript | \u{FF90} | |
| python | \uff90 | |
| java | \uFF90 | |
| go | \uFF90 | |
| ruby | \u{FF90} | |
| rust | \u{FF90} | |
| ccpp | \uff90 | |
| urlencoded | %EF%BE%90 | |
| utf8bytes | ef be 90 | |
| utf16bebytes | ff 90 | |
| utf32bebytes | 00 00 ff 90 |
How to Use
HTML:
ミ
CSS:
content: "\FF90"
JavaScript:
"\u{FF90}"
Python:
"\uff90"
Properties
- Script
- Kana
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <narrow> 30DF
Frequently Asked Questions
What is the ミ character (HALFWIDTH KATAKANA LETTER MI)?
ミ (HALFWIDTH KATAKANA LETTER MI) is the Unicode character U+FF90.
What is the Unicode codepoint of HALFWIDTH KATAKANA LETTER MI?
The HALFWIDTH KATAKANA LETTER MI character (ミ) has codepoint U+FF90.
How do I type or copy HALFWIDTH KATAKANA LETTER MI?
Copy ミ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.