Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating wpf application, in that the Segoe UI symbols have been used like (& # x E104;) In this symbol why we are using (& # x) for all types of symbols? Can u please explain why this characters is necessary to use with Segoe UI???
Posted

1 solution

This indicates that sign U+E104 shall be displayed.

Please read:
XML character entities -> numeric character mappings

https://msdn.microsoft.com/en-us/library/ms748250%28v=vs.110%29.aspx[^]

More info on Segoie UI can be found here:
https://msdn.microsoft.com/en-us/library/windows/apps/jj841126.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900