#!/bin/zsh echo -e "\u270c Victory hand, text presentation by default" echo -e "\u270c\ufe0e Victory hand, explicit text presentation" echo -e "\u270c\ufe0f Victory hand, explicit emoji presentation" echo -e "\u270a Raised fist, emoji presentation by default" echo -e "\u270a\ufe0e Raised fist, explicit text presentation (invalid; no effect)" echo -e "\u270a\ufe0f Raised fist, explicit emoji presentation" echo -e "\u2716 Multiply, text presentation by default" echo -e "\u2716\ufe0e Multiply, explicit text presentation" echo -e "\u2716\ufe0f Multiply, explicit emoji presentation"