Mathematical Double-struck Capital B
๐น
Shortcodes
Copy useful codes for mathematical double-struck capital b symbol ๐น to use in websites, apps, blogs, and docs.
Unicode
U+1D539 HTML Code
𝔹 HEX Code
𝔹 CSS Code
\1D539 JS/JSON
\u1D539 Unix/C/PHP/JAVA
0x1D539 URL-encode
%F0%9D%94%B9 Customize Mathematical Double-struck Capital B
Customize ๐น, download it as SVG or PNG, or copy the generated HTML snippet.
๐น
How to use Mathematical Double-struck 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-double-struck-capital-b::before {
content: '\\1D539';
} Set it in JavaScript
document.querySelector('.mathematical-double-struck-capital-b').textContent = '๐น';