Is there a way to print Greek letters on an HTML5 canvas? I've tried using the html entity name and number, like this
canvas2.cx.fillText("ξ", 50, 50);
and
canvas2.cx.fillText("ξ", 50, 50);
but it just prints it out literally because the canvas does not know to interpret these symbols.