Greek letters
As I do some science stuff for a living, I use a greek characters so I need to use mu instead of the cheating u. In order to print the correct character, you need a special bit of HTML. The code is &# followed by a number so for the character I want, it is μ which then prints this: μ
A full list of these kind of characters can be found here.