Γ
Greek

Greek Capital Letter Gamma Γ

Greek capital gamma (Γ) has a distinctive L-shaped appearance and is visually distinct from any Latin letter. It represents the gamma function Γ(n) in mathematics, the circulation in fluid dynamics, and the reflection coefficient in transmission line theory. It is one of the most commonly used uppercase Greek letters.

All Representations

Named Entity
Γ
Decimal Code
Γ
Hex Code
Γ
Unicode
U+0393

Rendered Output

Γ

Γ renders as the character shown above

When to Use Greek Capital Letter Gamma

Use the capital gamma entity for the gamma function Γ(n), which generalizes the factorial to non-integer values, in fluid dynamics (circulation), and physics (decay width in particle physics). Unlike many capital Greek letters, Γ is visually distinctive and widely used in notation.

Try It — HTML Examples

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

About the Greek Capital Letter Gamma Entity

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

Greek capital gamma (Γ) has a distinctive L-shaped appearance and is visually distinct from any Latin letter. It represents the gamma function Γ(n) in mathematics, the circulation in fluid dynamics, and the reflection coefficient in transmission line theory. It is one of the most commonly used uppercase Greek letters.

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 Gamma character in your HTML documents, the named entity &Gamma; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#915; and hexadecimal form &#x393; 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 gamma entity for the gamma function Γ(n), which generalizes the factorial to non-integer values, in fluid dynamics (circulation), and physics (decay width in particle physics). Unlike many capital Greek letters, Γ is visually distinctive and widely used in notation.

Related Entities

Explore More HTML Entities

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