I want to use a Unicode character such as '\u033F' and build a continuous double-underline string. This would be used to underline totals in a report. Just using "===========" is not acceptable.
How would I do this in C#? Everything I try just leaves me with a single character?
Many thanks.