Mathematical Bold Script Small M

๐“ถ

Shortcodes

Copy and paste codes for Mathematical Bold Script Small M symbol ๐“ถ to use in your websites, apps, blogs, and more.

Unicode
U+1D4F6
HTML Code
𝓶
HEX Code
𝓶
CSS Code
\1D4F6
JS/JSON
\u1D4F6
Unix/C/PHP/JAVA
0x1D4F6
URL-encode
%F0%9D%93%B6
copied

Customize Mathematical Bold Script Small M Symbol

Customize ๐“ถ symbol as you like and download Mathematical Bold Script Small M as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐“ถ

                        
                    

How to add Mathematical Bold Script Small M symbol in HTML, CSS, and JS?

Insert ๐“ถ Mathematical Bold Script Small M using HTML

1. Copy-paste Mathematical Bold Script Small M directly:
<span>๐“ถ</span>
2. HTML Decimal Code:
<span>&#120054;</span>
3. Hexadecimal Code:
<span>&#x1D4F6;</span>
Preview: ๐“ถ

Add Mathematical Bold Script Small M symbol with CSS

.mathematical-bold-script-small-m::before {
    content: '\\1D4F6';
}
Preview: Mathematical Bold Script Small M

Mathematical Bold Script Small M JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-small-m').textContent = '๐“ถ';
2. Unicode Escape for ๐“ถ:
document.querySelector('.mathematical-bold-script-small-m').textContent = '\u1D4F6';
Preview: ๐“ถ