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