Latin Small Letter H With Stroke

ħ

Shortcodes

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

Unicode
U+0127
HTML Code
ħ
HEX Code
ħ
CSS Code
\127
JS/JSON
\u0127
Unix/C/PHP/JAVA
0x127
URL-encode
%C4%A7
copied

Customize Latin Small Letter H With Stroke Symbol

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

Insert ħ Latin Small Letter H With Stroke using HTML

1. Copy-paste Latin Small Letter H With Stroke directly:
<span>ħ</span>
2. HTML Decimal Code:
<span>&#295;</span>
3. Hexadecimal Code:
<span>&#x0127;</span>
Preview: ħ

Add Latin Small Letter H With Stroke symbol with CSS

.latin-small-letter-h-with-stroke::before {
    content: '\\127';
}
Preview: Latin Small Letter H With Stroke

Latin Small Letter H With Stroke JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-h-with-stroke').textContent = 'ħ';
2. Unicode Escape for ħ:
document.querySelector('.latin-small-letter-h-with-stroke').textContent = '\u0127';
Preview: ħ