copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('m'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
m
FULLWIDTH LATIN SMALL LETTER M
Overview
m (FULLWIDTH LATIN SMALL LETTER M) is the Unicode character at code point U+FF4D. It belongs to the Halfwidth and Fullwidth Forms block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF4D | |
| decimal | 65357 | |
| htmldecimal | m | |
| htmlhex | m | |
| css | \FF4D | |
| javascript | \u{FF4D} | |
| python | \uff4d | |
| java | \uFF4D | |
| go | \uFF4D | |
| ruby | \u{FF4D} | |
| rust | \u{FF4D} | |
| ccpp | \uff4d | |
| urlencoded | %EF%BD%8D | |
| utf8bytes | ef bd 8d | |
| utf16bebytes | ff 4d | |
| utf32bebytes | 00 00 ff 4d |
How to Use
HTML:
m
CSS:
content: "\FF4D"
JavaScript:
"\u{FF4D}"
Python:
"\uff4d"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 006D
Frequently Asked Questions
What is the m character (FULLWIDTH LATIN SMALL LETTER M)?
m (FULLWIDTH LATIN SMALL LETTER M) is the Unicode character U+FF4D.
What is the Unicode codepoint of FULLWIDTH LATIN SMALL LETTER M?
The FULLWIDTH LATIN SMALL LETTER M character (m) has codepoint U+FF4D.
How do I type or copy FULLWIDTH LATIN SMALL LETTER M?
Copy m directly, or use the HTML entity, UTF-8, and code encodings shown on this page.