TypeThem
Concept · Guide

How To Type Math Symbols

Updated 17 Aug 2026 · by SKK · 3 platforms covered
1-minute answer

Math symbols split into two groups: a handful with classic Windows Alt-codes (±, ×, ÷) that work anywhere, and the rest (∑, ∫, ∈, ≠...) that need Character Map, the Word hex+Alt+X trick, or LaTeX commands in math-typesetting contexts.

01 Step by step, per platform

A real, followable procedure for every platform — not a thin restatement of the shortcut.

Alt-codable (legacy codepage)

  1. ± is Alt+0177, × (multiplication) is Alt+0215, ÷ (division) is Alt+0247 — all three sit in the legacy 256-character Windows-1252 set.

Everything else

  1. ≠ ≈ ≤ ≥ √ π ∞ ∑ ∫ ∂ ∇ ∈ ⊂ ∪ ∩ have no classic Alt-code — they're outside the legacy 256-character range.
  2. Use Character Map (Win+R → charmap) on Windows, Character Viewer (Control+Command+Space) on Mac, or type the hex code then Alt+X in Word.

Writing math documents

  1. In LaTeX, use the backslash commands (\sum, \int, \neq) — see the dedicated LaTeX symbol reference for the full list.
  2. In Word's built-in equation editor, most of these have their own toolbar buttons or autocorrect shortcuts (e.g. typing \neq converts automatically).

02 FAQ

Is there one input method that covers every math symbol?

Character Map (Windows) and Character Viewer (Mac) are the closest to universal — they can find any Unicode character by name, unlike Alt-codes which only cover a fixed legacy set.

Copied to clipboard