Modifier Letter Small B

Shortcodes

Copy and paste codes for Modifier Letter Small B symbol ᵇ to use in your websites, apps, blogs, and more.

Unicode
U+1D47
HTML Code
ᵇ
HEX Code
ᵇ
CSS Code
\1D47
JS/JSON
\u1D47
Unix/C/PHP/JAVA
0x1D47
URL-encode
%E1%B5%87
copied

Customize Modifier Letter Small B Symbol

Customize ᵇ symbol as you like and download Modifier Letter Small B as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Modifier Letter Small B symbol in HTML, CSS, and JS?

Insert ᵇ Modifier Letter Small B using HTML

1. Copy-paste Modifier Letter Small B directly:
<span>ᵇ</span>
2. HTML Decimal Code:
<span>&#7495;</span>
3. Hexadecimal Code:
<span>&#x1D47;</span>
Preview:

Add Modifier Letter Small B symbol with CSS

.modifier-letter-small-b::before {
    content: '\\1D47';
}
Preview: Modifier Letter Small B

Modifier Letter Small B JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-b').textContent = 'ᵇ';
2. Unicode Escape for ᵇ:
document.querySelector('.modifier-letter-small-b').textContent = '\u1D47';
Preview: