Modifier Letter Small Beta

Shortcodes

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

Unicode
U+1D5D
HTML Code
ᵝ
HEX Code
ᵝ
CSS Code
\1D5D
JS/JSON
\u1D5D
Unix/C/PHP/JAVA
0x1D5D
URL-encode
%E1%B5%9D
copied

Customize Modifier Letter Small Beta Symbol

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

Insert ᵝ Modifier Letter Small Beta using HTML

1. Copy-paste Modifier Letter Small Beta directly:
<span>ᵝ</span>
2. HTML Decimal Code:
<span>&#7517;</span>
3. Hexadecimal Code:
<span>&#x1D5D;</span>
Preview:

Add Modifier Letter Small Beta symbol with CSS

.modifier-letter-small-beta::before {
    content: '\\1D5D';
}
Preview: Modifier Letter Small Beta

Modifier Letter Small Beta JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-beta').textContent = 'ᵝ';
2. Unicode Escape for ᵝ:
document.querySelector('.modifier-letter-small-beta').textContent = '\u1D5D';
Preview: