Back
Asciify Logo
Asciify

Latin Capital Letter H

Occupying ASCII code point 72 (0x48), uppercase 'H' is the eighth letter of the Latin alphabet and sits exactly 32 below its lowercase counterpart 'h' at 104 (0x68) — maintaining the single-bit case offset (bit 5) shared by all ASCII A–Z / a–z pairs. A quiet workhorse of English orthography, 'H' most often surfaces in capitalized form at the start of high-frequency words like 'He', 'His', 'Her', and 'How', and as the second character in prolific sentence-opening digraphs such as Th, Sh, Ch, and Ph. In typical English corpora, it ranks among the more common uppercase consonants.

Latin Letter

Technical Details

Code Example

</>
// Header guard convention
#ifndef MY_HEADER_H
#define MY_HEADER_H
// declarations...
#endif

Common Usage

  • HTTP and protocol visibility: 'H' leads some of the web's most foundational acronyms — HTTP, HTTPS, HTML, HSTS, and HDMI — making it one of the most frequently encountered uppercase consonants in technical writing, URLs, browser chrome, and security documentation.

  • Phonetic complexity: Despite being a single letter, 'H' represents remarkably varied phonetic behavior across languages. In English it signals a voiceless glottal fricative /h/, but it is famously silent in many French words and in English borrowings like 'honour' and 'heir'. Its role as a digraph modifier (th, sh, ch, ph, wh) means it often modifies the sound of its partner rather than contributing its own.

  • Printf length modifier: In C-family printf-style formatting, lowercase 'h' serves as a length modifier — %hd and %hu format short int and unsigned short respectively, while %hhd targets signed char. The uppercase letter itself does not function as a format specifier, but awareness of this case distinction matters when reading format strings.

  • Diacritical variants: Uppercase 'H' has a small but specialized set of modified forms — Ħ (stroke) is a distinct letter in Maltese representing a voiceless pharyngeal fricative, Ḥ (dot below) appears in IAST and other transliteration systems for Arabic, Hebrew, and Sanskrit, and Ḫ (breve below) is used in transliterations of Hittite and Egyptian. Ĥ (circumflex) appears in Esperanto as a separate letter.

  • HTTP and protocol visibility: 'H' leads some of the web's most foundational acronyms — HTTP, HTTPS, HTML, HSTS, and HDMI — making it one of the most frequently encountered uppercase consonants in technical writing, URLs, browser chrome, and security documentation.

  • Phonetic complexity: Despite being a single letter, 'H' represents remarkably varied phonetic behavior across languages. In English it signals a voiceless glottal fricative /h/, but it is famously silent in many French words and in English borrowings like 'honour' and 'heir'. Its role as a digraph modifier (th, sh, ch, ph, wh) means it often modifies the sound of its partner rather than contributing its own.

  • Printf length modifier: In C-family printf-style formatting, lowercase 'h' serves as a length modifier — %hd and %hu format short int and unsigned short respectively, while %hhd targets signed char. The uppercase letter itself does not function as a format specifier, but awareness of this case distinction matters when reading format strings.

  • Diacritical variants: Uppercase 'H' has a small but specialized set of modified forms — Ħ (stroke) is a distinct letter in Maltese representing a voiceless pharyngeal fricative, Ḥ (dot below) appears in IAST and other transliteration systems for Arabic, Hebrew, and Sanskrit, and Ḫ (breve below) is used in transliterations of Hittite and Egyptian. Ĥ (circumflex) appears in Esperanto as a separate letter.

@workani&@alexluthor
Privacy & legal

Privacy

No accounts, no ads, no tracking cookies, and no cross-site tracking. The only analytics we keep are faceless — anonymous, aggregated counts of pages and searches, never tied to you. We store no IP addresses, set no tracking cookies, and build no profiles. Cloudflare hosts the site and handles requests for delivery and security.

Full privacy policy·Extension privacy·legal@asciify.dev

Attributions & licenses

Twemoji
© Twitter, Inc and other contributors · CC-BY 4.0
Noto Color Emoji
© Google · Apache 2.0
Fluent UI Emoji
© Microsoft · MIT
OpenMoji
© HfG Schwäbisch Gmünd · CC-BY-SA 4.0
Toss Face
© Viva Republica (Toss) · SIL OFL 1.1
JoyPixels
© JoyPixels Inc. · Free Limited Use License
SerenityOS Emoji
© The SerenityOS Developers · BSD-2-Clause
EmojiTwo
© EmojiTwo contributors · CC-BY 4.0
Apple Color Emoji
© Apple, Inc.
Facebook Emoji
© Meta Platforms, Inc.

Apple and Facebook emoji styles are proprietary and shown here solely for reference and comparison — a common-sense application of nominative-use / fair-use principles. asciify is not affiliated with, endorsed by, or sponsored by Apple, Inc., Meta Platforms, Inc., or any other rights holder listed above. If a rights holder requests removal of their emoji style from this site, it will be removed.

All other vendor emoji are reproduced for reference and comparison under their respective open licenses listed above.

Character names and code points from the Unicode® Standard. Unicode® and the Unicode Logo are registered trademarks of Unicode, Inc.

Privacy
© asciify.dev 2025-2026