Α
Greek

Greek Capital Letter Alpha Α

Greek capital alpha is visually identical to the Latin capital letter A. Because of this, it is rarely used in mathematical or scientific notation — the Latin A is used instead. It is included in the HTML entity set for completeness of the Greek alphabet and for rendering actual Greek text.

All Representations

Named Entity
Α
Decimal Code
Α
Hex Code
Α
Unicode
U+0391

Rendered Output

Α

Α renders as the character shown above

When to Use Greek Capital Letter Alpha

Use the capital alpha entity when rendering Greek-language text, displaying the complete Greek alphabet, or in educational content about the Greek writing system. In mathematical notation, the Latin A is typically used instead of Greek capital alpha due to their identical appearance.

Try It — HTML Examples

Named entity in text
<p>Symbol: &Alpha;</p>
Decimal reference
<p>Symbol: &#913;</p>
Hex reference
<p>Symbol: &#x391;</p>
Inside an HTML attribute
<div title="The Greek Capital Letter Alpha: &Alpha;">Hover to see</div>

About the Greek Capital Letter Alpha Entity

The Greek Capital Letter Alpha character (Α) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Alpha;, the decimal numeric character reference &#913;, or the hexadecimal numeric reference &#x391;. The character is assigned Unicode code point U+0391 in the Universal Character Set.

Greek capital alpha is visually identical to the Latin capital letter A. Because of this, it is rarely used in mathematical or scientific notation — the Latin A is used instead. It is included in the HTML entity set for completeness of the Greek alphabet and for rendering actual Greek text.

Greek letter entities are indispensable for scientific papers, engineering documentation, statistical analyses, and mathematical content published on the web. From physics equations using alpha and omega to statistical formulas featuring sigma and mu, these entities allow content authors to include Greek characters reliably without requiring specialized fonts or complex Unicode input methods on the keyboard.

When deciding how to encode the Greek Capital Letter Alpha character in your HTML documents, the named entity &Alpha; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#913; and hexadecimal form &#x391; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the capital alpha entity when rendering Greek-language text, displaying the complete Greek alphabet, or in educational content about the Greek writing system. In mathematical notation, the Latin A is typically used instead of Greek capital alpha due to their identical appearance.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.