How to Display Mathematical Symblos, Greek Letters etc in HTML

When i was writing a post, i found it difficult to display some mathematical symbols in the post. At last, i solved it and found that there are easy to remember mnemonics for most of the symbols we come across. Sometimes you can get them only from the 'charmap' (enter charmap in 'Run' in your windows OS). There are escape sequences in HTML which will help you to include mathematical symbols and other Greek letters which are often used as variables or notation for some processes. To display these symbols in a webpage, simple mnemonics or corresponding code can be used. These informations are directly available in HTML4.0 website.






Mnemonics Symbol Code
ƒ ƒ ƒ
Α Α Α
Β Β Β
Γ Γ Γ
Δ Δ &# 916;
Ε Ε Ε
Ζ Ζ Ζ
Η Η &# 919;
Θ Θ Θ
Ι Ι Ι
& Kappa; Κ Κ
Λ Λ Λ
Μ Μ Μ
Ν Ν Ν
Ξ Ξ Ξ
Ο Ο Ο
Π Π Π
Ρ Ρ Ρ
Σ Σ Σ
Τ Τ Τ
Υ Υ Υ
Φ Φ Φ
Χ Χ Χ
Ψ Ψ Ψ
Ω Ω Ω
α α α
β β β
γ γ γ
δ δ δ
ε ε ε
ζ ζ ζ
η η &# 951;
θ θ θ
ι ι ι
κ κ κ
λ λ λ
μ μ μ
ν ν ν
ξ ξ ξ
ο ο ο
π  π π
ρ ρ ρ
ς ς ς
σ σ σ
τ  τ τ
υ υ υ
φ φ φ
χ χ χ
ψ ψ ψ
ω ω ω
ϑ ϑ ϑ
ϒ ϒ ϒ
ϖ ϖ ϖ
• •
… …
™ ™
← ←
→ →
↓ ↓
↔ ↔
&crarr ↵
⇐ ⇐
⇑ ⇑
&rArr ⇒
⇓ ⇓
⇔ ⇔
Mathematical operators
∀ ∀
∂ ∂
∃ ∃
∅ ∅
∇ ∇
∈ ∈
∉ ∉
∋ ∋
∏ ∏
∑ ∑
√ √
∝ ∝
∞ ∞
∠ ∠
∧ ∧
∨ ∨
∩ ∩
∪ ∪
∫ ∫
∴ ∴
∼ ∼
≅ ≅
≈ ≈
≠ ≠
≡ ≡
≤ ≤
≥ ≥
⊂ ⊂
⊃ ⊃
⊄ ⊄
⊆ ⊆
⊇ ⊇
⊕ ⊕
⊗ ⊗
⊥ ⊥

No comments :

Post a Comment