Δ
Greek

Greek Capital Letter Delta Δ

Greek capital delta (Δ) is a triangle-shaped letter and one of the most widely recognized Greek capitals. It universally represents 'change' or 'difference' in mathematics, science, and engineering (Δx = change in x). It also denotes the Laplace operator, a finite difference, and the discriminant of a polynomial.

All Representations

Named Entity
Δ
Decimal Code
Δ
Hex Code
Δ
Unicode
U+0394

Rendered Output

Δ

Δ renders as the character shown above

When to Use Greek Capital Letter Delta

Use the capital delta in expressions for change (Δt, ΔV, Δprice), the Laplacian operator (Δf), and polynomial discriminants. It is one of the few Greek letters whose meaning (change/difference) is understood across all scientific disciplines and has entered common business vocabulary.

Try It — HTML Examples

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

About the Greek Capital Letter Delta Entity

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

Greek capital delta (Δ) is a triangle-shaped letter and one of the most widely recognized Greek capitals. It universally represents 'change' or 'difference' in mathematics, science, and engineering (Δx = change in x). It also denotes the Laplace operator, a finite difference, and the discriminant of a polynomial.

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 Delta character in your HTML documents, the named entity &Delta; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#916; and hexadecimal form &#x394; 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 delta in expressions for change (Δt, ΔV, Δprice), the Laplacian operator (Δf), and polynomial discriminants. It is one of the few Greek letters whose meaning (change/difference) is understood across all scientific disciplines and has entered common business vocabulary.

Related Entities

Explore More HTML Entities

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