pub fn unicode_num(n: usize) -> char
Given an n: usize, return a UTF-8 character that best depicts this number. If n < 9, then this is a UTF-8 when n many dots. If n = 9, then this is the number 9. Otherwise, it is *.
n: usize
n < 9
n
n = 9
9
*