The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Can anyone point me in the direction of where to see all of the codes for the UI Font Icons that are available? The Essential UI Kit automatically uses an icon font but I can't find anywhere that tells me the icons included.
For anyone else struggling with this, you can go to https://andreinitescu.github.io/IconFont2Code/ and upload your UIFontIcons.ttf to view the icons. Replace "\u" with "&#x" and add a semi colon at the end e.g. Facebook: \ue70f =  in your code.
HMHemalatha Marikumar Syncfusion Team August 27, 2020 03:57 PM UTC
Hi pablo salazar,
Welcome. Thanks for your suggestion.
In case of using the font icon text in XAML: Refer as you mentioned “” and for C#: need to set like “\ue70f”
To find the usage of using font icon more, please refer below