Mathematical Fraktur Capital B

๐”…

Shortcodes

Copy useful codes for mathematical fraktur capital b symbol ๐”… to use in websites, apps, blogs, and docs.

Unicode
U+1D505
HTML Code
𝔅
HEX Code
𝔅
CSS Code
\1D505
JS/JSON
\u1D505
Unix/C/PHP/JAVA
0x1D505
URL-encode
%F0%9D%94%85

Customize Mathematical Fraktur Capital B

Customize ๐”…, download it as SVG or PNG, or copy the generated HTML snippet.

๐”…
  

How to use Mathematical Fraktur Capital B Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐”…</span>
HTML Code:
<span>&#120069;</span>
HEX Code:
<span>&#x1D505;</span>

Add with CSS

.mathematical-fraktur-capital-b::before {
  content: '\\1D505';
}

Set it in JavaScript

document.querySelector('.mathematical-fraktur-capital-b').textContent = '๐”…';
copied