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