(e) unicode not working

Jassim Al Rahma 1,591 Reputation points
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

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,372 questions
{count} votes

Your answer

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