Unexpected index of Unicode subscript `char` in `string`?

Indexes are to code units (bytes) not characters. This is addressed extensively in the string section in the manual:

https://docs.julialang.org/en/v1/manual/strings/

5 Likes