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