I want to plot in the csv file the symbol gamma in greek letter. I tried Unicode and the CSS code but I got errors or not the desired result.
For instance, the CSS-code for gamma is the following one:\03B3
Home=[['home','\03B3 ']]
if glass_type!=3:
with open('Output.csv', 'w', newline='') as csvFile:
thewriter.writerows(Home)
The expected result is the symbol Gamma in Greek letter; but, I get the following result: B3
Consider that the CSS code works for the degree symbol with the following code: \xb0