Modifier Letter Capital B
ᴮ
Shortcodes
Copy useful codes for modifier letter capital b symbol ᴮ to use in websites, apps, blogs, and docs.
Unicode
U+1D2E HTML Code
ᴮ HEX Code
ᴮ CSS Code
\1D2E JS/JSON
\u1D2E Unix/C/PHP/JAVA
0x1D2E URL-encode
%E1%B4%AE Customize Modifier Letter Capital B
Customize ᴮ, download it as SVG or PNG, or copy the generated HTML snippet.
ᴮ
How to use Modifier Letter 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
.modifier-letter-capital-b::before {
content: '\\1D2E';
} Set it in JavaScript
document.querySelector('.modifier-letter-capital-b').textContent = 'ᴮ';