copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ĥ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ĥ
LATIN SMALL LETTER H WITH CIRCUMFLEX
Overview
ĥ (LATIN SMALL LETTER H WITH CIRCUMFLEX) is the Unicode character at code point U+0125. It belongs to the Latin Extended-A block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0125 | |
| decimal | 293 | |
| htmldecimal | ĥ | |
| htmlhex | ĥ | |
| css | \0125 | |
| javascript | \u{125} | |
| python | \u0125 | |
| java | \u0125 | |
| go | \u0125 | |
| ruby | \u{125} | |
| rust | \u{125} | |
| ccpp | \u0125 | |
| urlencoded | %C4%A5 | |
| utf8bytes | c4 a5 | |
| utf16bebytes | 01 25 | |
| utf32bebytes | 00 00 01 25 |
How to Use
HTML:
ĥ
CSS:
content: "\0125"
JavaScript:
"\u{125}"
Python:
"\u0125"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0068 0302
Frequently Asked Questions
What is the ĥ character (LATIN SMALL LETTER H WITH CIRCUMFLEX)?
ĥ (LATIN SMALL LETTER H WITH CIRCUMFLEX) is the Unicode character U+0125.
What is the Unicode codepoint of LATIN SMALL LETTER H WITH CIRCUMFLEX?
The LATIN SMALL LETTER H WITH CIRCUMFLEX character (ĥ) has codepoint U+0125.
How do I type or copy LATIN SMALL LETTER H WITH CIRCUMFLEX?
Copy ĥ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.