Modifier Letter Small H

ʰ

Shortcodes

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

Unicode
U+02B0
HTML Code
ʰ
HEX Code
ʰ
CSS Code
\2B0
JS/JSON
\u02B0
Unix/C/PHP/JAVA
0x2B0
URL-encode
%CA%B0
copied

Customize Modifier Letter Small H Symbol

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

Insert ʰ Modifier Letter Small H using HTML

1. Copy-paste Modifier Letter Small H directly:
<span>ʰ</span>
2. HTML Decimal Code:
<span>&#688;</span>
3. Hexadecimal Code:
<span>&#x02B0;</span>
Preview: ʰ

Add Modifier Letter Small H symbol with CSS

.modifier-letter-small-h::before {
    content: '\\2B0';
}
Preview: Modifier Letter Small H

Modifier Letter Small H JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-h').textContent = 'ʰ';
2. Unicode Escape for ʰ:
document.querySelector('.modifier-letter-small-h').textContent = '\u02B0';
Preview: ʰ