Types/Escape.Sequence/underlineDefault.ps1

<#
.SYNOPSIS
    Underline Default Escape Sequence
.DESCRIPTION
    Escape Sequence for underline default coloring
.LINK
    https://en.wikipedia.org/wiki/ANSI_escape_code
#>

param()

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