String from average of character codes.
String averageString(String s) { return String.fromCharCode(listAverage(s.codeUnits).round()); }