Here is the simplest way
import regex text = "नमस्ते मुख्य मंत्री हिमंत" ll_graphemes = regex.findall(r'\X', text) print(ll_graphemes)