Greek Subscript Small Letter Beta
ᵦ
Shortcodes
Copy useful codes for greek subscript small letter beta symbol ᵦ to use in websites, apps, blogs, and docs.
Unicode
U+1D66 HTML Code
ᵦ HEX Code
ᵦ CSS Code
\1D66 JS/JSON
\u1D66 Unix/C/PHP/JAVA
0x1D66 URL-encode
%E1%B5%A6 Customize Greek Subscript Small Letter Beta
Customize ᵦ, download it as SVG or PNG, or copy the generated HTML snippet.
ᵦ
How to use Greek Subscript Small Letter Beta 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
.greek-subscript-small-letter-beta::before {
content: '\\1D66';
} Set it in JavaScript
document.querySelector('.greek-subscript-small-letter-beta').textContent = 'ᵦ';