The Chinese Stroke Counter adds up the brush strokes in a passage of Chinese text. Whether you are planning a calligraphy practice sheet, gauging how much handwriting a paragraph involves, or teaching stroke order, it gives a total, an average per character and a clear per-character breakdown.
How it works
The tool keeps a built-in table of canonical stroke counts for common Simplified Chinese characters — the same numbers you find in a dictionary or a stroke-order chart. It iterates over your text and, for every CJK ideograph, looks up its stroke count and adds it to a running total. Non-Chinese characters such as spaces, punctuation, digits and Latin letters are skipped so they do not distort the result. Characters that are not in the table are counted separately as unknown, marked with a ? in the breakdown and excluded from the sum, so the total never silently understates or overstates the real figure.
Example and notes
For a phrase like 永远微笑 the counter sums 5 + 7 + 13 + 10 = 35 strokes and reports an average of about 8.8 strokes per character. Keep in mind that stroke counts depend on the script: this table uses Simplified standard counts, and a Traditional form can differ — 国 is 8 strokes whereas the Traditional 國 is 11. The breakdown beneath the total shows each character with its stroke count as a subscript, making it easy to spot the most complex characters in a passage. Everything runs locally in your browser, so your text stays private and the tool works offline once the page has loaded.