or download this
PS C:\> $joiner = [char]::ConvertFromUtf32(0x200D)
PS C:\> $man = [char]::ConvertFromUtf32(0x1F468)
PS C:\> $girl = [char]::ConvertFromUtf32(0x1F467)
PS C:\> $boy = [char]::ConvertFromUtf32(0x1F466)
PS C:\> $whitehair = [char]::ConvertFromUtf32(0x1F9B3)