Unicode Unihan kTotalStrokes — total stroke counts for CJK ideographs.

Source:   https://www.unicode.org/Public/15.0.0/ucd/Unihan.zip
          member Unihan_IRGSources.txt, property kTotalStrokes
Version:  Unicode 15.0.0
License:  Unicode License v3 — https://www.unicode.org/license.txt

The first/canonical value is used where an entry lists two (UAX #38). The data
is shipped as the packed binary `unihan_total_strokes.bin.gz`, not as text:
the sorted code points are delta-varint (ULEB128) encoded with one stroke byte
each, gzip-compressed. Generated by `tools/unihan/generate_total_strokes.py`
(do not edit by hand); decode/encode live in
`fortune_telling_core.traditions._name_values.cjk_unihan_strokes`.
