Fullwidth Latin Capital Letter M

Shortcodes

Copy and paste codes for Fullwidth Latin Capital Letter M symbol M to use in your websites, apps, blogs, and more.

Unicode
U+FF2D
HTML Code
M
HEX Code
M
CSS Code
\FF2D
JS/JSON
\uFF2D
Unix/C/PHP/JAVA
0xFF2D
URL-encode
%EF%BC%AD
copied

Customize Fullwidth Latin Capital Letter M Symbol

Customize M symbol as you like and download Fullwidth Latin Capital Letter M as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Fullwidth Latin Capital Letter M symbol in HTML, CSS, and JS?

Insert M Fullwidth Latin Capital Letter M using HTML

1. Copy-paste Fullwidth Latin Capital Letter M directly:
<span>M</span>
2. HTML Decimal Code:
<span>&#65325;</span>
3. Hexadecimal Code:
<span>&#xFF2D;</span>
Preview:

Add Fullwidth Latin Capital Letter M symbol with CSS

.fullwidth-latin-capital-letter-m::before {
    content: '\\FF2D';
}
Preview: Fullwidth Latin Capital Letter M

Fullwidth Latin Capital Letter M JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-latin-capital-letter-m').textContent = 'M';
2. Unicode Escape for M:
document.querySelector('.fullwidth-latin-capital-letter-m').textContent = '\uFF2D';
Preview: