Mathematical Bold Script Capital M

๐“œ

Shortcodes

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

Unicode
U+1D4DC
HTML Code
𝓜
HEX Code
𝓜
CSS Code
\1D4DC
JS/JSON
\u1D4DC
Unix/C/PHP/JAVA
0x1D4DC
URL-encode
%F0%9D%93%9C
copied

Customize Mathematical Bold Script Capital M Symbol

Customize ๐“œ symbol as you like and download Mathematical Bold Script Capital 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 Capital M symbol in HTML, CSS, and JS?

Insert ๐“œ Mathematical Bold Script Capital M using HTML

1. Copy-paste Mathematical Bold Script Capital M directly:
<span>๐“œ</span>
2. HTML Decimal Code:
<span>&#120028;</span>
3. Hexadecimal Code:
<span>&#x1D4DC;</span>
Preview: ๐“œ

Add Mathematical Bold Script Capital M symbol with CSS

.mathematical-bold-script-capital-m::before {
    content: '\\1D4DC';
}
Preview: Mathematical Bold Script Capital M

Mathematical Bold Script Capital M JavaScript Code

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