I’m trying to wrap my head around Corona SDK development for an iPad app and I was experimenting with reusing the existing icons from the Bootstrap-based web app. This is the FontAwesome TTF font set. There is a CSS file [1] that has all the unicode character escape sequences in it that I’m referencing.
My question is: how do I convert the escape sequence used in the CSS to a character I use as a button label or just a text block?
I’ve tried guessing at variations on the 0x1c or \01c or other schemes to get the character I want but I can’t get what I’m after. Has anyone used emoticons or other graphics embedded in a font file in a Corona app?
[1] - https://github.com/FortAwesome/Font-Awesome/blob/master/css/font-awesome.css