Fullwidth Latin Small Letter M

Shortcodes

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

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
copied

Customize Fullwidth Latin Small Letter M Symbol

Customize m symbol as you like and download Fullwidth Latin Small 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 Small Letter M symbol in HTML, CSS, and JS?

Insert m Fullwidth Latin Small Letter M using HTML

1. Copy-paste Fullwidth Latin Small Letter M directly:
<span>m</span>
2. HTML Decimal Code:
<span>&#65357;</span>
3. Hexadecimal Code:
<span>&#xFF4D;</span>
Preview:

Add Fullwidth Latin Small Letter M symbol with CSS

.fullwidth-latin-small-letter-m::before {
    content: '\\FF4D';
}
Preview: Fullwidth Latin Small Letter M

Fullwidth Latin Small Letter M JavaScript Code

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