Provides the URI for a kanji search
Uri uriForKanjiSearch(String kanji) { return Uri.parse('$scrapeBaseUri${Uri.encodeComponent(kanji)}%23kanji'); }