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