Quick answer
For a single symbol, copy it from a trusted reference or use Character Map. In Microsoft Word, you can often type a hexadecimal Unicode value and press Alt+X, or insert an equation and enter a supported command such as \pi or \sqrt{x}.
For full equations, use Word’s equation editor, LaTeX, MathML, or another structured math editor. Do not build a complex equation from unrelated text characters and spaces.
Common Windows math symbols
| Meaning | Symbol | Word hexadecimal input | LaTeX |
|---|---|---|---|
| Pi | π | 03C0, then Alt+X | \pi |
| Infinity | ∞ | 221E, then Alt+X | \infty |
| Square root | √ | 221A, then Alt+X | \sqrt{x} |
| Not equal | ≠ | 2260, then Alt+X | \ne |
| Less than or equal | ≤ | 2264, then Alt+X | \le |
| Greater than or equal | ≥ | 2265, then Alt+X | \ge |
| Plus or minus | ± | 00B1, then Alt+X | \pm |
| Degree | ° | 00B0, then Alt+X | ^\circ |
Alt+X is associated with compatible Microsoft Office text fields. It is not a universal Unicode input shortcut for every Windows application.
Use Character Map
- Open the Start menu and search for Character Map.
- Select a font that contains mathematical symbols.
- Enable the advanced view when you need more search options.
- Search by character name or browse the relevant range.
- Select, copy, and paste the character.
Check the displayed character name when several symbols look similar. The minus sign −, hyphen-minus -, and en dash – are different characters.
Use Alt+X in Microsoft Word
Type the hexadecimal Unicode code without U+, then press Alt+X.
Examples:
221E+Alt+X→ ∞2260+Alt+X→ ≠03B8+Alt+X→ θ
Pressing Alt+X again can convert the character back to its code. If the cursor is beside other hexadecimal characters, select the code first so Word knows which sequence to convert.
Use Word’s equation editor
Insert an equation before typing LaTeX-style or UnicodeMath input. Examples:
\frac{a+b}{c}
\sqrt{x^2+y^2}
\sum_{i=1}^{n} i
Press Space after supported commands when Word requires conversion. Word is not a complete TeX distribution, so package-specific commands may not work. Use the supported equation syntax and inspect the result.
Use the touch keyboard and symbol panels
Windows input panels can expose common symbols, but coverage and layout vary. They are useful for frequently used characters, not for locating a precise advanced operator or building a structured equation.
When exact identity matters, use Character Map, Word Unicode conversion, or copy from a page that shows the Unicode value.
Numeric Alt codes are not universal Unicode input
Traditional numeric Alt codes are often repeated in shortcut lists, but their output can depend on the keyboard state, application, and legacy code page. A number that produces a symbol in one field may produce a different character or nothing in another.
Prefer these methods in order:
- native equation input for equations;
- Word
Alt+Xfor known Unicode values in Word; - Character Map or copy-paste for standalone text symbols.
Use math symbols in browsers, code, and Markdown
For plain UTF-8 text, paste the literal Unicode character. For structured math in Markdown, use the syntax supported by the site’s renderer, often LaTeX delimiters or fenced math blocks.
For HTML source:
<span>πr²</span>
<span>πr²</span>
For a real fraction, root, matrix, or aligned expression, use MathML or a math-rendering library rather than attempting to imitate layout with text.
Troubleshooting
- A square appears instead of the symbol: the selected font may not contain the glyph.
Alt+Xdoes nothing: the current application may not support Word-style Unicode conversion.- A LaTeX command remains visible: enter it inside an equation object and confirm the supported input format.
- The symbol changes in PDF export: inspect font substitution and embedded-font behavior.
- A copied operator behaves strangely in code: check the Unicode code point; it may be a look-alike character.
Best method by task
Use copy-paste or Character Map for one symbol. Use Word Alt+X when you know the code point and are working in Word. Use the equation editor or LaTeX for fractions, matrices, radicals, sums, and other structured expressions. Verify the final document rather than assuming the input method guarantees portable output.
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 Math Symbols on Windows
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: math symbols on windows — Enter mathematical symbols and equations in Windows applications
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.
- LaTeX Project DocumentationThe LaTeX Project — LaTeX syntax, authoring model, and official documentation links.
- Linear format equations using UnicodeMath and LaTeX in WordMicrosoft Support — Word equation input using UnicodeMath and LaTeX.
- Insert ASCII or Unicode Latin-based symbols and charactersMicrosoft Support — Finding and inserting special characters in Windows.