Length is still one of the biggest wins
A longer password generally gives you more protection than a short password with decorative complexity. Attack resistance improves when the credential is longer and less predictable.
That is one reason generators are useful: they make longer values easy to create.
Predictability matters more than style points
A password with symbols can still be weak if it follows a personal pattern such as a birthday, favorite word, or minor variation of an old login. Strength comes from unpredictability, not from looking complicated to the human eye.
This is why generated randomness is so valuable.
Storage habits change the outcome
A strong password that is saved in an unsafe note or reused across accounts still creates risk. Password quality and password handling are connected. You get the best result when strong generation is paired with safe storage.
That is where a password manager becomes part of the same workflow.
What to review before using a generator
Check whether the target site supports long passwords and whether it allows symbols. Then generate a value you can store safely without needing to simplify it into something memorable and weaker.
The strongest password is the one that is unique, long enough, and handled responsibly after creation.