Skip to content

Instantly share code, notes, and snippets.

@bitcrazed
Created August 12, 2020 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitcrazed/346b166067c9d9bf5d43bd2c100daff0 to your computer and use it in GitHub Desktop.
Save bitcrazed/346b166067c9d9bf5d43bd2c100daff0 to your computer and use it in GitHub Desktop.
Simple PowerShell script containing numeric Unicode code-points and VT (color) sequences
$esc = [char]27
"`u{1F3B5} Hello $esc[31mWorld$esc[0m, $esc[32mis$esc[0m $esc[33mit$esc[0m $esc[34mme$esc[0m $esc[35myou're$esc[0m $esc[36mlooking$esc[0m $esc[37mfor$esc[0m? `u{1F3B6}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment