Types/Escape.Sequence/superscript.ps1

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

param()

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