Greek Subscript Small Letter Beta

Shortcodes

Copy and paste codes for Greek Subscript Small Letter Beta symbol ᵦ to use in your websites, apps, blogs, and more.

Unicode
U+1D66
HTML Code
ᵦ
HEX Code
ᵦ
CSS Code
\1D66
JS/JSON
\u1D66
Unix/C/PHP/JAVA
0x1D66
URL-encode
%E1%B5%A6
copied

Customize Greek Subscript Small Letter Beta Symbol

Customize ᵦ symbol as you like and download Greek Subscript Small Letter Beta 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 Greek Subscript Small Letter Beta symbol in HTML, CSS, and JS?

Insert ᵦ Greek Subscript Small Letter Beta using HTML

1. Copy-paste Greek Subscript Small Letter Beta directly:
<span>ᵦ</span>
2. HTML Decimal Code:
<span>&#7526;</span>
3. Hexadecimal Code:
<span>&#x1D66;</span>
Preview:

Add Greek Subscript Small Letter Beta symbol with CSS

.greek-subscript-small-letter-beta::before {
    content: '\\1D66';
}
Preview: Greek Subscript Small Letter Beta

Greek Subscript Small Letter Beta JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-subscript-small-letter-beta').textContent = 'ᵦ';
2. Unicode Escape for ᵦ:
document.querySelector('.greek-subscript-small-letter-beta').textContent = '\u1D66';
Preview: