Horje
Some Greek Letters Supported by HTML
Char Number Entity Description  
Α Α Α GREEK ALPHA Try It
Β Β Β GREEK BETA Try It
Γ Γ Γ GREEK GAMMA Try It
Δ Δ Δ GREEK DELTA Try It
Ζ Ζ Ζ GREEK ZETA Try It

GREEK ALPHA

Α Α Α GREEK ALPHA
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>Greek Letter Example</h1>

<h2>The capital alpha letter: Α</h2>

</body>
</html>

Output should be:

GREEK ALPHA

GREEK BETA

Β &#914; &Beta; GREEK BETA
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>Greek Letter Example</h1>

<h2>The capital beta letter: Β</h2>

</body>
</html>

Output should be:

GREEK BETA

GREEK GAMMA

Γ &#915; &Gamma; GREEK GAMMA
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>Greek Letter Example</h1>

<h2>The capital gamma letter: Γ</h2>

</body>
</html>

Output should be:

GREEK GAMMA

GREEK DELTA

Δ &#916; &Delta; GREEK DELTA
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>Greek Letter Example</h1>

<h2>The capital delta letter: Δ</h2>

</body>
</html>

Output should be:

GREEK DELTA

GREEK ZETA

Ζ &#918; &Zeta; GREEK ZETA
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>Greek Letter Example</h1>

<h2>The capital zeta letter: Ζ</h2>

</body>
</html>

Output should be:

GREEK ZETA





Related Articles
What is HTML Symbols HTML Symbols
Some Mathematical Symbols Supported by HTML HTML Symbols
Some Greek Letters Supported by HTML HTML Symbols
Some Other Entities Supported by HTML HTML Symbols

Single Articles
GREEK ALPHAHTML Symbols
GREEK BETAHTML Symbols
GREEK GAMMAHTML Symbols
GREEK DELTAHTML Symbols
GREEK ZETAHTML Symbols

Read Full:
HTML Symbols
Category:
Web Tutorial
Sub Category:
HTML Symbols
Uploaded by:
Admin
Views:
88


Reffered: https://www.w3schools.com/html/html_symbols.asp