Fullwidth Latin Small Letter M
m
Shortcodes
Copy useful codes for fullwidth latin small letter m symbol m to use in websites, apps, blogs, and docs.
Unicode
U+FF4D HTML Code
m HEX Code
m CSS Code
\FF4D JS/JSON
\uFF4D Unix/C/PHP/JAVA
0xFF4D URL-encode
%EF%BD%8D Customize Fullwidth Latin Small Letter M
Customize m, download it as SVG or PNG, or copy the generated HTML snippet.
m
How to use Fullwidth Latin Small 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-small-letter-m::before {
content: '\\FF4D';
} Set it in JavaScript
document.querySelector('.fullwidth-latin-small-letter-m').textContent = 'm';