KanjiRadical

From TORI
Revision as of 01:11, 28 May 2021 by T (talk | contribs) (Created page with "KanjiRadical is list of the Unicode characters from X2F00 to X2FDF that are interpreted as Japanese Kanji Radicals. ==List== <big><big> X2F00 ⼁...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

KanjiRadical is list of the Unicode characters from X2F00 to X2FDF that are interpreted as Japanese Kanji Radicals.

List

X2F00
X2F10
X2F20
X2F30 ⼿
X2F40
X2F50
X2F60
X2F70 ⽿
X2F80
X2F90
X2FA0
X2FB0 ⾿
X2FC0
X2FD0

Description

The full list Utf8table (UtfH) of the Unicode characters happens to be too long, the computers are slow to handle it.

For this reason, the lists of selected Kanji have sense. The list above presents 15*12+6 kanjis, from X2F00 to X2FD06 that seem to be essential for Japanese, and 10 characters more, that are not yet assigned specific pictures at the current (at the moment of loading of this article) default setting of the software.

The list above is generated with the PHP code below:

<?php
//include "uniord.t";
include "unichr.t";
for($i=0x2f00;$i<0x2fe0;$i++)
{
$a=unichr($i);
// $b=uniord($a);
// printf("%4d X%04X %s %4d\n",$i,$i,$a,$b);
if($i%16==0) printf("<br>\nX%04X",$i);
printf(" [[%s]]",$a); 
}
echo "<br>\n";
?>

Finction uniord.t should be loaded for the execution.

References


Keywords

Japanese, Kanji, Kanji liberal, Kanji radical, SomeU, Unicode Utf8table, Utf8, UtfH