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