Mathematical Bold Script Small M
๐ถ
Shortcodes
Copy useful codes for mathematical bold script small m symbol ๐ถ to use in websites, apps, blogs, and docs.
Unicode
U+1D4F6 HTML Code
𝓶 HEX Code
𝓶 CSS Code
\1D4F6 JS/JSON
\u1D4F6 Unix/C/PHP/JAVA
0x1D4F6 URL-encode
%F0%9D%93%B6 Customize Mathematical Bold Script Small M
Customize ๐ถ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ถ
How to use Mathematical Bold Script 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-bold-script-small-m::before {
content: '\\1D4F6';
} Set it in JavaScript
document.querySelector('.mathematical-bold-script-small-m').textContent = '๐ถ';