Programming Tips - Programming: How can I include math symbols in my program?
Date: 2013feb27
Q. Programming: How can I include math symbols in my program?
A. Use Unicode characters from the math block:
http://www.fileformat.info/info/unicode/category/Sm/list.htm
These work in most languages now.