How to type ₕ on Windows
The fastest method on a full-size keyboard is the Alt code Alt+8341.
- Make sure Num Lock is on.
- Hold down the Alt key.
- Type 8341 on the numeric keypad (the number row will not work).
- Release Alt. The subscript small letter h symbol ₕ appears.
Note: Alt+8341 is a Unicode decimal code, not a classic code-page Alt code. It works in Microsoft Word, WordPad and some other apps, but not in Notepad or most browsers. In those apps, copy the symbol from this page instead.
No numeric keypad?
Press Win+. to open the emoji panel, choose the Symbols tab (Ω) and search for "subscript small letter h". Or open Character Map from the Start menu, find ₕ, click Select, then Copy.
How to type ₕ on a Mac
There is no direct keyboard shortcut for ₕ on a Mac.
For any symbol, the Character Viewer works: press Control+⌘+Space, type "subscript small letter h" in the search box and double-click the result. It will be remembered under Frequently Used.
How to type ₕ on iPhone and iPad
The iOS keyboard does not include ₕ, so the reliable way is to copy it from this page, then press and hold in any text field and tap Paste.
If you use it often, create a shortcut: open Settings → General → Keyboard → Text Replacement, paste ₕ in the Phrase field and type a short code such as ;subscript in the Shortcut field. Typing that code will then insert ₕ anywhere.
How to type ₕ on Android
Copy the symbol from this page, then long-press in a text field and choose Paste. Gboard also keeps a clipboard history: tap the clipboard icon on the toolbar to paste it again later.
For a permanent shortcut, open Gboard settings → Dictionary → Personal dictionary, add ₕ as the word and a short code as the shortcut.
How to type ₕ in Microsoft Word
- Type the Unicode hex code 2095 where you want the symbol.
- Press Alt+X. Word converts the code into ₕ.
This works on Windows in Word, Outlook and OneNote and needs no numeric keypad. You can also go to Insert → Symbol → More Symbols, set the font to a Unicode font and type 2095 in the Character code box. In Excel, the formula =UNICHAR(8341) returns the symbol.
How to type ₕ in Google Docs
Open Insert → Special characters, then either search for "subscript small letter h" or draw the symbol in the sketch box. Click the result to insert it. In Google Sheets, use =CHAR(8341).
ₕ in HTML, CSS and code
| Format | Code |
|---|---|
| HTML entity | ₕ |
| HTML decimal | ₕ |
| HTML hex | ₕ |
CSS content | "\2095" |
| JavaScript | "\u2095" |
| Python | "\u2095" |
| URL encoded | %E2%82%95 |
Because ₕ is a standard Unicode character (U+2095), you can also paste it directly into any UTF-8 file. The escaped forms above are only needed when the file encoding is uncertain or the symbol must be entered on a keyboard without it.
Where the subscript small letter h symbol is used
Used in chemistry and physics notation where a subscript h denotes a variable, such as writing Vₕ for a Hall voltage or Cₕ for heat capacity per unit. It also appears in math expressions like a₍ₕ₎ when true subscript formatting isn't available.
Frequently asked questions
What does ₕ mean in physics or chemistry formulas? +
It usually labels a quantity tied to a variable named h, such as height, Hall effect, or enthalpy, marking it as subscript rather than a separate variable.
Is ₕ the same as a regular lowercase h? +
No, it's a distinct Unicode character (U+2095) used specifically for subscript text, unlike a normal h which sits on the baseline.
What is the Alt code for the subscript small letter h symbol? +
The Alt code for ₕ is Alt+8341. Hold Alt, type 8341 on the numeric keypad, then release Alt. This is a Unicode code, so it works in Word and WordPad but not in every app; in other apps paste the symbol instead.
How do I type ₕ on a Mac? +
There is no dedicated Mac shortcut for ₕ. Open the Character Viewer with Control + Command + Space, search for "subscript small letter h", and double-click it. Or copy it from this page.
How do I type the subscript small letter h symbol on iPhone or Android? +
Phone keyboards do not include ₕ by default. Copy it from this page and paste it, or add it as a text replacement shortcut in Settings so you can type it with a short abbreviation.
What is the HTML code for ₕ? +
Use ₕ in HTML. In CSS use content: "\2095" and in JavaScript use "\u2095".