Latin Letter Small Capital H

ʜ

Shortcodes

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

Unicode
U+029C
HTML Code
ʜ
HEX Code
ʜ
CSS Code
\29C
JS/JSON
\u029C
Unix/C/PHP/JAVA
0x29C
URL-encode
%CA%9C
copied

Customize Latin Letter Small Capital H Symbol

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

Insert ʜ Latin Letter Small Capital H using HTML

1. Copy-paste Latin Letter Small Capital H directly:
<span>ʜ</span>
2. HTML Decimal Code:
<span>&#668;</span>
3. Hexadecimal Code:
<span>&#x029C;</span>
Preview: ʜ

Add Latin Letter Small Capital H symbol with CSS

.latin-letter-small-capital-h::before {
    content: '\\29C';
}
Preview: Latin Letter Small Capital H

Latin Letter Small Capital H JavaScript Code

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