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