Google Sheets doesn’t have a built-in “Insert Symbol” menu like Microsoft Word, but there are three reliable ways to add symbols and special characters to a cell. The CHAR function is the fastest if you know the Unicode number. Copying from Google Docs works on any device. Alt codes work on Windows only.

This guide covers all three methods, plus shortcuts for Mac and Chromebook, and a reference table of common Unicode codes you can drop into the CHAR function.

Method 1: Use the CHAR Function (Fastest, Works Everywhere)

The CHAR function is the native Google Sheets way to insert a symbol. It takes a Unicode number and returns the matching character. It works on Windows, Mac, Chromebook, and the mobile app.

Syntax:

=CHAR(number)

Example: To insert a copyright symbol (ยฉ), type this into a cell:

=CHAR(169)

The cell will display: ยฉ

You can also wrap the function around text to combine a symbol with a label:

=CHAR(8364) & " 100"

That returns: โ‚ฌ 100

Common CHAR examples:

  • =CHAR(8364) โ†’ โ‚ฌ (Euro)
  • =CHAR(8482) โ†’ โ„ข (Trademark)
  • =CHAR(174) โ†’ ยฎ (Registered)
  • =CHAR(176) โ†’ ยฐ (Degree)
  • =CHAR(8730) โ†’ โˆš (Square root)
  • =CHAR(10003) โ†’ โœ“ (Check mark)

Tip: If you already have a symbol in another cell and want to know its Unicode number, use =UNICODE(A1). That returns the decimal code, which you can then plug into CHAR elsewhere.

A full reference table is in the CHAR code reference section below.

Method 2: Copy a Symbol From Google Docs

If you don’t know the Unicode number for a symbol, the easiest workaround is to grab it from Google Docs and paste it into your sheet. Docs has a full character picker. Sheets does not.

STEP 1: Open a blank Google Doc.

Opening a blank Google Docs file to access the special character picker for Google Sheets

STEP 2: Click Insert > Special characters.

Opening the Special characters menu in Google Docs to find symbols for Google Sheets

The special characters dialog opens.

Google Docs special characters dialog showing symbol categories for use in Google Sheets

STEP 3: Pick a category from the left dropdown (Symbol, Punctuation, Arrow, Math, Currency, Emoji, etc.).

Choosing a special character category in Google Docs

STEP 4: Pick a subcategory from the right dropdown. For example, picking Symbol > Arrows shows arrow characters.

Arrow special characters available in the Google Docs character picker

STEP 5: Click the symbol you want. It gets inserted into your Doc.

Selecting an arrow symbol in the Google Docs special characters dialog to copy into Google Sheets

STEP 6: Highlight the symbol in your Doc and press Ctrl + C (or โŒ˜ + C on Mac).

STEP 7: Switch to your Google Sheet, click the destination cell, and press Ctrl + V (or โŒ˜ + V on Mac).

Arrow symbol pasted into a Google Sheets cell

The same workflow handles emojis. Pick the Emoji category in the Docs dialog and copy-paste from there.

Selecting an emoji in the Google Docs character picker
Emoji pasted into a Google Sheets cell

Method 3: Use Alt Codes (Windows Only)

Alt codes let you type a symbol by holding the Alt key and entering a number on the numeric keypad. They work in Google Sheets, but only on Windows with a numeric keypad. They do not work on Mac, Chromebook, or laptop keyboards without a number pad.

How to use Alt codes in Google Sheets:

  1. Click the cell where you want the symbol.
  2. Press F2 to enter edit mode.
  3. Hold Alt, type the number on the numeric keypad, then release.

Common Alt codes:

Alt code Symbol Description
Alt + 1 โ˜บ Smiley face (outline)
Alt + 2 โ˜ป Smiley face (filled)
Alt + 3 โ™ฅ Heart
Alt + 4 โ™ฆ Diamond
Alt + 5 โ™ฃ Club
Alt + 6 โ™  Spade
Alt + 7 โ€ข Bullet
Alt + 8 โ—˜ Inverse bullet
Alt + 9 โ—‹ Open circle
Alt + 16 โ–บ Right-pointing triangle
Alt + 17 โ—„ Left-pointing triangle
Alt + 18 โ†• Up-down arrow
Alt + 19 โ€ผ Double exclamation
Alt + 24 โ†‘ Up arrow
Alt + 25 โ†“ Down arrow
Alt + 26 โ†’ Right arrow
Alt + 27 โ† Left arrow
Alt + 29 โ†” Left-right arrow
Alt + 30 โ–ฒ Up-pointing triangle
Alt + 31 โ–ผ Down-pointing triangle

If Alt codes aren’t working: make sure Num Lock is on, you’re using the numeric keypad (not the row of numbers above the letters), and the cell is in edit mode. On laptops without a number pad, use Method 1 (CHAR) or Method 2 (Google Docs) instead.

Mac and Chromebook Shortcuts

Alt codes don’t work on Mac or Chromebook, but each platform has its own built-in symbol picker.

Mac:

  1. Click the cell and press F2 to enter edit mode.
  2. Press Control + Command + Space to open the Character Viewer.
  3. Search for the symbol or browse by category.
  4. Double-click the symbol to insert it.

Chromebook:

  1. Click the cell and press F2 to enter edit mode.
  2. Hold Ctrl + Shift and press U. A lowercase “u” appears.
  3. Type the four-character hex Unicode code (for example, 00b0 for the degree symbol).
  4. Press Enter or Space.

The CHAR function (Method 1) is the easier cross-platform option if you find yourself doing this often.

CHAR Code Reference: Common Symbols

These work in any cell as =CHAR(number), on any device.

Symbol CHAR code Description
ยฉ 169 Copyright
ยฎ 174 Registered trademark
โ„ข 8482 Trademark
ยฐ 176 Degree
ยฑ 177 Plus-minus
ร— 215 Multiplication
รท 247 Division
โ‰  8800 Not equal
โ‰ˆ 8776 Approximately equal
โ‰ค 8804 Less than or equal
โ‰ฅ 8805 Greater than or equal
โˆš 8730 Square root
โˆž 8734 Infinity
ฯ€ 960 Pi
$ 36 Dollar
โ‚ฌ 8364 Euro
ยฃ 163 Pound
ยฅ 165 Yen
ยข 162 Cent
โ†‘ 8593 Up arrow
โ†“ 8595 Down arrow
โ† 8592 Left arrow
โ†’ 8594 Right arrow
โœ“ 10003 Check mark
โœ— 10007 X mark
โ˜… 9733 Star (filled)
โ˜† 9734 Star (outline)
โ€ข 8226 Bullet
โ™ฅ 9829 Heart
โ™ฆ 9830 Diamond

For symbols not on this list, the official Unicode website has a full lookup tool. Find the symbol, grab its decimal code, and plug it into CHAR().

Infographic poster titled โ€œGoogle Sheets Symbols Cheat Sheetโ€ Subtitle reads: โ€œUse =CHAR(number) to insert any of these into a cell.โ€

The design has a white background with dark charcoal text, green section headers, and blue symbol icons. Content is organized into five sections in a clean two-column grid. Each entry shows a large symbol, its CHAR code in a gray rounded label, and a short description.

Math & Logic section:
Check mark CHAR(10003) task complete; X mark CHAR(10007) failed/rejected; plus-minus CHAR(177) tolerances/ranges; multiplication CHAR(215); division CHAR(247); not equal CHAR(8800); less than or equal CHAR(8804); greater than or equal CHAR(8805); square root CHAR(8730); approximately equal CHAR(8776).

Arrows section:
Up arrow CHAR(8593) trending up; down arrow CHAR(8595) trending down; right arrow CHAR(8594) next step; left arrow CHAR(8592) back; solid up triangle CHAR(9650) KPI increase; solid down triangle CHAR(9660) KPI decrease.

Currency section:
Euro CHAR(8364); pound CHAR(163); yen CHAR(165); cent CHAR(162).

Legal & Business section:
Copyright CHAR(169); registered CHAR(174); trademark CHAR(8482).

Misc section:
Degree CHAR(176); bullet CHAR(8226); infinity CHAR(8734); pi CHAR(960); star CHAR(9733); star outline CHAR(9734).

Footer text reads โ€œSpreadsheet Pointโ€

How to Insert the Same Symbol Into Multiple Cells

Once you’ve added a symbol to one cell, the fastest way to repeat it down a column is the fill handle:

  1. Click the cell with your symbol.
  2. Hover over the small blue square in the bottom-right corner of the cell. The cursor turns into a crosshair.
  3. Click and drag down through the cells you want to fill.

If you used the CHAR function, you can copy the formula instead of the result. Either way the symbol appears in every cell.

Which Method Should You Use?

Method Best for Works on
CHAR function Symbols you use often or in formulas Windows, Mac, Chromebook, mobile
Copy from Google Docs One-off symbols, browsing by category Any device
Alt codes Quick typing if you have a number pad Windows only
Mac Character Viewer Browsing symbols on Mac Mac only
Chromebook Unicode entry Quick hex entry on Chromebook Chromebook only

For most people: use Method 2 (Google Docs) for one-time symbols and switch to Method 1 (CHAR) once you find yourself reaching for the same symbol repeatedly.

Frequently Asked Questions

What’s the easiest way to insert a symbol in Google Sheets?

For a one-off symbol, copy it from Google Docs and paste it into your sheet (Method 2). For a symbol you’ll use repeatedly, the CHAR function is faster: =CHAR(169) returns ยฉ, =CHAR(8364) returns โ‚ฌ, and so on.

How do I use the CHAR function to insert symbols in Google Sheets?

Type =CHAR(number) in a cell, where number is the Unicode decimal code for the symbol. For example, =CHAR(176) returns the degree symbol (ยฐ), and =CHAR(10003) returns a check mark (โœ“). You can combine CHAR with text using &: =CHAR(8364) & "50" returns โ‚ฌ50.

Do Alt codes work in Google Sheets on Mac or Chromebook?

No. Alt codes are a Windows-only feature and require a numeric keypad. On Mac, use Control + Command + Space to open the Character Viewer. On Chromebook, hold Ctrl + Shift + U, type the four-character hex code, and press Enter. Or use the CHAR function, which works on every platform.

How do I insert the same symbol into multiple cells at once?

Add the symbol to one cell, then click and drag the fill handle (the blue square in the bottom-right corner of the cell) down or across to copy it. If you used =CHAR(), the formula will copy and produce the symbol in every cell.

How do I find the Unicode number for a symbol?

Two ways: (1) If the symbol is already in a cell, run =UNICODE(A1) to get its decimal code. (2) Look it up on the official Unicode website or any Unicode character lookup tool. Once you have the decimal number, plug it into =CHAR(number).

Can you insert icons in Google Sheets?

Not directly through a built-in icon menu, but you can paste any Unicode symbol or emoji into a cell, and you can insert images directly into a cell using Insert > Image > Image in cell. For icon-style visuals, that’s usually the better option.

Summary

Three methods cover almost every case for inserting symbols and special characters in Google Sheets:

  • CHAR function โ€” fastest, works on every device, best for symbols you use often.
  • Copy from Google Docs โ€” easiest if you don’t know the Unicode number; works anywhere.
  • Alt codes โ€” handy on Windows with a numeric keypad; doesn’t work on Mac or Chromebook.

Save the CHAR reference table above and you’ll rarely need to leave Sheets to grab a symbol.

Related Guides