copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('h'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
h
FULLWIDTH LATIN SMALL LETTER H
Overview
h (FULLWIDTH LATIN SMALL LETTER H) is the Unicode character at code point U+FF48. It belongs to the Halfwidth and Fullwidth Forms block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF48 | |
| decimal | 65352 | |
| htmldecimal | h | |
| htmlhex | h | |
| css | \FF48 | |
| javascript | \u{FF48} | |
| python | \uff48 | |
| java | \uFF48 | |
| go | \uFF48 | |
| ruby | \u{FF48} | |
| rust | \u{FF48} | |
| ccpp | \uff48 | |
| urlencoded | %EF%BD%88 | |
| utf8bytes | ef bd 88 | |
| utf16bebytes | ff 48 | |
| utf32bebytes | 00 00 ff 48 |
How to Use
HTML:
h
CSS:
content: "\FF48"
JavaScript:
"\u{FF48}"
Python:
"\uff48"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0068
Frequently Asked Questions
What is the h character (FULLWIDTH LATIN SMALL LETTER H)?
h (FULLWIDTH LATIN SMALL LETTER H) is the Unicode character U+FF48.
What is the Unicode codepoint of FULLWIDTH LATIN SMALL LETTER H?
The FULLWIDTH LATIN SMALL LETTER H character (h) has codepoint U+FF48.
How do I type or copy FULLWIDTH LATIN SMALL LETTER H?
Copy h directly, or use the HTML entity, UTF-8, and code encodings shown on this page.