Cmdlets to search, lookup, and get details about Unicode characters.
- Get-CharacterDetails: Returns filterable categorical information about characters in the Unicode Basic Multilingual Plane.
- Get-Unicode: Returns the (UTF-16) .NET string for a given Unicode codepoint, which may be a surrogate pair.
- Get-UnicodeByName: Returns characters based on Unicode code point name, GitHub short code, or HTML entity.
- Get-UnicodeName: Returns the name of a Unicode code point.
- Import-CharConstants: Imports characters by name as constants into the current scope.
