Is it possible to print "Extended ASCII Codes " from "http://www.asciitable.com/" in a Terminal.app bash script ?
What I tried
$ LC_ALL=en_GB.UTF-8 env printf '\u2502'
u2502
$
Specifically I'm trying to print the "LIGHT SHADE" character mentioned in http://www.alanflavell.org.uk/unicode/unidata25.html