Types/Escape.Sequence/subscript.ps1

<#
.SYNOPSIS
    Subscript Escape Sequence
.DESCRIPTION
    Escape Sequence for subscript
.LINK
    https://en.wikipedia.org/wiki/ANSI_escape_code
.NOTES
    Implemented in mintty
#>

param()

$e = [char]27
"$e[74m"