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>&#120121;</span>
HEX Code:
<span>&#x1D539;</span>

Add with CSS

.mathematical-double-struck-capital-b::before {
  content: '\\1D539';
}

Set it in JavaScript

document.querySelector('.mathematical-double-struck-capital-b').textContent = '๐”น';

Related Fancy Letters

View all Fancy Letters
copied