Mathematical Double-struck Small M

๐•ž

Shortcodes

Copy and paste codes for Mathematical Double-struck Small M symbol ๐•ž to use in your websites, apps, blogs, and more.

Unicode
U+1D55E
HTML Code
𝕞
HEX Code
𝕞
CSS Code
\1D55E
JS/JSON
\u1D55E
Unix/C/PHP/JAVA
0x1D55E
URL-encode
%F0%9D%95%9E
copied

Customize Mathematical Double-struck Small M Symbol

Customize ๐•ž symbol as you like and download Mathematical Double-struck 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 Double-struck Small M symbol in HTML, CSS, and JS?

Insert ๐•ž Mathematical Double-struck Small M using HTML

1. Copy-paste Mathematical Double-struck Small M directly:
<span>๐•ž</span>
2. HTML Decimal Code:
<span>&#120158;</span>
3. Hexadecimal Code:
<span>&#x1D55E;</span>
Preview: ๐•ž

Add Mathematical Double-struck Small M symbol with CSS

.mathematical-double-struck-small-m::before {
    content: '\\1D55E';
}
Preview: Mathematical Double-struck Small M

Mathematical Double-struck Small M JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-double-struck-small-m').textContent = '๐•ž';
2. Unicode Escape for ๐•ž:
document.querySelector('.mathematical-double-struck-small-m').textContent = '\u1D55E';
Preview: ๐•ž