#!/bin/sh name="$(cut -d';' -f2 UnicodeData.txt | dmenu)" awk -vn="$name" -F';' '$2 == n { print $1 }' UnicodeData.txt \ | xargs printf \ | wl-copy