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