Utilities

Math & Logic Symbols - Alt Codes & Unicode

Copy and paste math symbols instantly. Find operators, Greek letters, arrows, and set notation. Alt codes and Unicode for Windows, Mac, and mobile devices.

Characters & shortcuts

Alt codes & Unicode table

CharacterNameAlt codeUnicodeCopy
less than or equalAlt + 243U+2264
greater than or equalAlt + 242U+2265
not equalUnicodeU+2260
approximately equalAlt + 247U+2248
infinityAlt + 236U+221E
summationUnicodeU+2211
productUnicodeU+220F
square rootAlt + 251U+221A
integralUnicodeU+222B
right arrowUnicodeU+2192
left arrowUnicodeU+2190
left right arrowUnicodeU+2194
°degreeAlt + 0176U+00B0
prime (minutes/feet)UnicodeU+2032
double prime (seconds/inches)UnicodeU+2033

Reference

Mathematical Symbols in Plain Text

These are the mathematical symbols that come up most often outside a formula editor — in emails, chat, documentation, spreadsheets and code comments, where LaTeX is unavailable and an image would be overkill. Each is a real Unicode character rather than an approximation, so ≤ is a single character, not a less-than sign followed by an equals sign.

Using the proper characters matters more than it appears. Writing <= or != is universally understood by programmers but reads as code rather than mathematics in prose, and it breaks screen readers, which announce ≤ as "less than or equal to" but read <= as two separate symbols. It also affects search: a document containing ≠ will not be found by a search for !=. In technical writing intended for humans, the real symbols are worth the small extra effort.

A few of these have close lookalikes that are worth distinguishing. The minus sign − (U+2212) is not the hyphen-minus - on your keyboard; it is wider and aligns with the digits, which is why properly typeset negative numbers look different from hyphenated ones. The multiplication sign × is not the letter x, and the division sign ÷ is not a slash. The prime ′ and double prime ″ mark feet and inches or minutes and seconds of arc, and they are not apostrophes or quotation marks — a common error in coordinates and measurements that makes text hard to parse and search.

The summation ∑ and product ∏ symbols have a subtlety: they are distinct characters from the Greek capital sigma Σ and pi Π, even though they look nearly identical in many fonts. Unicode separates them because they are mathematical operators rather than letters, and using the Greek letters instead breaks mathematical text processing and screen reader output. The same applies to the empty set ∅ versus the Danish and Norwegian letter ø.

On Windows, hold Alt with Num Lock on for the ones with codes: ° is Alt+0176, ± is Alt+0177, × is Alt+0215 and ÷ is Alt+0247. Most of the others have no Alt code and are best copied. On macOS, Option+comma gives ≤, Option+period gives ≥, Option+equals gives ≠, Option+X gives ≈, Option+5 gives ∞, Option+V gives √ and Option+B gives ∫. On Linux, Compose sequences cover several — Compose then < then = gives ≤. In Microsoft Word, typing the Unicode hex value then pressing Alt+X converts it in place, so 2264 then Alt+X gives ≤. For anything heavier than occasional symbols, LaTeX or MathML is the right tool; this table is for the cases where they are not available.

FAQ

Frequently Asked Questions

How do I type these on Windows?

Use Alt codes on a numpad (Num Lock on) for the listed codes; some require Unicode copy. When Alt codes fail, copy directly from this table.

How do I type them on Mac?

Many don’t have simple shortcuts—copy from this table. Degree is Option+Shift+8; arrows/symbols vary by layout.

Can I copy these symbols directly?

Yes—click Copy in the table and paste anywhere. No installation needed.

Do these work with any keyboard?

Yes. These are plain Unicode characters; paste into documents, chat, or code.

Why use ≤ instead of <=?

The real character reads as mathematics rather than code, is announced correctly by screen readers, and is findable in search. <= is fine in code but reads awkwardly in prose.

Is the minus sign the same as a hyphen?

No. The minus sign − (U+2212) is wider and aligns with digits; the keyboard hyphen-minus is narrower. Typeset mathematics uses the true minus.

Is ∑ the same as Greek capital sigma?

No. ∑ is a mathematical operator and Σ is a letter. They look alike but are different characters, and mixing them breaks maths processing and screen readers.

How do I enter these in Microsoft Word?

Type the Unicode hex value and press Alt+X to convert it in place. For example 2264 followed by Alt+X becomes ≤.