I am using opentype.js to parse a series of font emoji, I tried to learn how font awesome works, then I realize that they use for example {content: '\35'}, {content: '\f214'}, these type of unicode for reference. I do need a large amount of unicode just like these to represent my characters. I wonder if there is a category of unicode that I better use to avoid conflicts. I will be so glad with any of the following,