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="⃝ PASS ⃝ 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