Utilities
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
| Character | Name | Alt code | Unicode | Copy |
|---|---|---|---|---|
| ≤ | less than or equal | Alt + 243 | U+2264 | |
| ≥ | greater than or equal | Alt + 242 | U+2265 | |
| ≠ | not equal | Unicode | U+2260 | |
| ≈ | approximately equal | Alt + 247 | U+2248 | |
| ∞ | infinity | Alt + 236 | U+221E | |
| ∑ | summation | Unicode | U+2211 | |
| ∏ | product | Unicode | U+220F | |
| √ | square root | Alt + 251 | U+221A | |
| ∫ | integral | Unicode | U+222B | |
| → | right arrow | Unicode | U+2192 | |
| ← | left arrow | Unicode | U+2190 | |
| ↔ | left right arrow | Unicode | U+2194 | |
| ° | degree | Alt + 0176 | U+00B0 | |
| ′ | prime (minutes/feet) | Unicode | U+2032 | |
| ″ | double prime (seconds/inches) | Unicode | U+2033 |
Reference
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
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.
Many don’t have simple shortcuts—copy from this table. Degree is Option+Shift+8; arrows/symbols vary by layout.
Yes—click Copy in the table and paste anywhere. No installation needed.
Yes. These are plain Unicode characters; paste into documents, chat, or code.
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.
No. The minus sign − (U+2212) is wider and aligns with digits; the keyboard hyphen-minus is narrower. Typeset mathematics uses the true minus.
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.
Type the Unicode hex value and press Alt+X to convert it in place. For example 2264 followed by Alt+X becomes ≤.