Mathematical Bold Fraktur Capital M
๐ธ
Shortcodes
Copy useful codes for mathematical bold fraktur capital m symbol ๐ธ to use in websites, apps, blogs, and docs.
Unicode
U+1D578 HTML Code
𝕸 HEX Code
𝕸 CSS Code
\1D578 JS/JSON
\u1D578 Unix/C/PHP/JAVA
0x1D578 URL-encode
%F0%9D%95%B8 Customize Mathematical Bold Fraktur Capital M
Customize ๐ธ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ธ
How to use Mathematical Bold Fraktur Capital 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-bold-fraktur-capital-m::before {
content: '\\1D578';
} Set it in JavaScript
document.querySelector('.mathematical-bold-fraktur-capital-m').textContent = '๐ธ';