Latin Subscript Small Letter H

Shortcodes

Copy and paste codes for Latin Subscript Small Letter H symbol ₕ to use in your websites, apps, blogs, and more.

Unicode
U+2095
HTML Code
ₕ
HEX Code
ₕ
CSS Code
\2095
JS/JSON
\u2095
Unix/C/PHP/JAVA
0x2095
URL-encode
%E2%82%95
copied

Customize Latin Subscript Small Letter H Symbol

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

Insert ₕ Latin Subscript Small Letter H using HTML

1. Copy-paste Latin Subscript Small Letter H directly:
<span>ₕ</span>
2. HTML Decimal Code:
<span>&#8341;</span>
3. Hexadecimal Code:
<span>&#x2095;</span>
Preview:

Add Latin Subscript Small Letter H symbol with CSS

.latin-subscript-small-letter-h::before {
    content: '\\2095';
}
Preview: Latin Subscript Small Letter H

Latin Subscript Small Letter H JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-subscript-small-letter-h').textContent = 'ₕ';
2. Unicode Escape for ₕ:
document.querySelector('.latin-subscript-small-letter-h').textContent = '\u2095';
Preview: