Android Question How to determine the first and last available FontAwesome Character?

Kiffi

Well-Known Member
Licensed User
Longtime User
Hello,

is there a way to determine the first and last available FontAwesome character?
B4X:
Dim FirstAwesomeCharacter = Chr(0x?????)
Dim LastAwesomeCharacter = Chr(0x?????)

With the icon selection you are able to insert single characters manually. But I can't see any order in the overview (0xF26E, 0xF2B9, 0xF2BA, 0xF2BB, 0xF2BC, 0xF042, ...).

Thanks in advance & Greetings ... Peter
 
Top