← Back to Blog

Summation Symbol (∑) — Complete Guide to Copy, Type & Use

Copy the Summation Symbol

Here is the summation symbol ready for you to copy and paste:

— Copy this symbol: ∑

Unicode: U+2211 | HTML entity: ∑ | LaTeX: \sum

Simply select the symbol above, copy it, and paste it wherever you need it — documents, presentations, social media posts, emails, or code.

What Is the Summation Symbol?

The summation symbol (∑) is a mathematical symbol used to represent the sum of a sequence of numbers. It is the uppercase form of the Greek letter sigma (Σ). In mathematics, ∑ tells you to add up a series of terms, usually with a specified start and end point written above and below the symbol.

For example, ∑(i=1 to 5) i means 1 + 2 + 3 + 4 + 5 = 15. The expression below the ∑ gives the starting index, the expression above gives the ending index, and the expression to the right tells you what to sum.

The use of ∑ for summation was introduced by Swiss mathematician Leonhard Euler in 1755. Before that, mathematicians wrote out sums in long form. The compact notation revolutionized how mathematicians express series and sequences, making complex calculations much more manageable.

Today, the summation symbol is fundamental in mathematics, appearing in algebra, calculus, statistics, probability theory, physics, engineering, and computer science. It is one of the most important and frequently used mathematical operators.

How to Type the Summation Symbol on Windows

There are several methods to type ∑ on a Windows computer:

Alt Code method: Hold down the Alt key and type 228 on the numeric keypad. Release Alt and ∑ will appear. Make sure Num Lock is enabled. This works in most applications including Microsoft Word, Excel, Notepad, browsers, and email clients.

Character Map: Press the Windows key, type "Character Map," and open the application. Search for "summation" or locate it in the Mathematical Operators section. Select ∑, click Copy, then paste it into your document.

Microsoft Word shortcut: Type 2211 in your document and then press Alt+X. The hexadecimal code will convert to ∑. Alternatively, go to Insert → Symbol → More Symbols and find it under Mathematical Operators.

Windows Emoji Picker: Press Win + Period (.) to open the emoji picker. Navigate to the symbols tab and look for ∑.

How to Type the Summation Symbol on Mac

On macOS, you can type the summation symbol using these methods:

Keyboard shortcut: Press Option + W. This instantly inserts ∑ in most text fields across macOS. Works in Pages, TextEdit, Safari, Mail, Notes, and virtually every other application.

Character Viewer: Press Control + Command + Space to open the Character Viewer. Type "summation" in the search bar or navigate to Math Symbols. Double-click ∑ to insert it at your cursor.

Unicode Hex Input: Enable the Unicode Hex keyboard in System Settings → Keyboard → Input Sources. Then hold Option and type 2211 to produce ∑.

How to Type the Summation Symbol on iPhone and iPad

Typing ∑ on iOS devices:

From the keyboard: Open any text field. Tap the "123" key to access numbers, then tap the "#+=" key to access symbols. Swipe through the symbol pages to find ∑. Tap it to insert it.

Text Replacement shortcut: Go to Settings → General → Keyboard → Text Replacement. Add a new entry with the phrase ∑ and a shortcut like "ssigma" or "sumsym". Then just type your shortcut and it auto-replaces with ∑.

Copy and paste: The simplest option — copy ∑ from this page and paste it into any app on your iPhone or iPad.

How to Type the Summation Symbol on Android

On Android phones and tablets:

Gboard: Tap the "?123" key, then tap "=\<" to access additional symbols. Scroll through to find ∑. Not all keyboard versions include it, so the copy-paste method may be more reliable.

Copy and paste: Copy ∑ from this page. Long-press in any text field on your Android device and select Paste. This works universally across all apps and keyboard apps.

Third-party keyboards: Some mathematical or scientific keyboard apps include ∑ and other math symbols in their default layout.

Summation Symbol Unicode Details

Technical specifications for the summation symbol:

Unicode code point: U+2211
Unicode name: N-Ary Summation
HTML entity: &sum; or &#8721;
CSS content: \2211
JavaScript: \u2211
LaTeX: \sum
UTF-8 encoding: E2 88 91
UTF-16 encoding: 2211

Note: U+2211 (N-Ary Summation) is specifically the mathematical operator, distinct from U+03A3 (Greek Capital Letter Sigma). While they look similar, they have different semantic meanings and may render differently in some fonts.

Summation vs Sigma — What Is the Difference?

This is a common point of confusion. The Greek capital letter sigma (Σ, U+03A3) and the summation symbol (∑, U+2211) look almost identical but are different Unicode characters with different purposes:

Σ (U+03A3) — The Greek capital letter sigma. Used when writing Greek text or referring to the letter itself. In math, it may appear in formulas involving sigma notation in a general sense.

∑ (U+2211) — The N-Ary Summation operator. Specifically designed for mathematical expressions denoting the sum of a series. It is typically rendered larger than the Greek sigma and is the correct choice for mathematical formulas.

For most practical purposes, they are interchangeable visually, but using the correct one ensures proper semantic meaning and accessibility.

Common Uses of the Summation Symbol

The summation symbol is used across many disciplines:

Mathematics: Used to express sums compactly. Series, sequences, polynomial expansions, and Taylor series all use ∑. It is foundational in algebra, calculus, and discrete mathematics.

Statistics: The summation symbol appears in virtually every statistical formula — mean, variance, standard deviation, covariance, and correlation all involve summation.

Probability: Used extensively in probability theory for calculating expected values, variances, and probability distributions over discrete outcomes.

Physics: Summation appears in mechanics, electromagnetism, and quantum physics. Forces, energies, and fields are often expressed as sums over multiple components.

Computer Science: Algorithm analysis uses summation for expressing time and space complexity. Loop operations in programming are essentially summation operations.

Finance: Used in calculating net present value, portfolio returns, and various actuarial calculations.

Summation Symbol in HTML and Programming

To display ∑ on a webpage, use one of these HTML entities:

Named entity: &sum; — renders as ∑ in all modern browsers.

Numeric entity: &#8721; — also renders as ∑ with full browser compatibility.

In JavaScript strings, use the Unicode escape: "\u2211" to insert ∑ programmatically.

In Python, you can use "\u2211" in strings or chr(8721) to produce the summation character.

Frequently Asked Questions

What is the Alt code for the summation symbol?
The Alt code is 228. Hold Alt and type 228 on the numeric keypad to get ∑.

Is ∑ the same as Σ?
Visually almost identical, but they are different Unicode characters. ∑ (U+2211) is the mathematical summation operator, while Σ (U+03A3) is the Greek capital letter sigma. Use ∑ for math and Σ for Greek text.

How do I use ∑ in Microsoft Excel?
Excel uses the SUM function rather than the ∑ symbol directly. However, you can insert ∑ as text using Insert → Symbol, or type Alt+228 in a cell. The AutoSum button on the toolbar displays ∑ as its icon.

Can I use the summation symbol on social media?
Yes. Copy ∑ and paste it into any social media post or bio. It works on Twitter/X, Instagram, Facebook, TikTok, LinkedIn, and all major platforms.