Keyboard Shortcuts for Symbols: Full Cheat Sheet

Keyboard shortcuts for symbols work two ways. On Windows, hold Alt and type a number on the numeric keypad. On Mac, hold Option and a letter. A bullet • is Alt+0149 on Windows or Option+8 on Mac. The cheat sheet below covers 30-plus symbols across both systems, plus Word, phones, Chromebook, and the web.

Two rules save you from most mistakes. Alt codes always take a decimal number; the Unicode point is hex and does not go into an Alt code. And the leading zero matters: Alt+0169 gives ©, Alt+169 gives ®. More on both below the table.

The symbol cheat sheet

SymbolNameWindows Alt (decimal)MacHTMLUnicode (hex)
EuroAlt+0128Option+Shift+2€U+20AC
£PoundAlt+0163Option+3£U+00A3
¥YenAlt+0165Option+Y¥U+00A5
¢CentAlt+0162Option+4¢U+00A2
BulletAlt+0149Option+8•U+2022
En dashAlt+0150Option+-–U+2013
Em dashAlt+0151Option+Shift+-—U+2014
EllipsisAlt+0133Option+;…U+2026
§SectionAlt+0167Option+6§U+00A7
PilcrowAlt+0182Option+7¶U+00B6
©CopyrightAlt+0169Option+G©U+00A9
®RegisteredAlt+0174Option+R®U+00AE
TrademarkAlt+0153Option+2™U+2122
°DegreeAlt+0176Option+Shift+8°U+00B0
×MultiplyAlt+0215Viewer×U+00D7
÷DivideAlt+0247Option+/÷U+00F7
±Plus-minusAlt+0177Option+Shift+=±U+00B1
µMicroAlt+0181Option+MµU+00B5
Not equalAlt+8800Option+=≠U+2260
Less-equalAlt+8804Viewer≤U+2264
Greater-equalAlt+8805Viewer≥U+2265
InfinityAlt+8734Option+5∞U+221E
Square rootAlt+8730Option+V√U+221A
πPiAlt+960Option+PπU+03C0
Right arrowAlt+8594Viewer→U+2192
Left arrowAlt+8592Viewer←U+2190
Up arrowAlt+8593Viewer↑U+2191
Down arrowAlt+8595Viewer↓U+2193
Check marknone (see note)Viewer✓U+2713
Cross marknone (see note)Viewer✗U+2717
StarAlt+9733Viewer★U+2605
Ballot boxAlt+9744Viewer☐U+2610
HeartAlt+3 / Alt+9829Viewer♥U+2665
SpadeAlt+6 / Alt+9824Viewer♠U+2660
“Viewer” means no simple key combo. Use the Mac Character Viewer or the copy bar above. ✓ and ✗ live in neither Windows Alt-code table; use Word’s Alt+X or paste.

Keyboard shortcuts for symbols on Windows

Alt codes need the numeric keypad, not the number row. Hold Alt, type the decimal digits, release Alt. No keypad? See the Alt key command guide for laptop workarounds, or browse the Alt Codes Finder.

  1. Turn on Num Lock.
  2. Hold Alt and type the number (keep the leading zero where shown).
  3. Release Alt. The symbol appears.

Two gotchas. Four-digit codes above 255 (like Alt+8594 for →) only work in apps with full Unicode support such as Word and WordPad; plain Notepad may show the wrong glyph. And zero-less codes like Alt+3 for ♥ read from your machine’s OEM code page, so they can differ by region. The leading-zero form is the reliable one. For the whole set, see the full Alt code list for Windows.

No code memorized? Press Win+. for the emoji and symbol panel, or open Character Map (search “charmap”) and double-click.

Mac Option shortcuts

Mac has no Alt codes. It uses Option-key combinations, shown in the Mac column above. Hold Option (or Option+Shift) and press the listed key. For anything marked “Viewer,” press Ctrl+Cmd+Space to open the Character Viewer, search by name, and double-click. The Mac Alt code guide covers the Unicode Hex Input layout if you want number-based entry.

Word and PowerPoint

Word has the fastest method for the four-digit symbols: type the hex code, then press Alt+X. For → that is 2192 then Alt+X. This works in Word, Outlook, and OneNote, but not in Excel, PowerPoint, or Google Docs.

  • Insert > Symbol > More Symbols gives a searchable grid. The same route works in PowerPoint.
  • Set an AutoCorrect entry (File > Options > Proofing) to swap a code like (c) for a symbol you type often. To drop emoji into a doc, see how to insert emojis in Word.

Excel and Google Sheets

Alt+X does nothing in a spreadsheet. Use a formula instead. In Excel, =UNICHAR(8594) returns → (decimal code point), or use Insert > Symbol. Google Sheets has no Insert Symbol menu at all; use =UNICHAR(8594) or =CHAR(), then paste the result as a value. To use an OS input method inside a Sheets cell, press F2 first to enter edit mode.

Google Docs

Go to Insert > Special characters. Search by name, or draw the shape in the box to find it. There is no Alt-code entry in Docs, so this menu or a paste is the way in.

iPhone and Android

Long-press a related key to reveal variants: hold the currency key for € £ ¥, or a letter to get its accents. Tap the 123 then #+= keys for punctuation and math. For a symbol you use daily, set a text replacement (iOS: Settings > General > Keyboard > Text Replacement; Android: Personal dictionary) so a shortcut like “tm” expands to ™.

Chromebook

ChromeOS has no Alt codes, and a USB numpad will not change that. Use Ctrl+Shift+U, then the hex code, then Enter or Space. Type the code only, no U+ prefix. An underlined u confirms input mode. There is also a picker at Launcher+Shift+Space (a dedicated Quick Insert key on newer models). If a web field intercepts the shortcut, paste instead.

Notion, Slack, Discord, and Canva

None of these has a symbol keyboard shortcut of its own. Paste from the copy bar above. Slack and Discord accept :shortcodes for emoji (:heart:), but for text symbols like § or →, paste is the answer. In Canva, use the text tool and paste. The durable fix everywhere is a system-level text replacement, set once and synced across apps.

HTML and CSS

On the web, use the entity from the table. Named entities read best (→), and numeric works too, in decimal (→) or hex (→, note the x). In CSS content, escape with a backslash and the hex point: content: "\2192";. No leading U+, no semicolon.

When a shortcut gives the wrong symbol

  • Wrong character on Windows: check the leading zero. Alt+0151 is an em dash; Alt+151 is a box-drawing line. Alt+0169 is ©; Alt+169 is ®.
  • Different result on a UK or Australian PC: zero-less codes read from the local OEM code page (CP850 there, CP437 in the US), so they vary. Switch to the leading-zero form.
  • Alt+8594 fails in Notepad: that app lacks full Unicode Alt-code support. Use Word’s Alt+X or paste.
  • Box, ?, or tofu (□): the current font has no glyph for that character. Switch to a broad font like Segoe UI Symbol, Arial Unicode MS, or Noto.

Related guides

Frequently asked questions

Why does a symbol look like a color emoji on my phone but plain black on my laptop?

Some symbols (hearts, stars, arrows, card suits) are classed as emoji in Unicode, so the phone shows color and the desktop shows monochrome. Nothing is broken. To force one look, add a variation selector: U+FE0E after the character forces monochrome text, U+FE0F forces color everywhere.

Do these shortcuts change on a UK or European keyboard?

Leading-zero Alt codes (Alt+0128 and up) are the same everywhere. Zero-less codes read from the local OEM code page and can differ. Mac Option shortcuts vary by layout, so € may sit on Option+2 rather than Option+Shift+2. When in doubt, use the leading-zero form or the Character Viewer.

Why does Alt+8594 work in Word but not in Notepad?

Codes above 255 require an app that supports Unicode Alt entry. Word and WordPad do; older Notepad does not and may print the byte 8594 wraps to. Use Word’s Alt+X with the hex code, or paste the symbol.

What is the difference between Alt+0169 and Alt+169?

The leading zero picks the character table. Alt+0169 reads from Windows-1252 and gives © (copyright). Alt+169 reads from the OEM table and gives ® (registered) on a US machine. For documents, always use the leading-zero form.

Is there a faster way to reuse a symbol I type constantly?

Yes. On Windows, use Word’s AutoCorrect. On Mac, iPhone, and Android, set a Text Replacement so a trigger like “deg” expands to °. It syncs across apps, including Slack, Notion, and Canva where no native shortcut exists.

Leave a Comment