View Single Post
 
Old 08-20-2024, 12:18 PM
Robert2 Robert2 is offline Windows 10 Office 2019
Competent Performer
 
Join Date: Jun 2013
Posts: 175
Robert2 will become famous soon enoughRobert2 will become famous soon enough
Default

You need to copy "R˛" from the document window. But the “˛” in the "R˛" string must be Unicode U+00B2. To check this, place the insertion cursor right after the “˛” character, then press Alt+X. You should get “00B2”.
To get a proper “˛” in the "R˛" string, type “R” followed by “00B2”, then Alt+X. If you type ordinary “2”, select it, then superscript it, you don’t get U+00B2. You get “0032”, which is Unicode for an ordinary space character. Maybe this is a bug in Word.
Reply With Quote