Script Capital M

Shortcodes

Copy and paste codes for Script Capital M symbol ℳ to use in your websites, apps, blogs, and more.

Unicode
U+2133
HTML Code
ℳ
HEX Code
ℳ
CSS Code
\2133
JS/JSON
\u2133
Unix/C/PHP/JAVA
0x2133
URL-encode
%E2%84%B3
copied

Customize Script Capital M Symbol

Customize ℳ symbol as you like and download 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 Script Capital M symbol in HTML, CSS, and JS?

Insert ℳ Script Capital M using HTML

1. Copy-paste Script Capital M directly:
<span>ℳ</span>
2. HTML Decimal Code:
<span>&#8499;</span>
3. Hexadecimal Code:
<span>&#x2133;</span>
Preview:

Add Script Capital M symbol with CSS

.script-capital-m::before {
    content: '\\2133';
}
Preview: Script Capital M

Script Capital M JavaScript Code

1. Direct Symbol:
document.querySelector('.script-capital-m').textContent = 'ℳ';
2. Unicode Escape for ℳ:
document.querySelector('.script-capital-m').textContent = '\u2133';
Preview: