KanjiRadical

From TORI
Revision as of 16:05, 1 September 2021 by T (talk | contribs) (Keywords)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

KanjiRadical is table of the "Kanji radical" (康熙部首) unicode characters.

Range of KanjiRadical

In the narrow sense of the term, KanjiRadical refers to Unicode characters with numbers \(n\) such that

X2E80 \( \le n \le \) X2F05 [1]

Some of characters since X2E80 to X2EFF are not supported at Linux.

According to the unicode-table [2], character X2FD6 is already not KanjiRadical character, as it has no well-established picture.

PHP generator

The draft of the table below is generated with program

<?php
include "uniord.t";
include "unichr.t";
for($i=0x2e80;$i<0x2fd6;$i++)
{ $a=unichr($i);
  if($i%16==0) printf("\nX%04X",$i);
  printf(" %s",$a);
}
echo "\n";
?>

Table

X2E80
X2E90
X2EA0
X2EB0 ⺿
X2EC0
X2ED0
X2EE0
X2EF0 ⻿
X2F00
X2F10
X2F20
X2F30 ⼿
X2F40
X2F50
X2F60
X2F70 ⽿
X2F80
X2F90
X2FA0
X2FB0 ⾿
X2FC0
X2FD0

References

  1. https://kanjialive.com/214-traditional-kanji-radicals/ The 214 traditional kanji radicals and their variants (2021)
  2. https://unicode-table.com/jp/blocks/kangxi-radicals/ 熙部首 スコープ: 2F00—2FDF 文字の合計数: 224 康熙部首 ⼀ U+2F00 ⼁ U+2F01 ⼂ U+2F02 ⼃ U+2F03 ⼄ U+2F04 ⼅ U+2F05 ⼆ U+2F06 ⼇ .. U+2FD0 ⿑ U+2FD1 ⿒ U+2FD2 ⿓ U+2FD3 ⿔ U+2FD4 ⿕ U+2FD5 U+2FD6 U+2FD7 U+2FD8 U+2FD9 U+2FDA U+2FDB U+2FDC U+2FDD U+2FDE U+2FDF ..

https://kanjialive.com/214-traditional-kanji-radicals/ The 214 traditional kanji radicals and their variants

Keywords

Japanese, Kanji, LanjiAlive, KanjiConfudal, KanjiLiberal, KanjiRadical, SomeU, Unicode, Utf8, Utf8table, UtfH, UtfU, UtfX,