I'm writing a program that will involve displaying electronics formulas. I would like to display the formulas in an accepted format familiar to students. Does anyone know of a font that would return the chr(codes) that I would need to produce Sq Roots, Pi, Sci/Eng Notation etc?

Example:
Code:
Text1 = " 3 x " & "10" & Chr(179)       'Returns 3 x 10³