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 SUBSCRIPT SMALL LETTER H
Overview
ₕ (LATIN SUBSCRIPT SMALL LETTER H) is the Unicode character at code point U+2095. It belongs to the Superscripts and Subscripts block, in the Modifier Letter (Lm) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2095 | |
| decimal | 8341 | |
| htmldecimal | ₕ | |
| htmlhex | ₕ | |
| css | \2095 | |
| javascript | \u{2095} | |
| python | \u2095 | |
| java | \u2095 | |
| go | \u2095 | |
| ruby | \u{2095} | |
| rust | \u{2095} | |
| ccpp | \u2095 | |
| urlencoded | %E2%82%95 | |
| utf8bytes | e2 82 95 | |
| utf16bebytes | 20 95 | |
| utf32bebytes | 00 00 20 95 |
How to Use
HTML:
ₕ
CSS:
content: "\2095"
JavaScript:
"\u{2095}"
Python:
"\u2095"
Properties
- Script
- Latn
- Category
- Modifier Letter (Lm)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <sub> 0068
Frequently Asked Questions
What is the ₕ character (LATIN SUBSCRIPT SMALL LETTER H)?
ₕ (LATIN SUBSCRIPT SMALL LETTER H) is the Unicode character U+2095.
What is the Unicode codepoint of LATIN SUBSCRIPT SMALL LETTER H?
The LATIN SUBSCRIPT SMALL LETTER H character (ₕ) has codepoint U+2095.
How do I type or copy LATIN SUBSCRIPT SMALL LETTER H?
Copy ₕ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.