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 STROKE
Overview
ħ (LATIN SMALL LETTER H WITH STROKE) is the Unicode character at code point U+0127. 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+0127 | |
| decimal | 295 | |
| htmldecimal | ħ | |
| htmlhex | ħ | |
| css | \0127 | |
| javascript | \u{127} | |
| python | \u0127 | |
| java | \u0127 | |
| go | \u0127 | |
| ruby | \u{127} | |
| rust | \u{127} | |
| ccpp | \u0127 | |
| urlencoded | %C4%A7 | |
| utf8bytes | c4 a7 | |
| utf16bebytes | 01 27 | |
| utf32bebytes | 00 00 01 27 |
How to Use
HTML:
ħ
CSS:
content: "\0127"
JavaScript:
"\u{127}"
Python:
"\u0127"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ħ character (LATIN SMALL LETTER H WITH STROKE)?
ħ (LATIN SMALL LETTER H WITH STROKE) is the Unicode character U+0127.
What is the Unicode codepoint of LATIN SMALL LETTER H WITH STROKE?
The LATIN SMALL LETTER H WITH STROKE character (ħ) has codepoint U+0127.
How do I type or copy LATIN SMALL LETTER H WITH STROKE?
Copy ħ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.