Home » Tech Tips » Shortcuts » Alt Code Keyboard Shortcuts for Planet Symbols

Alt Code Keyboard Shortcuts for Planet Symbols

Earlier days, we used to study that our solar system has nine planets. There are numerous religious references and astrological zodiac charts available based on nine planets system. However, as per the International Astronomical Unit (IAU), Pluto is considered as dwarf planet and is no more counted as a planet. Keeping those stuffs aside, the surprising fact is that all these planets have a symbol which you can type with keyboard. Though your regular keyboard layout may not support on this, you can easily type planet symbols using alt code keyboard shortcuts.

Summary: Alt Code Shortcuts for Planets Symbols

Here is a display of all planet symbols including Pluto along with the summary of Windows and Mac keyboard shortcuts. The four digit codes under “Windows” column is a decimal number while the codes under “Mac” column is in hexadecimal format (hex code).

Planet SymbolDescriptionWindowsMac
MercuryAlt + 9791Option + 263F
VenusAlt + 9792Option + 2640
EarthAlt + 9793Option + 2641
MarsAlt + 9794Option + 2642
JupiterAlt + 9795Option + 2643
SaturnAlt + 9796Option + 2644
UranusAlt + 9797Option + 2645
NeptuneAlt + 9798Option + 2646
PlutoAlt + 9799Option + 2647

Read on further to understand how to use these keyboard shortcuts on various platforms/apps.

1. Type Planet Symbols in Windows Computers

Microsoft Windows offers multiple ways to insert these planet symbols. Though these methods work on all Windows based applications, the display may vary based on the application and character encoding you use.

1.1. Using Alt + Decimal Code

This method works only when you have a separate number pad in your keyboard layout.

  • Press the alt key and hold.
  • Type the decimal numbers using number pad.
  • Leave the alt key.
  • For example, alt + 9793 will make an Earth symbol like .

1.2. Hex Code + Alt X

This method works only in Microsoft Word and you do not need a separate number pad for this.

  • Type the hexadecimal code in Word.
  • Immediately press alt and then x keys together.
  • This will toggle the code into a symbol.
  • For example, 2644 + Alt X will produce Saturn symbols like ♄.  

2. Type Planet Symbols in Mac

On macOS, you can either use option key shortcuts or use Character Viewer app.

2.1. Use Option Key with Unicode Hex Input

  • First, change the input method to Unicode Hex Input.
  • Hold one of the option keys.
  • Type the hexadecimal numbers from the above table for the planet symbol you want to type.
  • Leave the option key when you see the symbol.
  • For example, option + 2646 will make the Neptune symbol like ♆.

2.2. Try Character Viewer App

You can use the Character Viewer app in Mac to insert planet symbols in any app.

  • Open the app where you want to insert the symbol.
  • Go to “Edit > Emoji & Symbols” from top menu.
  • This will open Character Viewer app and type the planet name in the search box to filter relevant symbols.
  • Double click on the symbol to insert in the cursor’s position.
Find Planet Symbol in Character Viewer App
Find Planet Symbol in Character Viewer App

3. Inserting Planet Symbols in Web Documents

If you want to insert planet symbols in HTML webpage, you can use either decimal or hexadecimal code in the following format.

<span>&#9794;</span>
<span>&#x2642;</span>

Alternatively, you can use the hexadecimal code in CSS like below:

li:before {
	content:\2645;
	font-family:Arial;
}

Planets Symbols Shortcuts Image

Below is the image reference of alt code keyboard shortcuts for planet symbols. You can right-click on the image and save it to your computer for offline use.

Alt Code Keyboard Shortcuts for Planet Symbols
Alt Code Keyboard Shortcuts for Planet Symbols

Other Planets Related Symbols

In addition to the planet symbols, you can type Moon symbol ☾ using Alt + 9790 and Sun symbol ☼ using Alt + 9788. You can also check out weather related symbols which include Earth and globe related emoji.

Leave a Comment

Your email address will not be published. Required fields are marked *