How to | Type a Greek Letter
| Mathematica allows Greek letters to be integrated into symbol names, strings, graphics, and text. Greek letters can be input from palettes or by using keyboard shortcuts. | |
This is a selection of examples from the complete
"How to" screencast. »
There are two main ways to type any special character in
Mathematica. You can use its full name or its alias.
To type a Greek letter (or any character) by its full name, start with a backslash and an open square bracket, followed by the name of the character:
Finish the character by typing a closing square bracket. As soon as you type the closing square bracket, the special character will be displayed:
Here, the Greek letters beta and gamma are also entered. Note that like all built-in
Mathematica functions, the names of the special characters are capitalized:
Finish typing gamma by entering the closing square bracket:
To type capital Greek letters, use the prefix

. So to type a capital delta, you would type the following, but also include the closing square bracket:
The other way to type a special character is by using its alias. An alias is usually a shorter way to type the character, which can often be more convenient.
To type an alias, press
Esc alias Esc, where
alias represents the specific alias for the character you are entering. Much like the closing square bracket above, as soon as you press the
Esc key a second time, the alias will display as the special character.
Mathematica interprets the
Esc key as a series of three vertical dots. Here, the alias for alpha is entered without the second
Esc key being pressed:
Aliases for Greek letters are the letters of the English alphabet. So alpha can be typed as
Esc a Esc, beta can be typed as
Esc b Esc, and gamma can be typed as
Esc g Esc. Here, the alias for gamma is entered without the second
Esc key being pressed:
The corresponding capital Greek letters can be typed with capitalized aliases, such as
Esc A Esc for capital alpha, and so on. The alias for capital alpha is entered here without the second
Esc key being pressed:
A Greek letter in
Mathematica can also be entered by using its HTML name as an alias. So if you happen to know that α is the HTML command for alpha, you can type
Esc α Esc to enter it in
Mathematica.
Here, the HTML alias for alpha is entered without the second
Esc key being pressed:
The Greek letters are also all listed on the palette, along with their full names and primary aliases.
Open the palette from the menu:
If you mouse over a character, a tooltip will show the alias you can use to type in the character:
You can also enter a character directly from the palette by clicking it.