Mathematical Sans-serif Bold Italic Capital B
๐ฝ
Shortcodes
Copy useful codes for mathematical sans-serif bold italic capital b symbol ๐ฝ to use in websites, apps, blogs, and docs.
Unicode
U+1D63D HTML Code
𝘽 HEX Code
𝘽 CSS Code
\1D63D JS/JSON
\u1D63D Unix/C/PHP/JAVA
0x1D63D URL-encode
%F0%9D%98%BD Customize Mathematical Sans-serif Bold Italic Capital B
Customize ๐ฝ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฝ
How to use Mathematical Sans-serif Bold Italic Capital 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-sans-serif-bold-italic-capital-b::before {
content: '\\1D63D';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-bold-italic-capital-b').textContent = '๐ฝ';