When trying to use Unicode characters in the buffer, most of them works except for the subscripts.
\^1<TAB> will return ¹
\_1<TAB> will return \_1 instead of ₁
Due to the auto-completion not being case sensitive,
\alpha<TAB> will return Α (capital alpha) instead of α