Table of Greek Codes

In the table below, the codes to insert into the function's data string are shown in the blue column.

MISCELLANEOUS
space _ 32
breathing h´ 180
SMALL LETTERS
alpha aα 945 U+03B1
beta bβ 946 U+03B2
gamma gγ 947 U+03B3
delta dδ 948 U+03B4
epsilon eε 949 U+03B5
zeta zζ 950 U+03B6
eta eeη 951 U+03B7
theta thθ 952 U+03B8
iota iι 953 U+03B9
kappa kκ 954 U+03BA
lambda lλ 955 U+03BB
mu mμ 956 U+03BC
nu nν 957 U+03BD
xi xξ 958 U+03BE
omicron oο 959 U+03BF
pi pπ 960 U+03C0
rho rρ 961 U+03C1
sigmaf sfς 962 U+03C2
sigma sσ 963 U+03C3
tau tτ 964 U+03C4
upsilon uυ 965 U+03C5
phi phφ 966 U+03C6
chi chχ 967 U+03C7
psi psψ 968 U+03C8
omega ooω 969 U+03C9
CAPITALS
Alpha AΑ 913 U+0391
Beta BΒ 914 U+0392
Gamma GΓ 915 U+0393
Delta DΔ 916 U+0394
Epsilon EΕ 917 U+0395
Zeta ZΖ 918 U+0396
Eta ETΗ 919 U+0397
Theta THΘ 920 U+0398
Iota IΙ 921 U+0399
Kappa KΚ 922 U+039A
Lambda LΛ 923 U+039B
Mu MΜ 924 U+039C
Nu NΝ 925 U+039D
Xi XΞ 926 U+039E
Omicron OΟ 927 U+039F
Pi PΠ 928 U+03A0
Rho RΡ 929 U+03A1
Sigma SΣ 931 U+03A3
Tau TΤ 932 U+03A4
Upsilon UΥ 933 U+03A5
Phi PHΦ 934 U+03A6
Chi CHΧ 935 U+03A7
Psi PSΨ 936 U+03A8
Omega OMΩ 937 U+03A9

This page is for the Webservant. You can navigate from the sidebar at left or pick-a-box.

Greek System

Occasionally on simplybible.com Greek words are shown, but in a simplified manner that best suits our purpose.

Greek character entities are specified by numbers in the form Α —a different number for each Greek letter. The table at right gives all the information.

An Function to Make it Easy

The task is simplified however, by a special library function GetGreek(). This will automatically transform English letters into proper Greek characters.

Most Greek characters are represented by a single letter, but seven characters need two letters. The scheme is almost the same as in Strongs, so it is familiar and easy to remember.

Here is an example of how the function is used. Where the Greek word is to appear, put... <script>new GetGreek("k,u,r,i,a,k,o,sf")</script>. In this example the word comes out as .

Function Enhancements

Breathing.
Ignore a soft breathing, but use the letter h to indicate a hard breathing at the beginning of the word. For example <script>new GetGreek("h,a,d,e,sf")</script> will yield . Note how the h in the data string has translated into an acute accent, which is the nearest thing to a hard breathing that available character entities provide.

Space.
If more than one Greek word is required, use the underline character to indicate a space, as in <script>new GetGreek("e,n,_,CH,r,i,s,t,o,sf")</script> which will produce . Note the script includes nobreak tags to stop the Greek phrase from breaking at the space.

Color and Style.
The default style is bold black. There are five other choices of styles. To get a style other than the default, include a digit 1-5 in the data string.

For example <script>new GetGreek("2,e,n,_,CH,r,i,s,t,o,sf")</script> will produce .

Return Variable.
Normally the function writes directly to the document at the point where the inline script is inserted. However this document.write can be cancelled, allowing the function to be called in a script without triggering its own document.write.

This is handy if you simply want to insert the Greek word but have it take on the same style and format as the text it is inserted into. The way to do this is explained below...

If you wish the function simply to return the string and let you handle the document.write, just add another parameter "str". This allows you to treat the function as a simple variable, as in <script>document.write('just the unformatted string '+GetGreek("a,g,a,p,ee","str")+' to concatenate';)</script> which will produce: . It's the additional ,"str" that does this.

The string that is returned is unformatted and so inherits the formatting or style of whatever text it is inserted into. Thus the following was produced in a paragraph of class="giant red"

love is “” in Greek

Home | Bible Topics | The Hub | Alpha Index