Logo HTML Topics: Symbols

Course Material Index  Section Index  Previous Page  Next Page 

Symbols

Given that the Web was invented by scientists at Cern in Switzerland, it may seem surprising at first that little thought was given to the problem of displaying Greek letters and mathematical symbols in Web documents. The early method for the display of Greek characters in HTML documents involved the use of the symbol font available on most computers. Unfortunately, the latest browsers removed backwards compatibility (a retrograde step) with this de facto use of the symbol font, and so a move to new standards has been enforced.

The new method involves the use of character names or encoding number. These are always preceded by the ampersand character (&) and followed by a semicolon (;). Referencing by what is known as their Unicode encoding number takes the form &#nnn; or &#nnnn; where nnn or nnnn is a three or four digit decimal number, respectively.

The Greek letter alpha using character names is α

The Greek letter alpha using encoding number is α

Greek Letters

If you do not see Greek letters in the table, then your system is not correctly configured to view them or you are using an out-of-date web browser (see the technical specification web page provided with the course details).

Name GlyphHTML GlyphHTML
Alpha αα ΑΑ
Beta ββ ΒΒ
Gamma γγ ΓΓ
Delta δδ ΔΔ
Epsilon εε ΕΕ
Zeta ζζ ΖΖ
Eta ηη ΗΗ
Theta θθ ΘΘ
Iota ιι ΙΙ
Kappa κκ ΚΚ
Lambda λλ ΛΛ
Mu μμ ΜΜ
Nu νν ΝΝ
Xi ξξ ΞΞ
Omicron οο ΟΟ
Pi ππ ΠΠ
Rho ρρ ΡΡ
Sigma σσ ΣΣ
  ςς   
Tau ττ ΤΤ
Upsilon υυ ΥΥ
Phi φφ ΦΦ
Chi χχ ΧΧ
Psi ψψ ΨΨ
Omega ωω ΩΩ

Mathematical Characters

In addition to the Greek characters, the physical sciences also make use of various mathematical characters. A table of some of the more common ones is given below. They have a similar syntax to those above.

Name GlyphHTML   Name GlyphHTML
Multiply ××   Divide ÷÷
Minus −   Plus/Minus ±±
Degrees °°   Micro µµ
Square Root √   Infinity ∞
Almost Equal ≈   Not Equal ≠
Greater/Equal ≥   Less/Equal ≤
Prime ′   Partial ∂
Integral ∫   Equivalent ≡
Copyright ©©   Registered ®®
En Dash –   Em Dash —
Function ƒƒ   Per Thousand ‰
Centred Dot ··   Bullet •
Left Arrow ←   Right Arrow →
Up Arrow ↑   Down Arrow ↓

Accented Characters

Finally, there are a number of other characters that you will also need. Accented characters are common to many of the western European languages, and these can be referenced using a similar syntax to the above, i.e. &Character_Name;. Thus, the entity Å produces the symbol Å for Ångström (which is the SI derived unit commonly used by nearly all crystallographers for the units of bond length), while the ö in Ångström is produced by ö.

Name GlyphHTML   Name GlyphHTML
A Ring ÅÅ   E Acute ÉÉ
e Grave èè   u Umlaut üü
Left Single Quote ‘   Right Single Quote ’
Left Double Quote “   Right Double Quote ”
Paragraph ¶   Section §§
Pounds ££   Euros €

If you need to check the full list of names, refer to the list of HTML character codes given in the Web Authoring Links.


Course Material Index  Section Index  Previous Page  Next Page 
© Copyright 1995-2006.  Birkbeck College, University of London. Author(s): Jeremy Karl Cockcroft