Back
Asciify Logo
Asciify

Latin Small Letter H

Often shaping the sound of other consonants rather than standing alone, lowercase 'h' is the eighth letter of the Latin alphabet and one of the most common second letters in English digraphs — th, sh, ch, ph, wh, and gh each rely on it to produce sounds often different from the letters' usual individual values. It sits at ASCII code point 104 (0x68), 32 above its uppercase counterpart 'H' at 72 (0x48), maintaining the single-bit case offset (bit 5) shared by all ASCII A–Z / a–z pairs. In typical English corpora it accounts for roughly 6.1 % of characters, a frequency influenced in part by its presence in common function words such as 'the', 'that', and 'this'.

Latin Letter

Technical Details

Code Example

</>
// Header file include
#include <stdio.h> // Standard I/O header
#include "myapp.h" // Custom header file

Common Usage

  • Prolific digraph partner: English depends on 'h' to form consonant digraphs — th, sh, ch, ph, wh, gh — more than most other letters. This digraph role is a primary reason 'h' ranks among the more common consonants despite its base sound (the glottal fricative /h/) being silent in many English words (hour, honest, heir).

  • Printf length modifier: In C-family printf-style formatting, 'h' serves as a length modifier rather than a conversion specifier — %hd and %hu format short int and unsigned short respectively, while %hh narrows further to a single byte (char). This modifier role is distinct from standalone specifiers like %d or %f.

  • Regex horizontal whitespace: In PCRE and Perl, \h matches horizontal whitespace characters (spaces, tabs, and similar), complementing \v for vertical whitespace. This shorthand is engine-specific and not available in all regex flavors — notably absent from standard JavaScript RegExp.

  • Diacritical variants: ħ (stroke) is a distinct letter in Maltese representing a pharyngeal fricative, ḥ (dot below) appears in transliteration systems for Arabic, Hebrew, and Sanskrit (IAST), and ḫ (breve below) is used in transliterations of Hittite and Egyptian — giving 'h' a modest but specialized diacritical family.

  • Prolific digraph partner: English depends on 'h' to form consonant digraphs — th, sh, ch, ph, wh, gh — more than most other letters. This digraph role is a primary reason 'h' ranks among the more common consonants despite its base sound (the glottal fricative /h/) being silent in many English words (hour, honest, heir).

  • Printf length modifier: In C-family printf-style formatting, 'h' serves as a length modifier rather than a conversion specifier — %hd and %hu format short int and unsigned short respectively, while %hh narrows further to a single byte (char). This modifier role is distinct from standalone specifiers like %d or %f.

  • Regex horizontal whitespace: In PCRE and Perl, \h matches horizontal whitespace characters (spaces, tabs, and similar), complementing \v for vertical whitespace. This shorthand is engine-specific and not available in all regex flavors — notably absent from standard JavaScript RegExp.

  • Diacritical variants: ħ (stroke) is a distinct letter in Maltese representing a pharyngeal fricative, ḥ (dot below) appears in transliteration systems for Arabic, Hebrew, and Sanskrit (IAST), and ḫ (breve below) is used in transliterations of Hittite and Egyptian — giving 'h' a modest but specialized diacritical family.

@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