Mathematical Fraktur Small M
๐ช
Shortcodes
Copy useful codes for mathematical fraktur small m symbol ๐ช to use in websites, apps, blogs, and docs.
Unicode
U+1D52A HTML Code
𝔪 HEX Code
𝔪 CSS Code
\1D52A JS/JSON
\u1D52A Unix/C/PHP/JAVA
0x1D52A URL-encode
%F0%9D%94%AA Customize Mathematical Fraktur Small M
Customize ๐ช, download it as SVG or PNG, or copy the generated HTML snippet.
๐ช
How to use Mathematical Fraktur Small M Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ช</span> HTML Code:
<span>𝔪</span> HEX Code:
<span>𝔪</span> Add with CSS
.mathematical-fraktur-small-m::before {
content: '\\1D52A';
} Set it in JavaScript
document.querySelector('.mathematical-fraktur-small-m').textContent = '๐ช';