stack
overflow
×
❄️ ASCII Snowflake Generator
Generate unique snowflakes using any seed - same seed = same snowflake
Seed (any text/number):
Size:
Small (11x11)
Medium (15x15)
Large (19x19)
Extra Large (23x23)
Style:
Classic (* + - | o)
Dense (# @ % & $)
Minimal (. o * -)
Mixed (all ASCII)
Generate Single
Generate 4 Variations
Random Seed
How it works:
• Each seed produces a unique, reproducible snowflake
• Try seeds like: "stackoverflow", "12345", "snow", "your-name"
• Same seed always generates the same pattern
• Uses only pure ASCII characters (no Unicode)