Latin Capital Letter H

H

Shortcodes

Copy and paste codes for Latin Capital Letter H symbol H to use in your websites, apps, blogs, and more.

Unicode
U+0048
Alt Code
72
HTML Code
H
HEX Code
H
CSS Code
\048
JS/JSON
\u0048
Unix/C/PHP/JAVA
0x48
URL-encode
H
copied

Customize Latin Capital Letter H Symbol

Customize H symbol as you like and download Latin Capital Letter H as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
H
 

How to type Latin Capital Letter H symbol H ?

Using Latin Capital Letter H Alt Code:

You can type the Latin Capital Letter H symbol H using your keyboard by using the Alt Code for Latin Capital Letter H. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 72 using the Numpad.
  3. Release the Alt key.

This will make the H appear on your screen.

How to add Latin Capital Letter H symbol in HTML, CSS, and JS?

Insert H Latin Capital Letter H using HTML

1. Copy-paste Latin Capital Letter H directly:
<span>H</span>
2. HTML Decimal Code:
<span>&#72;</span>
3. Hexadecimal Code:
<span>&#x0048;</span>
Preview: H

Add Latin Capital Letter H symbol with CSS

.latin-capital-letter-h::before {
    content: '\\048';
}
Preview: Latin Capital Letter H

Latin Capital Letter H JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-h').textContent = 'H';
2. Unicode Escape for H:
document.querySelector('.latin-capital-letter-h').textContent = '\u0048';
Preview: H