Mathematical formulas in HTML 4.0

Originally posted by Andreas Prilop, prilop@altavista.net at www.unics.uni-hannover.de/nhtcapri/mathematics.html - changed to show the actual &code on the page

Many mathematical (physical, chemical) formulas can be written in plain HTML 4.0 without resorting to the Symbol font or to graphics. The symbols below can be displayed on both Mac OS and MS Windows. If possible, place the characters one after another rather than on top of each other. For example, write 1/3 [one third], X¯ [closure of X], X° [interior of X], (SO4)2- [sulfate ion]. You may want to read also a more detailed discussion.

A few symbols used in mathematics and physics
¬¬not sign
¯¯macron, overline
°°degree sign
±±plus-minus sign
µµmicro sign
··middle dot, centered period
××multiplication sign
÷÷division sign
ƒƒf with hook, script f
<tt>-</tt>-monospaced hyphen
&#8722;minus sign
&#8211;en dash
&#8212;em dash
&#8224;dagger
&#8225;double dagger
&#8226;bullet
&#8230;ellipsis
&#8240;per mille sign, per thousand sign
&#8217;apostrophe
&#8242;prime, minute
&#8243;double prime, second
&#8260;fraction slash
&#8486;ohm sign
&#8592;leftwards arrow
&#8593;upwards arrow
&#8594;rightwards arrow
&#8595;downwards arrow
&#8596;left right arrow
&#8597;up down arrow
&#8706;partial differential
&#8710;increment, difference
&#8719;product
&#8721;summation, sum
&#8730;square root, radical
&#8734;infinity
&#8745;intersection
&#8747;integral
&#8992;top half integral
&#8993;bottom half integral
&#8776;almost equal to, approximately equal to
&#8800;not equal to
&#8801;identical to
&#8804;less than or equal to
&#8805;greater than or equal to
&#913;&#937;ΑΩAlpha ... Omega
&#945;&#969;αωalpha ... omega

√(a2 + b2)

square root of ( a^2 + b^2 )


lim
n→∞
an

{ limit n -> infinity } a_n




n = 0
an 

{ sum from n = 0 to infinity } a_n


∆u  =  Δu  = n

i = 1
2u/∂xi2

Laplacian of u = Delta u = { sum from i = 1 to n } d^2u / dx_i^2




n = 0
an 

{ product from n = 0 to infinity } a_n


  b

a  
f(x) dx

{ integral from a to b } f(x) dx


 +∞

−∞ 
exp(−x2) dx  =  √π

{ integral from -infinity to +infinity } exp(-x^2) dx = square root of pi