Wikipedia:Mathematical symbols
From Wikipedia, the free encyclopedia
This page is a quick reference for the "standard" mathematical symbols in HTML that should work on most browsers, and is intended mainly for people editing mathematical articles on Wikipedia.
- Numbers:
¼ ½ ¾ ¼ ½ ¾ - Fractions:
1⁄2 1⁄3 7⁄9 {{Fraction|1|2}} {{Fraction|1|3}} {{Fraction|7|9}} - Underline text:
underline overline <u>underline</u> {{overline|overline}} - Strikeout text:
strikeout<s>strikeout</s> - Font:
italics bold ''italics'' '''bold''' - General font specification:
Φ (A) <span style="font-family: Times New Roman; font-size:100%; font-style:italic; font-weight:bold;"> Φ (A) </span>
{{math|Φ (A)}}
- General font specification:
- Superscripts/subscripts:
x2 x3 x2
1x<sup>2</sup> x<sub>3</sub> x{{su|p=2|b=1}}; - Analysis:
ƒ ∂ ∫ ∑ ∏ √ ∞ ∇ ℘ ℑ ℜ ƒ ∂ ∫ ∑ ∏ √ ∞ ∇ ℘ ℑ ℜ - Arrows:
← ↓ → ↑ ↔ ↵ ⇐ ⇓ ⇒ ⇑ ⇔ ← ↓ → ↑ ↔ ↵ ⇐ ⇓ ⇒ ⇑ ⇔ - Logic:
¬ ∧ ∨ ∃ ∀ ¬ ∧ ∨ ∃ ∀ - Sets:
∈ ∉ ∋ ∅ ⊆ ⊇ ⊃ ⊂ ⊄ ∪ ∩ ℵ ∈ ∉ ∋ ∅ ⊆ ⊇ ⊃ ⊂ ⊄ ∪ ∩ ℵ - Relations:
≠ ≤ ≥ < > ≡ ≢ ∼ ≅ ≈ ∝ ≠ ≤ ≥ < > ≡ ≢ ∼ ≅ ≈ ∝ - Binary operations:
± − × ÷ ⁄ ⊥ ⊕ ⊗ ∗ ± − × ÷ ⁄ ⊥ ⊕ ⊗ ∗ - Delimiters:
⌈ ⌉ ⌊ ⌋ 〈 〉 « » ⌈ ⌉ ⌊ ⌋ ⟨ ⟩ « » - Miscellaneous:
† ‡ ¦ ∠ ∴ ◊ • ♠ ♣ ♥ ♦ † ‡ ¦ ∠ ∴ ◊ • ♠ ♣ ♥ ♦ - Punctuation:
′ ″ ‾ ° ⋅ · … – — ˆ ′ ″ ‾ ° ⋅ · … – — ˆ - Spacing:
thin ( ) n-width ( ) m-width ( ) non-breaking spaces ( )       - Greek:
α β γ ... Α Β Γ ... α β γ Α Β Γ - Unicode: ⊢ (for example) gives the character ⊢ with unicode number x22A2 (hexadecimal). Warning: many of the more obscure unicode characters do not yet work on all browsers. Additionally, this makes it very hard to read the wikitext.
It might be easier to just copy and paste the symbols instead of using them by reference. For example, the unicode symbols at Letterlike symbols can be copied and pasted, for example ℝ instead of ℝ . Many symbols can also be inserted by clicking on the corresponding link under the edit pane.
See also[edit]
- Wikipedia:Manual of Style (mathematics)
- Weierstrass p
- The List of XML and HTML character entity references gives a longer list of HTML characters.
- TeX on Wikipedia
- List of mathematical symbols
- Mathematical Alphanumeric Symbols
- Mathematical Markup Language
- Unicode Mathematical Operators
- Help:Formula
External links[edit]
- List of HTML codes
- List of HTML entity codes
- Hypertext Markup Language ASCII codes
- Huge collection of symbols, most of which probably do not work on many web browsers.
- Unicode character name index — finds the Unicode number of a character.
- W3C list of MathML characters indexed by code or name