Mathematical Fraktur Small M

๐”ช

Shortcodes

Copy and paste codes for Mathematical Fraktur Small M symbol ๐”ช to use in your websites, apps, blogs, and more.

Unicode
U+1D52A
HTML Code
𝔪
HEX Code
𝔪
CSS Code
\1D52A
JS/JSON
\u1D52A
Unix/C/PHP/JAVA
0x1D52A
URL-encode
%F0%9D%94%AA
copied

Customize Mathematical Fraktur Small M Symbol

Customize ๐”ช symbol as you like and download Mathematical Fraktur 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 Fraktur Small M symbol in HTML, CSS, and JS?

Insert ๐”ช Mathematical Fraktur Small M using HTML

1. Copy-paste Mathematical Fraktur Small M directly:
<span>๐”ช</span>
2. HTML Decimal Code:
<span>&#120106;</span>
3. Hexadecimal Code:
<span>&#x1D52A;</span>
Preview: ๐”ช

Add Mathematical Fraktur Small M symbol with CSS

.mathematical-fraktur-small-m::before {
    content: '\\1D52A';
}
Preview: Mathematical Fraktur Small M

Mathematical Fraktur Small M JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-fraktur-small-m').textContent = '๐”ช';
2. Unicode Escape for ๐”ช:
document.querySelector('.mathematical-fraktur-small-m').textContent = '\u1D52A';
Preview: ๐”ช