KanjiRadical

From TORI
Revision as of 17:50, 1 June 2021 by T (talk | contribs)
Jump to: navigation, search

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

Range of KanjiRadical

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

X2F00 \( \le n \le \) X2F05

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

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

  1. 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://en.wikipedia.org/wiki/Furigana Furigana (振り仮名, ふりがな, Japanese pronunciation: [ɸɯɾigaꜜna] or [ɸɯɾigana]) is a Japanese reading aid, consisting of smaller kana or syllabic characters, printed next to kanji (ideographic characters) or other characters to indicate their pronunciation. It is one type of ruby text. Furigana is also known as yomigana (読み仮名) and rubi (ルビ, [ɾɯꜜbi]) in Japanese. ..

Keywords

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