#!/usr/bin/env bash # prints all symbols that can be used to test output with font echo -e '\ue30d Clear (Day)' echo -e '\ue32b Clear (Night)' echo -e '\ue302 Partly Cloud (Day)' echo -e '\ue379 Partly Cloudy (Night)' echo -e '\ue312 Cloud' echo -e '\ue318 Rain' echo -e '\ue31d Thunderstorm' echo -e '\ue31a Snow' echo -e '\ue313 Fog'