Difference between revisions of "子"

From TORI
Jump to: navigation, search
(Nihongomaster)
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
<div style="float:right; margin:-66px -14px 0px 0px;">
[[&#X5B50;]] ([[X5B50]]) is [[Unicode]] character number 12070.
 
  +
[[File:X5B50.png|240px]]<small><center>
 
  +
&nbsp;Drawing [[X2F26]] [[&#X2F26;]] and/or [[X5B50]] [[&#X5B50;]] <ref name="jisho">
[[&#X5B50;]] ([[X5B50]]) is interpreted as [[Kanji liberal]] or [[Kanji compound]] in order to distinguish it from
 
  +
https://jisho.org/search/%23kanji%20%E5%AD%90 <br>
[[&#X2F26;]] ([[X2F26]]) that is interpreted as [[Kanji radical]].
 
  +
https://jisho.org/search/%23kanji%20子
Some softwares use different fonts for
 
[[&#X2F26;]] ([[X2F26]]) and [[&#X5B50;]] ([[X5B50]]) in order to allow Human to distinguish these two kanjis.
 
(without copypasting them to a program that identifies the unicode characters).
 
 
<div style="float:right; margin:2px -14px 0px 6px;">
 
[[File:X5B50.png|340px]]<br>
 
<center>
 
Drawing of [[X2F26]] and [[X5B50]] <ref>
 
https://jisho.org/search/%23kanji%20%E5%AD%90
 
 
 
 
3 strokes
 
3 strokes
Line 33: Line 25:
 
..
 
..
 
</ref>
 
</ref>
</center>
+
</center></small>
 
</div>
 
</div>
   
  +
[[X5B50]] [[&#X5B50;]] is Unicode character number 23376, [[KanjiLiberal]].
==Encoding==
 
In [[Utf8]], character [[&#X2F26;]] ([[X2F26]]) is encoded
 
with 3 bytes. These bytes are:<br>
 
xE2 xBC xA6 in the hexadecimal representation and<br>
 
226 188 166 in the decimal representation<br>
 
   
  +
[[X5B50]] [[&#X5B50;]] appears as symbol number 760 in the list of 2136 recommended Japanese [[kanji]]s <ref>
In HTML, this character can be generated with <br>
 
  +
https://en.wikipedia.org/wiki/List_of_jōyō_kanji <!--
& # X 2 F 2 6 ; and also with<br>
 
  +
https://en.wikipedia.org/wiki/List_of_j%C5%8Dy%C5%8D_kanji !-->
& # 1 2 0 7 0 ;<br>
 
  +
The jōyō kanji system of representing written Japanese consists of 2,136 characters.
For activation, the spaces should be removed from the two lines above; then, each of them generates the same character
 
  +
..
[[X2F26]] ([[&#X2F26;]] [[&#12070;]]).
 
  +
760 子 子 3 1 child シ、ス、こ
  +
shi, su, ko
  +
</ref>.
   
Encoding of [[&#X2F26;]] and that of the similar character [[&#X5B50;]] can be revealed with the [[PHP]] program below:
+
[[X5B50]] [[&#X5B50;]] can be pronounced as "ko" and denote "child", baby.
<div style="margin:0px -14px 0px -60px; background-color:ffFFff;">
 
<small>
 
<pre>
 
<?php
 
function unichr($dec) {
 
if ($dec < 128) {
 
$utf = chr($dec);
 
} else if ($dec < 2048) {
 
$utf = chr(192 + (($dec - ($dec % 64)) / 64));
 
$utf .= chr(128 + ($dec % 64));
 
} else {
 
$utf = chr(224 + (($dec - ($dec % 4096)) / 4096));
 
$utf .= chr(128 + ((($dec % 4096) - ($dec % 64)) / 64));
 
$utf .= chr(128 + ($dec % 64));
 
}
 
return $utf;
 
}
 
   
  +
[[X5B50]] [[&#X5B50;]] is easy to confuse with character [[X2F26]] [[&#X2F26;]],
function mb_str_split($str) {
 
  +
[[KanjiRadical]]: it has similar pictures, similar pronunciations and similar meanings.
// split multibyte string in characters
 
// at all positions except the start: ^
 
// and the end: $
 
$pattern = '/(?<!^)(?!$)/u';
 
return preg_split($pattern,$str);
 
}
 
   
  +
==Semantic==
function uniord($a)
 
  +
<div style="float:right;margin:-220px -14px 0px 8px;">
{
 
  +
[[File:VietnameseGirl1301846424fragme.jpg|130px]]<small><center>
$M=strlen($a);
 
  +
[[X2F26]] [[&#X2F26;]] or [[X5B50]] [[&#X5B50;]]
$p=ord($a[0]); if($M==1) return $p;
 
  +
</center></small>
$p-=194; $p*=64; $p+=ord($a[1]); if($M==2) return $p;
 
  +
</div>
$p-=2050; $p*=64; $p+=ord($a[2]); return $p;
 
  +
In [[Chinese]] and [[Japanese]] languages,
}
 
  +
character [[X5B50]] [[&#X5B50;]], has sense "child", "baby".
   
  +
Generally, [[X5B50]] [[&#X5B50;]] may denote any
//$a=unichr(0x2f25);
 
  +
Human(s) of age under 17 years.
//$a.=unichr(0x5973);
 
//$a.=unichr(0xF981);
 
   
  +
Character [[X2F26]] [[&#X2F26;]] has similar meaning.
$a="⼦子";
 
echo "$a\n";
 
$N=strlen($a);
 
echo "The array has $N bytes; here is its splitting:\n";
 
   
  +
Character [[X5B50]] [[&#X5B50;]] seems to be more usual than<br>
for($n=0;$n<$N;$n++)
 
  +
character [[X2F26]] [[&#X2F26;]]
{
 
printf("%02x ",ord($a[$n]) );
 
}
 
echo "\n";
 
   
  +
==Phonetic==
$b = mb_str_split($a);
 
   
  +
<div style="float:left; margin:-20px 0px 0px -210px; background-color:#ffFFff">
var_dump($b);
 
  +
[[File:Lake Shiroyamako Honzawa Dam.JPG|200px]]<small><center>
$M=count($b);
 
  +
Shiroyamako <ref name="shiroyamako">
  +
https://commons.wikimedia.org/wiki/File:Lake_Shiroyamako_Honzawa_Dam.JPG
  +
日本語: 神奈川県相模原市の本沢ダムの城山湖
  +
Date 23 November 2011
  +
Source Own work
  +
Author Tx-re
  +
</ref>
  +
</center></small>
  +
</div>
   
  +
In Japanese language, character [[X5B50]] [[&#X5B50;]]
#mb_internal_encoding("UTF-8");
 
  +
is pronounced as "ko", こ.
   
  +
The same sound "ko" can be used to denote character [[X2F26]] [[&#X2F26;]].
for($m=0;$m<$M;$m++)
 
{
 
printf("\n");
 
$c=$b[$m];
 
$u=uniord($c);
 
printf("Unicode character number %05d id est, [[X%04X]]\n",$u,$u);
 
$d=strlen($c);
 
echo "Picture: [[$c]] ; uses $d bytes. These bytes are:\n";
 
for($n=0;$n<$d;$n++) printf("x%2X ",ord($c[$n]));
 
printf("in the hexadecimal representation and\n");
 
for($n=0;$n<$d;$n++) printf("%3d ",ord($c[$n]));
 
printf("in the decimal representation\n");
 
}
 
?>
 
</pre>
 
</small></div>
 
This program uses the portable [[PHP]] functions
 
[[unichr.t]],
 
[[mb_str_split.t]],
 
[[uniord.t]].
 
   
  +
Sound "ko" has also other meanings.
The ouptput is
 
  +
It may indicate a lake, natural or artificial water reservoir:
<pre>
 
  +
[[Sagamiko]]<ref>
  +
https://ja.wikipedia.org/wiki/相模湖
  +
相模湖(さがみこ)は、神奈川県相模原市緑区にある湖。相模川を相模ダムによってせき止めて作られた人造湖である。命名者は内山岩太郎元神奈川県知事。..
  +
</ref>,
  +
[[Shiroyamako]] <ref name="shiroyamako">
  +
https://commons.wikimedia.org/wiki/File:Lake_Shiroyamako_Honzawa_Dam.JPG
  +
日本語: 神奈川県相模原市の本沢ダムの城山湖
  +
Date 23 November 2011
  +
Source Own work
  +
Author Tx-re
  +
</ref>,
  +
[[Yamanakako]]<ref name="yamanakako">
  +
https://ja.wikipedia.org/wiki/山中湖
  +
山中湖([[やまなかこ]])は、山梨県南都留郡山中湖村にある淡水湖。
  +
</ref>, etc.. In this case, sound "ko" refers to another kanji; for example, [[X6E56]] [[&#X6E56;]].
  +
  +
==[[Jisho]]==
  +
<div style="margin:-14px -14px 0px -200px; background-color:#ffFFff;">
  +
<div style="margin:0px 0px 0px 30px; line-height:1.2em">
  +
  +
<div style="float:right; margin:-22px 0px 0px 0px">
  +
[[File:Kimtaro400x400.jpeg|100px]]<small><center>
  +
[[Kimtaro]], [[jisho]]<ref name="jisho"/>
  +
</center></small></div>
  +
<br><br>
  +
[[Jisho]] <ref name="jisho"/>
  +
suggests the following description:
  +
  +
  +
3 strokes
  +
  +
Radical: child, seed 子
  +
  +
Parts: 子
  +
  +
child, sign of the rat, 11PM-1AM, first sign of Chinese zodiac
  +
  +
Kun: こ、 -こ、 ね
  +
  +
On: シ、 ス、 ツ
  +
  +
Jōyō kanji, taught in grade 1
  +
JLPT level N5
  +
  +
72 of 2500 most used kanji in newspapers
  +
  +
子 【シ】 child (esp. a boy), viscount, founder of a school of thought (esp. Confucius), master, masters and philosophers (categorization of Chinese classical literature), you, -er (i.e. man who spends all his time doing...)
  +
  +
子宮 【シキュウ】 womb, uterus
  +
  +
中性子 【チュウセイシ】 neutron
  +
  +
精子 【セイシ】 sperm
  +
  +
主 【ス】 honorific (or familiar) suffix used after a name
  +
  +
金子 【キンス】 money, funds
  +
  +
恵比寿 【エビス】 Ebisu, god of fishing and commerce
  +
  +
対子 【トイツ】 pair, eyes
  +
  +
七対子 【チートイツ】 seven pairs, winning hand composed of seven pairs
  +
  +
Kun reading compounds
  +
  +
子 【こ】 child, young (animal), young woman, young geisha, offshoot, interest, new shares, player who is not a dealer (in cards, mahjong, etc.), bird egg, -er (often of young women)
  +
  +
子 【こう】 child, interest
  +
  +
根っこ 【ねっこ】 root (of a plant), stump (of a tree), root (of a problem, etc.), base, foundation, origin, source
  +
  +
江戸っ子 【えどっこ】 true Tokyoite, Edoite, person born and raised in Edo
  +
  +
子 【ね】 the Rat (first sign of the Chinese zodiac), hour of the Rat (around midnight, 11pm to 1am, or 12 midnight to 2am), north, eleventh month of the lunar calendar
  +
  +
子忌み 【ねいみ】 collecting herbs and pulling out young pine trees by the roots (annual event held on the first day of the Rat of the New Year)
  +
  +
庚子 【かのえね】 Metal Rat (37th year of the sexagenary cycle, e.g. 1960, 2020, 2080)
  +
  +
甲子 【きのえね】 Wood Rat (1st year of the sexagenary cycle, e.g. 1924, 1984, 2044)
  +
  +
Readings
  +
  +
Japanese names: い、 き、 ぎ、 く、 け、 ねっ
  +
  +
==[[Nihongomaster]]==
  +
<div style="float:right; margin:-20px 0px 0px 0px">
  +
[[File:Front classroom.png|108px]]<small><center>
  +
[[Nihongomaster]]<ref name="Nihongomaster">
  +
https://www.nihongomaster.com/dictionary/kanji/1084/子
  +
Definition of 子
  +
child
  +
sign of the rat
  +
11PM-1AM
  +
first sign of Chinese zodiac
  +
Readings
  +
On'Yomi (音読み) Kun'yomi (訓読み)
  +
  +
  +
  +
  +
-こ
  +
  +
Popular Words With This Kanji
  +
子, 児, こ
  +
child, young (animal), young woman, young geisha, offshoot, interest, new shares, bird egg, (after a noun or -masu stem) -er (often of young women)
  +
  +
子供, 子ども, 小供, こども
  +
child, children
  +
  +
子供, 子ども, 小供, こども
  +
child, children
  +
  +
女子, じょし, おなご, おみなご
  +
woman, girl
  +
  +
男子, だんし
  +
youth, young man
  +
  +
原子力, げんしりょく
  +
atomic energy, nuclear power
  +
  +
様子, 容子, ようす
  +
state, state of affairs, situation, circumstances, appearance, look, aspect, sign, indication
  +
  +
様子, 容子, ようす
  +
state, state of affairs, situation, circumstances, appearance, look, aspect, sign, indication
  +
  +
息子, 息, むすこ, そく
  +
son, penis
  +
  +
金子, きんす
  +
money, funds
  +
</ref></center></small></div>
  +
  +
[[Nihongomaster]] <ref name="Nihongomaster">
  +
https://www.nihongomaster.com/dictionary/kanji/1084/子
  +
Definition of 子
  +
child
  +
sign of the rat
  +
11PM-1AM
  +
first sign of Chinese zodiac
  +
Readings
  +
On'Yomi (音読み) Kun'yomi (訓読み)
  +
  +
  +
  +
  +
-こ
  +
  +
Popular Words With This Kanji
  +
子, 児, こ
  +
child, young (animal), young woman, young geisha, offshoot, interest, new shares, bird egg, (after a noun or -masu stem) -er (often of young women)
  +
  +
子供, 子ども, 小供, こども
  +
child, children
  +
  +
子供, 子ども, 小供, こども
  +
child, children
  +
  +
女子, じょし, おなご, おみなご
  +
woman, girl
  +
  +
男子, だんし
  +
youth, young man
  +
  +
原子力, げんしりょく
  +
atomic energy, nuclear power
  +
  +
様子, 容子, ようす
  +
state, state of affairs, situation, circumstances, appearance, look, aspect, sign, indication
  +
  +
様子, 容子, ようす
  +
state, state of affairs, situation, circumstances, appearance, look, aspect, sign, indication
  +
  +
息子, 息, むすこ, そく
  +
son, penis
  +
  +
金子, きんす
  +
money, funds
  +
</ref>
  +
suggests the following descriptions (and some of them even twice):
  +
  +
Definition of 子
  +
child
  +
  +
sign of the rat
  +
11PM-1AM
  +
  +
first sign of Chinese zodiac
  +
  +
Readings On'Yomi (音読み)
  +
  +
  +
  +
  +
Kun'yomi (訓読み)
  +
  +
-こ
  +
  +
  +
Popular Words With This Kanji
  +
  +
子, 児, こ
  +
child, young (animal), young woman, young geisha, offshoot, interest, new shares, bird egg, (after a noun or -masu stem) -er (often of young women)
  +
  +
子供, 子ども, 小供, こども
  +
child, children
  +
  +
女子, じょし, おなご, おみなご
  +
woman, girl
  +
  +
男子, だんし
  +
youth, young man
  +
  +
原子力, げんしりょく
  +
atomic energy, nuclear power
  +
  +
様子, 容子, ようす
  +
state, state of affairs, situation, circumstances, appearance, look, aspect, sign, indication
  +
  +
息子, 息, むすこ, そく
  +
son, penis
  +
  +
金子, きんす
  +
money, funds
  +
  +
==[[&#X2F26;]] and [[&#X5B50;]]==
  +
  +
The two characters [[X2F26]] [[&#X2F26;]] and [[X5B50]] [[&#X5B50;]] have similar pictures, similar pronunciation and similar meaning.
  +
The dictionaries mentioned above ignore this confusion, making wrong and dangerous impression of simplicity.
  +
  +
In order to distinguish the two characters, some programming is required.<!--
  +
In [[Utf8]], character [[X5B50]] [[&#X5B50;]]
  +
is encoded with 3 bytes. These bytes are:<br>
  +
xE2 xBC xA6 in the hexadecimal representation and<br>
  +
226 188 166 in the decimal representation.!-->
  +
The [[Utf8]] encoding of these two characters can be revealed by [[PHP]] program [[du.t]] activated with command
  +
  +
php du.t ⼦子
  +
  +
The optput is
  +
<poem>
 
⼦子
 
⼦子
 
The array has 6 bytes; here is its splitting:
 
The array has 6 bytes; here is its splitting:
Line 147: Line 345:
 
xE5 xAD x90 in the hexadecimal representation and
 
xE5 xAD x90 in the hexadecimal representation and
 
229 173 144 in the decimal representation
 
229 173 144 in the decimal representation
</pre>
+
</poem>
 
==Semantic==
 
<div style="float:left;margin:-110px 8px 0px -174px">
 
[[File:BabyGirlRed02.jpg|170px]]<!--
 
[[File:VietnameseGirl1301846424fragme.jpg]]!--><br>
 
[[&#X2F26;]] ([[X2F26]]) or [[&#X5B50;]] ([[X5B50]])
 
</div>
 
In [[Chinese]] and [[Japanese]] languages,
 
Character [[&#X2F26;]] ([[X2F26]])
 
has sense "child", "baby", Human of age under 17 years.
 
The similar meaning is related also with character [[&#X5B50;]] ([[X5B50]]).
 
 
==Phonetic==
 
In Japanese language, character [[&#X2F26;]] ([[X2F26;]])
 
is pronounced as "ko", こ. (The same as character [[&#X5B50;]] ([[X5B50]]))
 
 
This sound has also other meanings.
 
It may indicate a lake, natural or artificial water reservoir.
 
   
 
==Confusion==
 
==Confusion==
  +
[[JanjiRadical]] [[X2F26]] [[&#X2F26;]] <ref name="c2f26">
Characters
 
  +
https://util.unicode.org/UnicodeJsps/character.jsp?a=2f26
[[X2F26]] ([[&#X2F26;]]),
 
  +
[[⼦]]
[[X5B50]] ([[&#X5B50;]])
 
  +
2F26
look similar. This may cause confusions. There are alerts about this congusion
 
  +
KANGXI RADICAL CHILD
  +
Han Script
  +
id: allowed
  +
confuse: [[子]] ..
  +
</ref> and <br>
  +
[[KanjiLiberal]] [[X5B50]] [[&#X5B50;]] <ref name="x5b50">
  +
https://util.unicode.org/UnicodeJsps/character.jsp?a=5B50
  +
[[子]]
  +
5B50
  +
CJK UNIFIED IDEOGRAPH-5B50
  +
Han Script
  +
id: restricted
  +
confuse: [[⼦]] ..
  +
</ref> look similar. <br>
  +
This causes confusions. There are alerts about this congusion
 
<ref>
 
<ref>
 
http://www.unicode.org/Public/security/revision-03/confusablesSummary.txt
 
http://www.unicode.org/Public/security/revision-03/confusablesSummary.txt
Line 204: Line 399:
   
 
Usually, a Human, even the native Japanese speaker,
 
Usually, a Human, even the native Japanese speaker,
looking at characters [[&#X2F26;]] [[&#X5B50;]],
+
looking at [[&#X2F26;]] [[&#X5B50;]],
 
cannot guess, which of them is [[X2F26]] and which is [[X5B50]].
 
cannot guess, which of them is [[X2F26]] and which is [[X5B50]].
 
For citing, the alphanumerical names [[X2F26]] and [[X5B50]] seem to be better, than [[&#X2F26;]] and [[&#X5B50;]].
 
For citing, the alphanumerical names [[X2F26]] and [[X5B50]] seem to be better, than [[&#X2F26;]] and [[&#X5B50;]].
  +
For this reason, four similar articles
 
  +
Some software programmers try to resolve such confusions,
[[X2F26]], [[X5B50]], [[&#X2F26;]], [[&#X5B50;]] are loaded.
 
  +
making authomatical substitutes, redirects from some Unicode characters (and/or even sequences) to another. Usually, such a "correction" does not generate any alert; no any warning appear.
  +
  +
As the result, the content of an article with any non-ascii name, at the backing and recovering, may happen to be lost, replaced to article with the "correct" spelling of the name, containing only the "redirect".
  +
  +
Yet, no such a "conspyration" substitution is detected namely for characters &#X2F26; and &#X5B50;.
  +
However, such an "updates" may appear in future. For this reason, the four similar articles
  +
[[X2F26]], [[X5B50]], [[&#X2F26;]], [[&#X5B50;]] are loaded in [[TORI]].
   
 
==References==
 
==References==
  +
</div>
 
<small>
 
<small>
<div style="margin:0px -14px 0px -200px;background-color:#FFffFF;line-height: 1.1;">
+
<div style="margin:0px 0px 0px 10px;line-height: 1.1em;">
 
<references/>
 
<references/>
 
</div>
 
</div>
 
</small>
 
</small>
  +
  +
<div style="margin:0px 0px 0px 30px;line-height: 1.2em">
  +
 
==Keywords==
 
==Keywords==
 
[[Baby]],
 
[[Baby]],
Line 222: Line 428:
 
[[Japanese]],
 
[[Japanese]],
 
[[Kanji]],
 
[[Kanji]],
  +
[[KanjiLiberal]],
  +
[[KanjiRadical]],
 
[[PHP]],
 
[[PHP]],
 
[[SomeU]],
 
[[SomeU]],
 
[[Utf8table]],
 
[[Utf8table]],
 
[[UtfH]],
 
[[UtfH]],
[[X2f26]],
+
[[X2F26]] [[&#X2F26;]],
[[X5B50]],
+
[[X5B50]] [[&#X5B50;]]
   
   
Line 234: Line 442:
 
[[Category:Chinese]]
 
[[Category:Chinese]]
 
[[Category:Japanese]]
 
[[Category:Japanese]]
  +
[[Category:Jisho]]
 
[[Category:Kanji]]
 
[[Category:Kanji]]
  +
[[Category:KanjiLiberal]]
  +
[[Category:Nihongomaster]]
 
[[Category:PHP]]
 
[[Category:PHP]]
 
[[Category:SomeU]]
 
[[Category:SomeU]]
 
[[Category:Utf8Table]]
 
[[Category:Utf8Table]]
 
[[Category:UtfH]]
 
[[Category:UtfH]]
[[Category:X2f26]]
+
[[Category:X2F26]]
 
[[Category:X5B50]]
 
[[Category:X5B50]]
  +
[[Category:&#X2F26;]]
  +
[[Category:&#X5B50;]]

Latest revision as of 21:32, 26 April 2023

X5B50.png

 Drawing X2F26 and/or X5B50 [1]

X5B50 is Unicode character number 23376, KanjiLiberal.

X5B50 appears as symbol number 760 in the list of 2136 recommended Japanese kanjis [2].

X5B50 can be pronounced as "ko" and denote "child", baby.

X5B50 is easy to confuse with character X2F26 , KanjiRadical: it has similar pictures, similar pronunciations and similar meanings.

Semantic

VietnameseGirl1301846424fragme.jpg

X2F26 or X5B50

In Chinese and Japanese languages, character X5B50 , has sense "child", "baby".

Generally, X5B50 may denote any Human(s) of age under 17 years.

Character X2F26 has similar meaning.

Character X5B50 seems to be more usual than
character X2F26

Phonetic

Lake Shiroyamako Honzawa Dam.JPG

Shiroyamako [3]

In Japanese language, character X5B50 is pronounced as "ko", こ.

The same sound "ko" can be used to denote character X2F26 .

Sound "ko" has also other meanings. It may indicate a lake, natural or artificial water reservoir: Sagamiko[4], Shiroyamako [3], Yamanakako[5], etc.. In this case, sound "ko" refers to another kanji; for example, X6E56 .

Jisho



Jisho [1] suggests the following description:

子 3 strokes

Radical: child, seed 子

Parts: 子

child, sign of the rat, 11PM-1AM, first sign of Chinese zodiac

Kun: こ、 -こ、 ね

On: シ、 ス、 ツ

Jōyō kanji, taught in grade 1 JLPT level N5

72 of 2500 most used kanji in newspapers

子 【シ】 child (esp. a boy), viscount, founder of a school of thought (esp. Confucius), master, masters and philosophers (categorization of Chinese classical literature), you, -er (i.e. man who spends all his time doing...)

子宮 【シキュウ】 womb, uterus

中性子 【チュウセイシ】 neutron

精子 【セイシ】 sperm

主 【ス】 honorific (or familiar) suffix used after a name

金子 【キンス】 money, funds

恵比寿 【エビス】 Ebisu, god of fishing and commerce

対子 【トイツ】 pair, eyes

七対子 【チートイツ】 seven pairs, winning hand composed of seven pairs

Kun reading compounds

子 【こ】 child, young (animal), young woman, young geisha, offshoot, interest, new shares, player who is not a dealer (in cards, mahjong, etc.), bird egg, -er (often of young women)

子 【こう】 child, interest

根っこ 【ねっこ】 root (of a plant), stump (of a tree), root (of a problem, etc.), base, foundation, origin, source

江戸っ子 【えどっこ】 true Tokyoite, Edoite, person born and raised in Edo

子 【ね】 the Rat (first sign of the Chinese zodiac), hour of the Rat (around midnight, 11pm to 1am, or 12 midnight to 2am), north, eleventh month of the lunar calendar

子忌み 【ねいみ】 collecting herbs and pulling out young pine trees by the roots (annual event held on the first day of the Rat of the New Year)

庚子 【かのえね】 Metal Rat (37th year of the sexagenary cycle, e.g. 1960, 2020, 2080)

甲子 【きのえね】 Wood Rat (1st year of the sexagenary cycle, e.g. 1924, 1984, 2044)

Readings

Japanese names: い、 き、 ぎ、 く、 け、 ねっ

Nihongomaster

Nihongomaster [6] suggests the following descriptions (and some of them even twice):

Definition of 子 child

sign of the rat 11PM-1AM

first sign of Chinese zodiac

Readings On'Yomi (音読み) シ ス ツ

Kun'yomi (訓読み) こ -こ ね

Popular Words With This Kanji

子, 児, こ child, young (animal), young woman, young geisha, offshoot, interest, new shares, bird egg, (after a noun or -masu stem) -er (often of young women)

子供, 子ども, 小供, こども child, children

女子, じょし, おなご, おみなご woman, girl

男子, だんし youth, young man

原子力, げんしりょく atomic energy, nuclear power

様子, 容子, ようす state, state of affairs, situation, circumstances, appearance, look, aspect, sign, indication

息子, 息, むすこ, そく son, penis

金子, きんす money, funds

and

The two characters X2F26 and X5B50 have similar pictures, similar pronunciation and similar meaning. The dictionaries mentioned above ignore this confusion, making wrong and dangerous impression of simplicity.

In order to distinguish the two characters, some programming is required. The Utf8 encoding of these two characters can be revealed by PHP program du.t activated with command

php du.t ⼦子

The optput is

⼦子
The array has 6 bytes; here is its splitting:
e2 bc a6 e5 ad 90
array(2) {
  [0]=>
  string(3) "⼦"
  [1]=>
  string(3) "子"
}

Unicode character number 12070 id est, X2F26
Picture:  ; uses 3 bytes. These bytes are:
xE2 xBC xA6 in the hexadecimal representation and
226 188 166 in the decimal representation

Unicode character number 23376 id est, X5B50
Picture:  ; uses 3 bytes. These bytes are:
xE5 xAD x90 in the hexadecimal representation and
229 173 144 in the decimal representation

Confusion

JanjiRadical X2F26 [7] and
KanjiLiberal X5B50 [8] look similar.
This causes confusions. There are alerts about this congusion [9][10][11].

Usually, a Human, even the native Japanese speaker, looking at , cannot guess, which of them is X2F26 and which is X5B50. For citing, the alphanumerical names X2F26 and X5B50 seem to be better, than and .

Some software programmers try to resolve such confusions, making authomatical substitutes, redirects from some Unicode characters (and/or even sequences) to another. Usually, such a "correction" does not generate any alert; no any warning appear.

As the result, the content of an article with any non-ascii name, at the backing and recovering, may happen to be lost, replaced to article with the "correct" spelling of the name, containing only the "redirect".

Yet, no such a "conspyration" substitution is detected namely for characters ⼦ and 子. However, such an "updates" may appear in future. For this reason, the four similar articles X2F26, X5B50, , are loaded in TORI.

References

  1. 1.0 1.1 1.2 https://jisho.org/search/%23kanji%20%E5%AD%90
    https://jisho.org/search/%23kanji%20子 子 3 strokes Radical: child, seed 子 Parts: 子 child, sign of the rat, 11PM-1AM, first sign of Chinese zodiac Kun: こ、 -こ、 ね On: シ、 ス、 ツ Jōyō kanji, taught in grade 1 JLPT level N5 72 of 2500 most used kanji in newspapers Words starting with 子 Words ending with 子 Words containing 子 External links Stroke order ..
  2. https://en.wikipedia.org/wiki/List_of_jōyō_kanji The jōyō kanji system of representing written Japanese consists of 2,136 characters. .. 760 子 子 3 1 child シ、ス、こ shi, su, ko
  3. 3.0 3.1 https://commons.wikimedia.org/wiki/File:Lake_Shiroyamako_Honzawa_Dam.JPG 日本語: 神奈川県相模原市の本沢ダムの城山湖 Date 23 November 2011 Source Own work Author Tx-re
  4. https://ja.wikipedia.org/wiki/相模湖 相模湖(さがみこ)は、神奈川県相模原市緑区にある湖。相模川を相模ダムによってせき止めて作られた人造湖である。命名者は内山岩太郎元神奈川県知事。..
  5. https://ja.wikipedia.org/wiki/山中湖 山中湖(やまなかこ)は、山梨県南都留郡山中湖村にある淡水湖。
  6. 6.0 6.1 https://www.nihongomaster.com/dictionary/kanji/1084/子 Definition of 子 child sign of the rat 11PM-1AM first sign of Chinese zodiac Readings On'Yomi (音読み) Kun'yomi (訓読み) シ ス ツ こ -こ ね Popular Words With This Kanji 子, 児, こ child, young (animal), young woman, young geisha, offshoot, interest, new shares, bird egg, (after a noun or -masu stem) -er (often of young women) 子供, 子ども, 小供, こども child, children 子供, 子ども, 小供, こども child, children 女子, じょし, おなご, おみなご woman, girl 男子, だんし youth, young man 原子力, げんしりょく atomic energy, nuclear power 様子, 容子, ようす state, state of affairs, situation, circumstances, appearance, look, aspect, sign, indication 様子, 容子, ようす state, state of affairs, situation, circumstances, appearance, look, aspect, sign, indication 息子, 息, むすこ, そく son, penis 金子, きんす money, funds
  7. https://util.unicode.org/UnicodeJsps/character.jsp?a=2f26 2F26 KANGXI RADICAL CHILD Han Script id: allowed confuse: ..
  8. https://util.unicode.org/UnicodeJsps/character.jsp?a=5B50 5B50 CJK UNIFIED IDEOGRAPH-5B50 Han Script id: restricted confuse: ..
  9. http://www.unicode.org/Public/security/revision-03/confusablesSummary.txt
    1. Summary: Recommended confusable mapping for IDN
    2. File: confusablesSummary.txt
    3. Version: 2.1-draft
    4. Generated: 2010-04-13, 01:33:25 GMT
    5. Checkin: $Revision: 1.29 $
    6. For documentation and usage, see http://www.unicode.org/reports/tr39/
    .. 子 ⼦ // (‎ ⼦ ‎) 2F26 KANGXI RADICAL CHILD .. // (‎ 子 ‎) 5B50 CJK UNIFIED IDEOGRAPH-5B50 ..
  10. https://util.unicode.org/UnicodeJsps/character.jsp?a=2F26 ⼦ 2F26 KANGXI RADICAL CHILD Han Script id: allowed confuse: ..
  11. https://util.unicode.org/UnicodeJsps/character.jsp?a=5B50 子 5B50 CJK UNIFIED IDEOGRAPH-5B50 Han Script id: restricted confuse: ..