Insert any Unicode symbol into Word, Excel or Google Docs using Alt+X, the Symbol dialog, autocorrect and the formulas that survive a spreadsheet.
The short version
Start here if you only have one minute. The full guide below explains each point.
One shortcut covers Word
Type the code, then press Alt and X.
Excel needs a formula
UNICHAR turns a number into the character you want.
Keep data columns plain
Fancy letters break lookups and sorting.
01
The one Word shortcut worth knowing
Type a character's hexadecimal code point, then press Alt and X together. Word replaces the digits with the character. Type 2665 then Alt+X and you get a heart suit.
It needs no numeric keypad, which makes it the only reliable method on a laptop. Pressing Alt+X again with the cursor after a character reverses it and shows you the code, so it doubles as a way to identify what you are looking at.
- Type the hex code, press Alt+X
- Press Alt+X after a character to see its code
- Works in Word and Outlook, not in Excel
02
The Symbol dialog and autocorrect
Insert then Symbol opens a browsable grid with a search box and a subset filter. It also shows any existing shortcut for the character you select.
For a symbol you use constantly, add it to autocorrect. Map a short trigger such as (deg) to the degree sign once, and it appears as you type from then on.
03
Excel is different
Alt+X does not work in Excel. Use Insert then Symbol, or the UNICHAR formula, which takes a decimal code point and returns the character. UNICHAR(9829) gives a heart suit.
UNICODE does the reverse, returning the code point of the first character in a cell. That pairing is useful for auditing a column that contains characters you did not expect.
- UNICHAR(9829) returns the character
- UNICODE(A1) returns the first code point
- Alt+X does not work in Excel
04
Symbols in spreadsheet data
Keep decorative characters out of any column you sort, filter, join or look up. A styled letter is not the letter it resembles, so VLOOKUP and exact matches quietly fail against it.
Symbols are fine in headers, notes and display columns. Keep the machine-readable value in a separate plain column.
✦If a lookup fails on data that looks identical, check for invisible characters and styled letters before you check your formula.
05
Google Docs and Sheets
Google Docs has Insert then Special characters, with search and a draw-to-find panel that is genuinely useful when you do not know the name. It also supports substitution rules, which behave like Word's autocorrect.
Google Sheets has no Symbol dialog, but it supports the same UNICHAR and UNICODE formulas as Excel, and it defaults to UTF-8 so pasted symbols survive better than in a Windows CSV import.
06
Exporting to PDF
A PDF embeds a subset of each font containing only the characters it believes are used. A symbol drawn from a fallback font sometimes fails to embed and arrives as a blank box in the exported file.
Always check the exported PDF rather than the editor. If a character drops, switch it to one from a font you have explicitly applied.
Insertion methods by application
Each method was checked in the current desktop applications on August 3, 2026.
| Application | Best method | Also available |
|---|---|---|
| Microsoft Word | Type hex code, press Alt+X | Insert → Symbol; autocorrect entries |
| Microsoft Excel | UNICHAR(decimal) formula | Insert → Symbol |
| Google Docs | Insert → Special characters | Substitution rules; draw-to-find panel |
| Google Sheets | UNICHAR(decimal) formula | Paste from another source |
Alt+X is a Word feature, not a Windows one. It does not work in Excel, and there is no equivalent shortcut there.
07
Copy the symbols discussed in this guide
This guide explains the topic. Use currency symbols for the main copyable set, compare it with unit symbols, and browse punctuation symbols for another useful angle. Each collection includes searchable Unicode names and HTML references.
08
Questions, answered
How do I type a symbol in Word without a numeric keypad?+
Type the hexadecimal code point and press Alt+X. It needs no keypad and works throughout Word.
Why does Alt+X not work in Excel?+
Excel does not support it. Use Insert then Symbol, or the UNICHAR formula with the decimal code point.
Why do my symbols disappear when I export to PDF?+
The PDF embedded a font subset that did not include the character. Apply a font that has the glyph and export again.
09
Sources and review notes
Recommendations were checked against published platform, Unicode and accessibility guidance. This is a standards review, not a claim of testing every screen reader, app or device combination.
