Latin Letter Small Capital B

ʙ

Shortcodes

Copy and paste codes for Latin Letter Small Capital B symbol ʙ to use in your websites, apps, blogs, and more.

Unicode
U+0299
HTML Code
ʙ
HEX Code
ʙ
CSS Code
\299
JS/JSON
\u0299
Unix/C/PHP/JAVA
0x299
URL-encode
%CA%99
copied

Customize Latin Letter Small Capital B Symbol

Customize ʙ symbol as you like and download Latin Letter Small Capital 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 Latin Letter Small Capital B symbol in HTML, CSS, and JS?

Insert ʙ Latin Letter Small Capital B using HTML

1. Copy-paste Latin Letter Small Capital B directly:
<span>ʙ</span>
2. HTML Decimal Code:
<span>&#665;</span>
3. Hexadecimal Code:
<span>&#x0299;</span>
Preview: ʙ

Add Latin Letter Small Capital B symbol with CSS

.latin-letter-small-capital-b::before {
    content: '\\299';
}
Preview: Latin Letter Small Capital B

Latin Letter Small Capital B JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-letter-small-capital-b').textContent = 'ʙ';
2. Unicode Escape for ʙ:
document.querySelector('.latin-letter-small-capital-b').textContent = '\u0299';
Preview: ʙ