Kanji Level Check

Check WaniKani level, Jōyō grade, and JLPT level of Japanese kanji in text.

Example of cantrellnm/kanji-levels in use. View on GitHub.

No kanji found in text.

Number of Kanji: {{ collection.countTotal() }} total, {{ collection.countUnique() }} unique

Most Frequent: used {{ mostFrequent[1].count }} times

WaniKani: {{ collection.percentReadable({wk:collection.highestWk()}) }} readability at level {{collection.highestWk()}}
  • Level {{level}}: {{ collection.percentReadable({wk: level}) }}
Jōyō: {{ collection.percentReadable({joyo:collection.highestJoyo()}) }} readability at grade {{collection.highestJoyo()}}
  • Grade {{level}}: {{ collection.percentReadable({joyo: level}) }}
JLPT: {{ collection.percentReadable({jlpt:collection.highestJlpt()}) }} readability at level {{collection.highestJlpt()}}
  • Level {{level}}: {{ collection.percentReadable({jlpt: level}) }}