Modifier Letter Small M

Shortcodes

Copy and paste codes for Modifier Letter Small M symbol ᵐ to use in your websites, apps, blogs, and more.

Unicode
U+1D50
HTML Code
ᵐ
HEX Code
ᵐ
CSS Code
\1D50
JS/JSON
\u1D50
Unix/C/PHP/JAVA
0x1D50
URL-encode
%E1%B5%90
copied

Customize Modifier Letter Small M Symbol

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

Insert ᵐ Modifier Letter Small M using HTML

1. Copy-paste Modifier Letter Small M directly:
<span>ᵐ</span>
2. HTML Decimal Code:
<span>&#7504;</span>
3. Hexadecimal Code:
<span>&#x1D50;</span>
Preview:

Add Modifier Letter Small M symbol with CSS

.modifier-letter-small-m::before {
    content: '\\1D50';
}
Preview: Modifier Letter Small M

Modifier Letter Small M JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-m').textContent = 'ᵐ';
2. Unicode Escape for ᵐ:
document.querySelector('.modifier-letter-small-m').textContent = '\u1D50';
Preview: