Latin Letter Small Capital M

Shortcodes

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

Unicode
U+1D0D
HTML Code
ᴍ
HEX Code
ᴍ
CSS Code
\1D0D
JS/JSON
\u1D0D
Unix/C/PHP/JAVA
0x1D0D
URL-encode
%E1%B4%8D
copied

Customize Latin Letter Small Capital M Symbol

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

Insert ᴍ Latin Letter Small Capital M using HTML

1. Copy-paste Latin Letter Small Capital M directly:
<span>ᴍ</span>
2. HTML Decimal Code:
<span>&#7437;</span>
3. Hexadecimal Code:
<span>&#x1D0D;</span>
Preview:

Add Latin Letter Small Capital M symbol with CSS

.latin-letter-small-capital-m::before {
    content: '\\1D0D';
}
Preview: Latin Letter Small Capital M

Latin Letter Small Capital M JavaScript Code

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