Create greek symbol

I recently got the question on how to represent greek symbols on a table.

Here is an example on how to diplay your unicode as part of the table.
Note: that the unicode representation comes in hexadecimal, but Chr function takes a decimal value.

for example for alpha:
α is represented in unicode as 03B1 (hex) or 945 (dec).