Special characters
The table below shows a complete list of the special characters and their corresponding tokens that
PmWiki supports.
Category
| Character
| Token
|
Punctuation
| | ¿ | ¡ | « | » |
§ | ¶ | † | ‡ |
• | — | – | & |
|
Commercial
| | ™ | © | ® | ¢ |
€ | ¥ | £ | ¤ |
|
Greek
| α | β | γ | δ |
ε | ζ | η | θ |
ι | κ | λ | μ |
ν | ξ | ο | π |
ρ | σ | ς | τ |
υ | φ | χ | ψ |
ω | Γ | Δ | Θ |
Λ | Ξ | Π | Σ |
Φ | Ψ | Ω |
| α | β | γ | δ |
ε | ζ | η | θ |
ι | κ | λ | μ |
ν | ξ | ο | π |
ρ | σ | ς | τ |
υ | φ | χ | ψ |
ω | Γ | Δ | Θ |
Λ | Ξ | Π | Σ |
Φ | Ψ | Ω |
|
Maths
| ∫ | ∑ | ∏ | √ |
− | ± | ∞ | ≈ |
∝ | ≡ | ≠ | ≤ |
≥ | → | × | · |
÷ | ∂ | ′ | ″ |
∇ | ‰ | ° | ∴ |
ℵ | ø | ∈ | ∉ |
∩ | ∪ | ⊂ | ⊃ |
⊆ | ⊇ | ¬ | ∧ |
∨ | ∃ | ∀ | ⇒ |
⇔ |
| ∫ | ∑ | ∏ | √ |
− | ± | ∞ | ≈ |
∝ | ≡ | ≠ | ≤ |
≥ | → | × | · |
÷ | ∂ | ′ | ″ |
∇ | ‰ | ° | ∴ |
ℵ | ø | ∈ | ∉ |
∩ | ∪ | ⊂ | ⊃ |
⊆ | ⊇ | ¬ | ∧ |
∨ | ∃ | ∀ | ⇒ |
⇔ |
|
Spacing
| x ≥ y
| x ≥ y (prevents linebreaks)
|
Accents
| À | Á | Â | Ã |
Ä | Å | Ç | È |
É | Ê | Ë | Ì |
Í | Î | Ï | Ñ |
Ò | Ó | Ô | Õ |
Ö | Ø | Ù | Ú |
Û | Ü | ß | à |
á | â | ã | ä |
å | æ | ç | è |
é | ê | ë | ì |
í | î | ï | ñ |
ò | ó | ô | õ |
ö | ø | ù | ú |
û | ü | ÿ |
| À | Á | Â | Ã |
Ä | Å | Ç | È |
É | Ê | Ë | Ì |
Í | Î | Ï | Ñ |
Ò | Ó | Ô | Õ |
Ö | Ø | Ù | Ú |
Û | Ü | ß | à |
á | â | ã | ä |
å | æ | ç | è |
é | ê | ë | ì |
í | î | ï | ñ |
ò | ó | ô | õ |
ö | ø | ù | ú |
û | ü | ÿ |
|
The one standard special character it doesn't support is the ligature, because the HTML entity name is
Æ
and this gets interpreted as a WikiWord.
- Idea: What about mapping
&Aelig;
to
Æ
for those who need to type that. Or is there some other alternative?