Programmatically determine number of strokes in a Chinese character?

前端 未结 5 1633
庸人自扰
庸人自扰 2021-02-07 22:03

Does Unicode store stroke count information about Chinese, Japanese, or other stroke-based characters?

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-07 22:30

    If you want to do character recognition goggle HanziDict.

    Also take a look at the Unihan data site:

    http://www.unicode.org/charts/unihanrsindex.html

    You can look up stroke count and then get character info. You might be able to build your own look up.

提交回复
热议问题