import re

print(re.findall(r'\w', 'a1٤4'))

print(re.findall(r'\w', 'a1٤4', flags = re.UNICODE))