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