Answered
How to open the "Character Styles" option panel?
How to open the “Character Styles” panel?
I found this:
try {
app.scriptMenuActions.itemByID(8481).invoke();
} catch (e) { $.writeln(e.message) };
But I don’t know where to look up “itemByID” for character styles.