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 CAPITAL LETTER H WITH DIAERESIS
Overview
Ḧ (LATIN CAPITAL LETTER H WITH DIAERESIS) is the Unicode character at code point U+1E26. It belongs to the Latin Extended Additional block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1E26 | |
| decimal | 7718 | |
| htmldecimal | Ḧ | |
| htmlhex | Ḧ | |
| css | \1E26 | |
| javascript | \u{1E26} | |
| python | \u1e26 | |
| java | \u1E26 | |
| go | \u1E26 | |
| ruby | \u{1E26} | |
| rust | \u{1E26} | |
| ccpp | \u1e26 | |
| urlencoded | %E1%B8%A6 | |
| utf8bytes | e1 b8 a6 | |
| utf16bebytes | 1e 26 | |
| utf32bebytes | 00 00 1e 26 |
How to Use
HTML:
Ḧ
CSS:
content: "\1E26"
JavaScript:
"\u{1E26}"
Python:
"\u1e26"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0048 0308
Frequently Asked Questions
What is the Ḧ character (LATIN CAPITAL LETTER H WITH DIAERESIS)?
Ḧ (LATIN CAPITAL LETTER H WITH DIAERESIS) is the Unicode character U+1E26.
What is the Unicode codepoint of LATIN CAPITAL LETTER H WITH DIAERESIS?
The LATIN CAPITAL LETTER H WITH DIAERESIS character (Ḧ) has codepoint U+1E26.
How do I type or copy LATIN CAPITAL LETTER H WITH DIAERESIS?
Copy Ḧ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.