Modifier Letter Small M
ᵐ
Shortcodes
Copy useful codes for modifier letter small m symbol ᵐ to use in websites, apps, blogs, and docs.
Unicode
U+1D50 HTML Code
ᵐ HEX Code
ᵐ CSS Code
\1D50 JS/JSON
\u1D50 Unix/C/PHP/JAVA
0x1D50 URL-encode
%E1%B5%90 Customize Modifier Letter Small M
Customize ᵐ, download it as SVG or PNG, or copy the generated HTML snippet.
ᵐ
How to use Modifier Letter Small M Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ᵐ</span> HTML Code:
<span>ᵐ</span> HEX Code:
<span>ᵐ</span> Add with CSS
.modifier-letter-small-m::before {
content: '\\1D50';
} Set it in JavaScript
document.querySelector('.modifier-letter-small-m').textContent = 'ᵐ';