α
Greek

Greek Small Letter Alpha α

Alpha is the first letter of the Greek alphabet and is widely used in science and mathematics. It represents the significance level in statistics, angular acceleration in physics, the fine-structure constant, and alpha particles in nuclear physics. Alpha is also used metaphorically to mean 'first' or 'primary.'

All Representations

Named Entity
α
Decimal Code
α
Hex Code
α
Unicode
U+03B1

Rendered Output

α

α renders as the character shown above

When to Use Greek Small Letter Alpha

Use the alpha entity in scientific papers, statistical formulas (α = 0.05), physics equations, and technical documentation. It is one of the most frequently used Greek letters in web content and appears in topics ranging from finance (alpha return) to software testing (alpha release).

Try It — HTML Examples

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

About the Greek Small Letter Alpha Entity

The Greek Small 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 &#945;, or the hexadecimal numeric reference &#x3B1;. The character is assigned Unicode code point U+03B1 in the Universal Character Set.

Alpha is the first letter of the Greek alphabet and is widely used in science and mathematics. It represents the significance level in statistics, angular acceleration in physics, the fine-structure constant, and alpha particles in nuclear physics. Alpha is also used metaphorically to mean 'first' or 'primary.'

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 Small 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 &#945; and hexadecimal form &#x3B1; 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 alpha entity in scientific papers, statistical formulas (α = 0.05), physics equations, and technical documentation. It is one of the most frequently used Greek letters in web content and appears in topics ranging from finance (alpha return) to software testing (alpha release).

Related Entities

Explore More HTML Entities

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