Can't use tab character ("\t") in LabelBMFont

As title, I have a LabelBMFont, with \n, label create new line success but with \t, it can’t create tab character, do you provide me a solution, thank all.

var label1 = new cc.LabelBMFont("\t\nHello World\t\tHello World", res.LabelBMFont_png);