Types/Emoji.Block/Emoji.Block.format.ps1

Write-FormatView -TypeName Emoji.Block -Property 'Start', 'BlockName', 'End' -AlignProperty @{
    Start = 'Right'
    End   = 'Left'
    BlockName  = 'Center'
} -AutoSize