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

Add with CSS

.mathematical-fraktur-small-b::before {
  content: '\\1D51F';
}

Set it in JavaScript

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