Mathematical Sans-serif Italic Small M
๐ฎ
Shortcodes
Copy useful codes for mathematical sans-serif italic small m symbol ๐ฎ to use in websites, apps, blogs, and docs.
Unicode
U+1D62E HTML Code
𝘮 HEX Code
𝘮 CSS Code
\1D62E JS/JSON
\u1D62E Unix/C/PHP/JAVA
0x1D62E URL-encode
%F0%9D%98%AE Customize Mathematical Sans-serif Italic Small M
Customize ๐ฎ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฎ
How to use Mathematical Sans-serif Italic 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
.mathematical-sans-serif-italic-small-m::before {
content: '\\1D62E';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-italic-small-m').textContent = '๐ฎ';