δ

Delta Symbol (δ)

Copy and paste the delta symbol δ — click the button or any variant below

Delta Symbol Copy and Paste

Click any symbol below to copy it to your clipboard instantly.

Both lowercase δ and uppercase Δ (used for change or difference) can be copied above.

δ Delta Copied!
Δ Capital Delta Copied!
Increment Copied!
𝛿 Math Italic Copied!
𝜹 Math Bold Copied!
Latin Delta Copied!
Unicode Character
δ
Unicode Hex
U+03B4
HTML Entity
δ
Decimal Code
948

About the Delta Symbol

Last reviewed on August 3, 2026

The Delta symbol (δ) is one of the greek letters characters in the AllSymbols catalog. It is part of the Unicode Greek and Coptic block (U+0370–U+03FF). Greek letters serve double duty: they spell modern Greek and ancient Greek text, and they appear all through math, physics, statistics, and engineering as variable names with conventional meanings.

Where this character is used

In technical writing, the letter is the variable; the meaning comes from your field’s convention. Pi (π) is the circle constant in geometry but a probability in statistics. Sigma (σ) is a standard deviation as a variable and a sum operator (Σ) when capitalized. Always introduce a Greek letter on first use unless your audience can be assumed to know the convention.

Code references

In Unicode, Delta sits at code point U+03B4. Web pages reference it with the HTML numeric entity δ; CSS rules reference it as a quoted hex escape (the four-digit code prefixed with a backslash); in JavaScript and most modern source-code contexts you can either paste the literal character or use a Unicode escape with the same hex digits.

Rendering and font support

Several Greek capitals look identical to Latin capitals (Alpha = A, Beta = B, Mu = M, Nu = N). They are distinct code points and may render with subtle differences. Use the Latin letter when you mean the Latin letter, and the Greek capital only when the meaning is specifically Greek — this matters for screen readers and search.

Related characters

If Delta isn’t quite what you need, the Greek Letters page lists every related character on the site — including Alpha and Pi. The related-symbols grid below also surfaces the closest sibling characters.

How to Type the Delta Symbol on a Keyboard

Windows (Alt code): Hold Alt and type 235 on the numeric keypad; for capital Δ, type 0394 then press Alt+X in Word
Mac: Press Option+J for ∆ (increment); for lowercase δ use the Character Viewer (Ctrl+Cmd+Space)
Microsoft Word: Type 03B4 then press Alt+X to convert it into δ
HTML: Use the entity δ or the numeric code δ
Phone & tablet: Copying δ from this page is fastest — see our mobile typing guide for keyboard tricks

Delta Symbol Code for HTML, CSS & JavaScript

HTML: δ
CSS: content: '\\03B4';
JavaScript: '\\u03B4'
Unicode: U+03B4

Frequently Asked Questions

How do I type the delta symbol δ on Windows?

Hold Alt and type 235 on the numeric keypad; for capital Δ, type 0394 then press Alt+X in Word. You can also copy δ straight from this page — it pastes into any app.

How do I type δ on a Mac?

Press Option+J for ∆ (increment); for lowercase δ use the Character Viewer (Ctrl+Cmd+Space).

What is the Unicode and HTML code for the delta symbol?

The delta symbol is Unicode code point U+03B4. In HTML, use the entity δ or the numeric reference δ.