Help for this page
perl -ne 'print "\N{U+2022} $_"' todo.txt
perl -MEncode -ne 'print encode('utf8',"\N{U+2022}"), " $_"' todo.txt