< # .SYNOPSIS This script, a re-implementation of an MSDN sample, shows the Unicode details of a unicode character, using PowerShell. .DESCRIPTION This script re-implements a simple MSDN script that takes a Unicode Character and uses CharUnicodeInfo class to get details of that character, which are then displayed. .NOTES File Name : Show-UnicodeCharacters.ps1 … Read the full text.