Share via

(e) unicode not working

Anonymous
2021-10-05T17:31:00.333+00:00

Hi,

I am trying the new fontawesome icon as image source but the some of the icons has a new unicode starts with e not f like this:

<x:String x:Key="IconCameraFlashOff">&#xe0b8;</x:String>

which is not working but when I try a anyone starting with (f) it works, like this:

<x:String x:Key="IconCameraFlashOn">&#xf0e7;</x:String>

Kindly help..

Thanks

Developer technologies | .NET | Xamarin

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.