Having been trying to decode the problem but haven't gotten any solution. It's all about reading text from the clipboard and it's showing me a strange character instead of a pure text which was copied into the clipboard:
Snippet used;
tex=pd.read_clipboard(header=None,engine='python',
index_col=None,
encoding='utf-8')
tex=tex.replace(np.nan,'',regex=True)
tex=tex.to_numpy()
print(tex)