Permil symbol axis

It is tricky but the following works for me:

void a()
{
   hpx->Draw();
   hpx->GetXaxis()->SetTitle("\\hbox{‰}");
}