Tuesday, 6 August 2013

Second Unicode escape sequence in TextBlock not honored

Second Unicode escape sequence in TextBlock not honored

I'm trying to use the Unicode character 20dd (COMBINING ENCLOSING CIRCLE)
in a TextBlock:
<TextBlock Text="&#x20DD; PASS &#x20DD; FAIL" />
The first occurrence is honored and a circle appears before the word
"PASS", but the second occurrence is not honored:

Why and how can I fix it?

No comments:

Post a Comment