HomeWindowsHow to Add Indian Currency Symbol to TextBlock in a Windows Phone 8 App ?

How to Add Indian Currency Symbol to TextBlock in a Windows Phone 8 App ?

If you want to display the currency symbols in your Windows Phone 8 App , you can use the Unicode Character Codes.

For example , if you need to display Indian Rupee , you can use the code ₹ . Similarly for the US Dollar , you can use &#x0024

How to Add Indian Currency Symbols to TextBlock in a Windows Phone 8 App ?

Below is a code snippet demonstrating how to use the character code to display the currency symbols dollar and rupee in XAML.

 <TextBlock Text="&#x20b9;" FontSize="128"/>
 <TextBlock Text="&#x0024;" FontSize="128"/>

image

Leave a Reply

You May Also Like

This blog post will guide you through several effective methods to troubleshoot and resolve the issue of Microsoft Edge not...
Windows 11 offers a range of audio enhancements that can enrich your listening experience. These enhancements include features like virtual...
Windows 11 brings a fresh and visually stunning design to your desktop, and one of the standout features is the...