Fullwidth Latin Capital Letter M
M
Shortcodes
Copy useful codes for fullwidth latin capital letter m symbol M to use in websites, apps, blogs, and docs.
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 Customize Fullwidth Latin Capital Letter M
Customize M, download it as SVG or PNG, or copy the generated HTML snippet.
M
How to use Fullwidth Latin Capital Letter M Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>M</span> HTML Code:
<span>M</span> HEX Code:
<span>M</span> Add with CSS
.fullwidth-latin-capital-letter-m::before {
content: '\\FF2D';
} Set it in JavaScript
document.querySelector('.fullwidth-latin-capital-letter-m').textContent = 'M';