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 CAPITAL LETTER M
Overview
M (FULLWIDTH LATIN CAPITAL LETTER M) is the Unicode character at code point U+FF2D. It belongs to the Halfwidth and Fullwidth Forms block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF2D | |
| decimal | 65325 | |
| htmldecimal | M | |
| htmlhex | M | |
| css | \FF2D | |
| javascript | \u{FF2D} | |
| python | \uff2d | |
| java | \uFF2D | |
| go | \uFF2D | |
| ruby | \u{FF2D} | |
| rust | \u{FF2D} | |
| ccpp | \uff2d | |
| urlencoded | %EF%BC%AD | |
| utf8bytes | ef bc ad | |
| utf16bebytes | ff 2d | |
| utf32bebytes | 00 00 ff 2d |
How to Use
HTML:
M
CSS:
content: "\FF2D"
JavaScript:
"\u{FF2D}"
Python:
"\uff2d"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 004D
Frequently Asked Questions
What is the M character (FULLWIDTH LATIN CAPITAL LETTER M)?
M (FULLWIDTH LATIN CAPITAL LETTER M) is the Unicode character U+FF2D.
What is the Unicode codepoint of FULLWIDTH LATIN CAPITAL LETTER M?
The FULLWIDTH LATIN CAPITAL LETTER M character (M) has codepoint U+FF2D.
How do I type or copy FULLWIDTH LATIN CAPITAL LETTER M?
Copy M directly, or use the HTML entity, UTF-8, and code encodings shown on this page.