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