Quick answer
The Summation symbol is ∑. Copy it as Unicode text, or use \sum inside a LaTeX math environment. Its code point is U+2211.
Copy and code formats
| Format | Value | Best use |
|---|---|---|
| Unicode text | ∑ | plain text, labels, and search |
| LaTeX | \sum | equations and authoring systems |
| HTML entity | ∑ | web source |
| MathML | <mo>∑</mo> | semantic web mathematics |
Windows, macOS, and Word
- Windows: Use Character Map or enter U+2211 in a Unicode-aware app.
- macOS: Open Character Viewer with Control–Command–Space and search by name.
- Microsoft Word: Type \sum in an equation and press Space.
For a standalone character, direct Unicode is usually the simplest choice. For limits, fractions, matrices, scripts, or aligned equations, insert the symbol inside a native equation object or LaTeX expression so the surrounding structure remains editable.
LaTeX and web use
Use \sum in math mode. On a UTF-8 web page, the literal character ∑ is valid when it is only an isolated operator or label. Use MathML or a math renderer when the symbol participates in a structured expression.
Examples
\sum_{i=1}^{n}i\sum_{k=0}^{\infty}ar^k
Common mistakes
- Use the actual ∑ character (U+2211) when copying Summation; a look-alike letter, punctuation mark, emoji, or image can break search, accessibility, and mathematical parsing.
- When authoring LaTeX for Summation, enter \sum in math mode and confirm that it renders as ∑; pasting a visually similar glyph can change the notation or fail in another renderer.
- Verify that copy and paste preserves
U+2211rather than a visually similar character. - Define the local mathematical convention when
∑can have more than one meaning.
Which format should you choose?
Use Unicode for a single searchable character, LaTeX for editable authoring, and MathML or a native equation object for semantic structured mathematics. Test the final document, PDF, browser, or presentation rather than assuming every application uses the same shortcuts.
Choose the input method for this task
For how to type summation symbol, first decide whether the destination needs one searchable Unicode character or a structured equation. Copy the Unicode character for prose, labels, filenames, and search fields. Use the documented LaTeX command or a native equation object when scripts, fractions, limits, or scalable delimiters are part of the expression.
Verify the exact character
- Paste the result into the real destination, not only a preview field.
- Inspect the Unicode code point or equation source so a look-alike cannot pass unnoticed.
- Reopen the exported document and test selection, search, and copy-and-paste behavior.
- When the symbol has several field-specific meanings, define the intended meaning beside its first use.
Troubleshoot a failed input
If the shortcut remains literal text, confirm that the cursor is inside the correct equation mode. If a missing-glyph box appears, switch to a font with the required character. If export changes the character, compare the source before and after export and use the Unicode value or structured equation source as the reference.
How this guide was checked
Review method: Intent alignment review, notation/source verification, worked-example check, cross-format rendering review, and duplicate-content comparison for How to Type the Summation Symbol
Verified against: Official standards, primary documentation, and the page-specific sources listed below
What changed: Removed repeated sitewide boilerplate and added content-type-specific decision, verification, and applicability guidance for this exact task.
Page purpose: how to type summation symbol — Complete a practical symbol input or software task
Automated quality check: Passed critical indexing checks.
Verification references
These primary standards and official documentation pages were used to check character identity, syntax, or platform behavior described above.
- The Unicode StandardUnicode Consortium — Character identity, encoding, names, and conformance.
- Unicode Character Code ChartsUnicode Consortium — Code points and official character charts.
- Unicode Technical Report #25: Unicode Support for MathematicsUnicode Consortium — Mathematical character usage, variants, and notation support.
- LaTeX Project DocumentationThe LaTeX Project — LaTeX syntax, authoring model, and official documentation links.