Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to create degrees symbol in XAML

Tags:

xaml

Is there a simple way to display a degrees symbol (as in Fahrenheit) in XAML? Ive been able to find solutions in HTML, Android and iPhone but nothing in xaml.

like image 826
Alex Avatar asked Mar 30 '12 20:03

Alex


1 Answers

Is this: " ° " the symbol you're looking for? I recommend just copying/pasting it into your XAML code and it should display properly.

like image 181
Leslie Davies Avatar answered Oct 01 '22 04:10

Leslie Davies