React Native use IconFont

location .ttf
- put .ttf in android/app/src/main/assets/fonts

Unicode to text
- fromCharCode

Use

<Text fontFamily={name of .ttf}>text</Text>