Subscripts and superscripts in VS Code | Windows 11

Hello,

I am wondering if my setup is missing subscripts / superscripts.

Subscripts

For example, I would expect _y and _z to be available, but this does not seem to be the case.

OS: Windows 11; UTF-8 enabled
Running VS Code Version: 1.74.1 in PowerShell 7.3.1
julia> versioninfo()
Julia Version 1.8.3

Windows Terminal Font and PowerShell: JuliaMono
VS Code Font: JuliaMono; UTF-8 enabled

I’ve tried other fonts such as DejaVu Sans with the same result as in the above image.

1 Like

Not all characters exist as sub-/superscripts in Unicode (regardless of programming language, editor setup, or font).

5 Likes