Latin Small Letter H With Circumflex
ĥ
Shortcodes
Copy useful codes for latin small letter h with circumflex symbol ĥ to use in websites, apps, blogs, and docs.
Unicode
U+0125 HTML Code
ĥ HEX Code
ĥ CSS Code
\0125 JS/JSON
\u0125 Unix/C/PHP/JAVA
0x125 URL-encode
%C4%A5 Customize Latin Small Letter H With Circumflex
Customize ĥ, download it as SVG or PNG, or copy the generated HTML snippet.
ĥ
How to use Latin Small Letter H With Circumflex Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ĥ</span> HTML Code:
<span>ĥ</span> HEX Code:
<span>ĥ</span> Add with CSS
.latin-small-letter-h-with-circumflex::before {
content: '\\0125';
} Set it in JavaScript
document.querySelector('.latin-small-letter-h-with-circumflex').textContent = 'ĥ';