Mathematical Fraktur Small B

๐”Ÿ

Shortcodes

Copy and paste codes for Mathematical Fraktur Small B symbol ๐”Ÿ to use in your websites, apps, blogs, and more.

Unicode
U+1D51F
HTML Code
𝔟
HEX Code
𝔟
CSS Code
\1D51F
JS/JSON
\u1D51F
Unix/C/PHP/JAVA
0x1D51F
URL-encode
%F0%9D%94%9F
copied

Customize Mathematical Fraktur Small B Symbol

Customize ๐”Ÿ symbol as you like and download Mathematical Fraktur Small B as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐”Ÿ

                        
                    

How to add Mathematical Fraktur Small B symbol in HTML, CSS, and JS?

Insert ๐”Ÿ Mathematical Fraktur Small B using HTML

1. Copy-paste Mathematical Fraktur Small B directly:
<span>๐”Ÿ</span>
2. HTML Decimal Code:
<span>&#120095;</span>
3. Hexadecimal Code:
<span>&#x1D51F;</span>
Preview: ๐”Ÿ

Add Mathematical Fraktur Small B symbol with CSS

.mathematical-fraktur-small-b::before {
    content: '\\1D51F';
}
Preview: Mathematical Fraktur Small B

Mathematical Fraktur Small B JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-fraktur-small-b').textContent = '๐”Ÿ';
2. Unicode Escape for ๐”Ÿ:
document.querySelector('.mathematical-fraktur-small-b').textContent = '\u1D51F';
Preview: ๐”Ÿ