HTML Substitution

Element Display
<h:chemical> H_2SO_4 </h:chemical>
H2SO4
<h:determinant> a | b ; c | d </h:determinant>
ab
cd
<h:e-config> 1s1 2p2 </h:e-config>
1s1 2p2
<h:frac> n='x^2' d="x+y" </h:frac>
x2
x+y
<h:isotope>
e = C
m = 12
n = 6
</h:isotope>
12
6
C
<h:longdiv> x + 5 | x^2 + 6x + 5 </h:longdiv>
x + 5 x2 + 6x + 5
<h:math>6 x_1^2</h:math>
6 x12
<h:matrix> a | b ; c | d </h:matrix>
 
 
ab
cd
 
 
<h:reaction> Zn(s) + 2 HCl(aq) -> ZnCl_2(aq) + H_2(g) </h:reaction>
Zn(s) + 2 HCl(aq) ZnCl2(aq) + H2(g)
<h:sqrt> x + 6 </h:sqrt>
x + 6