Modifier Letter Small Theta

ᶿ

Shortcodes

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

Unicode
U+1DBF
HTML Code
ᶿ
HEX Code
ᶿ
CSS Code
\1DBF
JS/JSON
\u1DBF
Unix/C/PHP/JAVA
0x1DBF
URL-encode
%E1%B6%BF
copied

Customize Modifier Letter Small Theta Symbol

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

Insert ᶿ Modifier Letter Small Theta using HTML

1. Copy-paste Modifier Letter Small Theta directly:
<span>ᶿ</span>
2. HTML Decimal Code:
<span>&#7615;</span>
3. Hexadecimal Code:
<span>&#x1DBF;</span>
Preview: ᶿ

Add Modifier Letter Small Theta symbol with CSS

.modifier-letter-small-theta::before {
    content: '\\1DBF';
}
Preview: Modifier Letter Small Theta

Modifier Letter Small Theta JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-theta').textContent = 'ᶿ';
2. Unicode Escape for ᶿ:
document.querySelector('.modifier-letter-small-theta').textContent = '\u1DBF';
Preview: ᶿ