-1

As announced on this site there are new Power symbols in Unicode 9.0 available and I tried to include one symbol to my XAML code

e.g. <Button Content="&#x23FB;" />

but it will not recognized correctly! (it's always an rectangle)
So I think I have to update Unicode somehow? Any suggestions?!

leon22
  • 5,280
  • 19
  • 62
  • 100
  • Few (if any) fonts have *all* Unicode characters. Which font did you use? – Panagiotis Kanavos Sep 27 '19 at 11:18
  • "Update Unicode": Nope, Unicode is pretty much a fixed concept. But it does have an extensible set of characters. Copy and past the "rectangle" (which would be really difficult from a Button, so try it with something else). It's still a U+23FB codepoint. So, as the answer says, it's a font issue. – Tom Blodget Sep 29 '19 at 00:52

1 Answers1

2

Install a font that contains the glyph for the desired character, e.g. Symbola.

daxim
  • 39,270
  • 4
  • 65
  • 132