Latin Small Letter H With Circumflex

ĥ

Shortcodes

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

Unicode
U+0125
HTML Code
ĥ
HEX Code
ĥ
CSS Code
\125
JS/JSON
\u0125
Unix/C/PHP/JAVA
0x125
URL-encode
%C4%A5
copied

Customize Latin Small Letter H With Circumflex Symbol

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

Insert ĥ Latin Small Letter H With Circumflex using HTML

1. Copy-paste Latin Small Letter H With Circumflex directly:
<span>ĥ</span>
2. HTML Decimal Code:
<span>&#293;</span>
3. Hexadecimal Code:
<span>&#x0125;</span>
Preview: ĥ

Add Latin Small Letter H With Circumflex symbol with CSS

.latin-small-letter-h-with-circumflex::before {
    content: '\\125';
}
Preview: Latin Small Letter H With Circumflex

Latin Small Letter H With Circumflex JavaScript Code

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