I don't think your problem is that the Label node does not display the "@" character -- because it does. Most likely, you're not passing an "@" character into the Label node's text field.
Try a simple experiment: create a plain Label node in your Scene, with a hard-coded value containing an "@" character, i.e. not read from your XML and not computed in any way.