How to Type the Delta Symbol

Copy capital and lowercase delta, pick the right character for math or science, and use verified Word, Mac, and HTML methods.

T

Technobezz Editorial

Editorial Team

Aug 25, 2026
7 min read

Copy a delta character

Pick the Greek letter for text and the operator for math expressions.

  • Greek capital letter delta

    U+0394

    Also called change symbol

  • Greek small letter delta

    U+03B4

  • Increment

    U+2206

  • Partial differential

    U+2202

    Also called partial derivative symbol

Choose a copy button to place a character on the clipboard.

Ways to type a delta character

Keyboard shortcuts follow the active layout and may vary by app.
PlatformMethod
Microsoft Word

Unicode conversion

  1. Type 0394 for Δ or 03B4 for δ.
  2. Press Alt and X to convert the code into the letter.
0394, then Alt+X

Microsoft notes that some Office programs, such as PowerPoint, do not support this conversion.

Microsoft Word

Symbol menu

  1. Choose Insert, Symbol, and More Symbols.
  2. Select the Greek and Coptic subset.
  3. Choose Δ or δ and insert it.

Word's Subset list uses Unicode block names.

Microsoft Word

Equation autocorrect

  1. Press Alt and the equals key to start an equation.
  2. Type \Delta for Δ or \delta for δ.
\Delta or \delta

Math AutoCorrect can be turned on or off in the Equation Options dialog.

Windows

Character Map

  1. Open Character Map.
  2. Select Δ or δ in a font that covers Greek.
  3. Copy and paste it into the destination app.

Character Map lists only the characters the selected font contains.

macOS

Character Viewer

  1. Open Character Viewer with Fn-E, Globe-E, or Edit then Emoji & Symbols.
  2. Search for delta.
  3. Select the capital or small letter.

The available opener depends on the Mac keyboard and settings.

Google Docs and Slides

Special characters

  1. Choose Insert, Symbols, and Special characters.
  2. Enter the Unicode value 0394 or 03B4.
  3. Select the result.

Google states that special characters cannot be inserted directly in Sheets.

HTML

Named or numeric reference

Δ or Δ for Δ, δ or δ for δ

The HTML Standard defines no named reference for the increment sign at U+2206.

Word hexadecimal Alt+X conversionA three-step Microsoft Word flow from hexadecimal Unicode text through Alt+X to Greek capital letter delta.MICROSOFT WORDConvert hexadecimal text with Alt+XThis is Word’s Unicode conversion, not a decimal Windows Alt code.
Word hexadecimal Alt+X conversionWord converts selected hexadecimal Unicode text with Alt+X to Greek capital letter delta. This is separate from decimal Windows Alt-numpad input.

Contents

Don't Miss the Good Stuff

Get tech news that matters delivered weekly. Join 50,000+ readers.

Copy Δ or δ from the panel above. In Word, Microsoft documents typing the hexadecimal code and pressing Alt-X to convert it into the letter, while Character Viewer on Mac and the special-character picker in Google Docs give menu-based alternatives.

Delta is not a single character. Two Greek letters carry the name, and two mathematical operators look almost identical to them. All four render, so the wrong pick stays invisible until the text reaches a search index, a sort order, or a string comparison.

Identify the delta you need

Unicode names Δ as GREEK CAPITAL LETTER DELTA at U+0394 and δ as GREEK SMALL LETTER DELTA at U+03B4, both in the Greek and Coptic block. The Unicode Character Database records them as a case pair, mapping U+0394 down to U+03B4 and U+03B4 up to U+0394, and the full Greek alphabet reference lists every letter with its code point.

The lookalikes come from the Mathematical Operators block. ∆ is INCREMENT at U+2206 and ∂ is PARTIAL DIFFERENTIAL at U+2202. The Unicode chart annotates U+2206 with the aliases Laplace operator, forward difference, and symmetric difference in set theory, and the Greek and Coptic chart prints a cross reference from U+0394 to U+2206.

The database also classifies U+0394 and U+03B4 as letters and U+2206 and U+2202 as math symbols with no case mapping. Use the Greek letters in words, names, and Greek text, and keep the operators for math expressions.

Insert Δ in Microsoft Word

For the menu route, choose Insert, Symbol, and More Symbols, select the Greek and Coptic subset, choose Δ or δ, and insert it. Word also converts hexadecimal codes in place. Type 0394 and press Alt-X to get Δ, or type 03B4 and press Alt-X to get δ. Microsoft notes that if Alt-X converts the wrong character code, you should select the correct code before pressing Alt-X.

Type delta in a Word equation

Microsoft documents starting an equation by pressing Alt and the equals key, then typing in linear format. Inside an equation the Math AutoCorrect code \Delta produces Δ and \delta produces δ, and the same list covers the other Greek letters used in formulas, including the pi symbol. Equation content carries math formatting, so for delta inside running text the Symbol dialog or Alt-X keeps the body font.

Copy Δ with Windows Character Map

Microsoft documents Character Map as the Windows tool that shows the characters available in a selected font. Open it, find Δ or δ, copy it, and paste it into the destination app. This route matters because Microsoft notes that some Office programs, such as PowerPoint, do not convert codes with Alt-X.

Insert Δ with Mac Character Viewer

Apple documents opening Character Viewer by pressing Fn-E or the Globe key and E, or by choosing Edit and then Emoji & Symbols. Character Viewer has a search field, so entering a word or phrase finds a character by name without knowing any key position. Search for delta and select the capital or small letter.

Insert Δ in Google Docs or Slides

In Google Docs or Slides, choose Insert, Symbols, and Special characters. Google documents three ways to find a character there. Pick from categories, write the character in the drawing box, or enter its Unicode value. The Unicode route is the precise one, because entering 0394 or 03B4 selects the exact letter rather than a visual match. Google states that special characters cannot be inserted directly in Google Sheets.

Use delta in HTML

A UTF-8 page can contain Δ and δ directly. The HTML Standard also defines Δ for U+0394 and δ for U+03B4, plus numeric references such as Δ and δ. It defines ∂ and ∂ for U+2202, but no named reference for the increment sign at U+2206, so that character needs a numeric reference such as ∆ or the literal character.

Fix the wrong delta

Most delta problems are identity problems rather than typing problems. The same checks apply to other math characters with lookalikes, including the plus-minus sign.

  1. 1.Confirm which character you pasted. Δ is U+0394 and ∆ is U+2206, and no normalization form merges the two.
  2. 2.Check the case. U+0394 and U+03B4 are a documented case pair, while U+2206 has no case mapping and will not match a case-insensitive search for a Greek letter.
  3. 3.Use U+0394 or U+03B4 in words, names, and Greek text, and reserve U+2206 and U+2202 for math expressions.
  4. 4.Use the numeric keypad for Microsoft's Alt plus code route, or switch to the Symbol dialog, Alt-X, or Character Map.
  5. 5.Check the font. Character Map lists only the characters a selected font contains, so a font without Greek coverage can leave a missing-glyph box.
  6. 6.Remember that HTML references are source syntax and will appear literally in a plain-text field.

Common questions

Are Δ and ∆ the same character?

No. The Unicode Character Database records no decomposition for either one, so NFC, NFD, NFKC, and NFKD leave both unchanged and never fold one into the other. The ohm sign shows the contrast, because the database maps U+2126 to U+03A9 and normalization does replace that symbol with its Greek letter.

Is there an Alt code for the delta symbol?

Microsoft's Alt plus code route requires a numeric keypad, and its guidance states that you must use the numeric keypad to type the numbers and not the keyboard. The routes Microsoft documents by name are the Symbol dialog, Alt-X from 0394 or 03B4, Character Map, and the equation codes.

How do I get lowercase delta instead of capital delta?

Use U+03B4 rather than U+0394. In Word, type 03B4 and press Alt-X, or type \delta inside an equation. In Google Docs or Slides, enter 03B4 as the Unicode value. In HTML, write δ rather than Δ, because named character references are case sensitive.

Official references

Share

Mac Keyboard Viewer and Character Viewer workflowA workflow that separates checking an active keyboard mapping from searching for a specific character on Mac.MAC INPUT WORKFLOWUse the viewer that answers your questionA printed keycap is not proof of the active software layout.
Mac Keyboard Viewer and Character Viewer workflowKeyboard Viewer explains the active key mapping; Character Viewer helps locate and insert a character.

Related symbols

Continue with another copy-and-type reference.

More symbol and keyboard help