&image yields &image when I put it through the HTML. What is that symbol?
Update:
W3C says it is used as a variable to represent the imaginary part of a complex number.
4 - 3i would give
&image = 3i
&real = 4
&real (&real) being the real part of a complex number.