I may be wrong in accessing weather this string is ansi or anything else but it comes from rtf docs with heading.
{\rtf1\ansi\ansicpg1252
the string of interest from doc is:
ansi_string = r'3 \u176? \u177? 0.2\u176? (2\u952?)'
when i open the doc with word it gives me : 3° ± 0.2° 2θ
Questions are: 1) what are these escape codes? is it possible to convert this string to utf-8 using python inbuilt methods?