Unicode and HTML 4.0 characters

For a more complete list of characters and their numerical codes see Web Design Group
Character Entity References Defined in HTML 4.0
For the future of math on the web, see MathML

Greek Letters via names

insert as: &Name; for Caps and as: &name; for lower case,   where Name is:

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

α β γ δ ε ζ η θ ϑ ι κ λ μ ν ξ ο π ϖ ρ σ ς τ υ φ χ ψ ω


Greek Letters via numerical codes

insert as: &#nnn;   where #nnn is:

#913 : Α #914 : Β #915 : Γ #916 : Δ #917 : Ε #918 : Ζ
#919 : Η #920 : Θ #921 : Ι #922 : Κ #923 : Λ #924 : Μ
#925 : Ν #926 : Ξ #927 : Ο #928 : Π #929 : Ρ #931 : Σ
#932 : Τ #933 : Υ #934 : Φ #935 : Χ #936 : Ψ #937 : Ω

Numerical codes for lower case are: #945   -   #969
in particular:   #963 = σ   ,   #962 = ς = & sigmaf ;


Math symbols:

insert as: &name;   where name is:

forall : #8704 : ∀ exist : #8707 : ∃ isin : #8712 : ∈ notin : #8713 : ∉
part : #8706 : ∂ nabla : #8711 : ∇ prod : #8719 : ∏ sum : #8721 : ∑
int : #8747 : ∫ infin : #8734 : ∞ radic : #8730 : √ empty : #8709 : ∅
asymp : #8776 : ≈ sim : #8764 : ∼ equiv : #8801 : ≡ cong : ≅
mdash :   — ndash :   – minus : #8722 : − prime : #8242 : ′
times :   × lowast : #???: : ∗ middot :   · divide : ÷
plusmn:   ± macr :   ¯ deg :   ° fnof :   #402 : ƒ
lt :   : < le : #8804 : ≤ gt : #???? : > ge : #8805 : ≥
lang :   ⟨ rang :   ⟩ perp : ⊥ brvbar: ¦
sub : ⊂ nsub : ⊄ sup : ⊃ nsup : ⊅
cap : ∩ cup : ∪ ne : #8800 : ≠ real : ℜ
larr : ← uarr : ↑ rarr : → darr : ↓
lArr : ⇐ rArr : ⇒ hArr : ⇔ uArr : ⇑   dArr : ⇓
sect :   § micro :   µ there4 : #8756   : ∴ oline : #8254 : ‾
frac12 : #189 : ½ frac14 : ¼ otimes : ⊗ oplus : ⊕
norm : #8741 : ∥ Reals : #8477 : ℝ Complex: #8450 : ℂ  
thinsp: | | nbsp : | | ensp : | | emsp : | |
x #772 : x̄ x #770 : x̂    

Other symbols:   copy :   ©     euro : #8364 : €

Eventually, math may be rendered via MathML/Tex within <math> ... </math> tags, e.g. \infty_a^b
see wikimedia but not on all browsers yet...

Last Modified: