XF90A

From TORI
Revision as of 09:08, 17 June 2021 by T (talk | contribs) (Keywords)
Jump to: navigation, search
Kiloware.JPG

, or  : money, coins [1]

S61 the 60th year of the Emperor on the throne 100000gold.jpg

10^5 , 20g Au [2]

Netshopaward2017bn.jpg

Nagaazuki201.jpg

, or as a chain [3]

XF90A () is Unicode character number 63754.

It has sense "money" ("Kane") or gold ("kin").

Phonetic

Character XF90A () can be pronounced as "Kane" or as "Kin".

Characters X2FA6 () and X91D1 () have similar pronunciation.

Semantic

Character XF90A () may mean "money"; in this case, it is pronounces as "Kane".

Character XF90A () may mean "gold", Au; in this case, it is pronounces as "Kin".

Characters X2FA6 () and X91D1 () have similar meaning.

In the case of a coin, made of gold (Fig.2), the two meanings of character XF90A () coincide.

Confusion

Character XF90A () is easy to confuse with characters X2FA6 () and X91D1 (); in various softwares, the pictures look similar. This similarity can be revealed with the program gold.t below

<?php 
include "uni.t";

$a =unichr(0x2fa6); // echo "$a\n";
$a.=unichr(0x91d1); // echo "$a\n";
$a.=unichr(0xf90a);echo "$a\n";

$N=strlen($a);
echo "The array has $N bytes; here is its splitting:\n";

for($n=0;$n<$N;$n++)
{
printf("%02x ",ord($a[$n]) );
}
echo "\n";

$b = mb_str_split($a);

var_dump($b);
$M=count($b);

#mb_internal_encoding("UTF-8");

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");
}
?>

File uni.t should be also loaded in order to execute command

php gold.t

the output is:

⾦金金
The array has 9 bytes; here is its splitting:
e2 be a6 e9 87 91 ef a4 8a
array(3) {
  [0]=>
  string(3) "⾦"
  [1]=>
  string(3) "金"
  [2]=>
  string(3) "金"
}

Unicode character number 12198 id est, X2FA6
Picture: ; uses 3 bytes. These bytes are:
xE2 xBE xA6 in the hexadecimal representation and
226 190 166 in the decimal representation

Unicode character number 37329 id est, X91D1
Picture: ; uses 3 bytes. These bytes are:
xE9 x87 x91 in the hexadecimal representation and
233 135 145 in the decimal representation

Unicode character number 63754 id est, XF90A
Picture: ; uses 3 bytes. These bytes are:
xEF xA4 x8A in the hexadecimal representation and
239 164 138 in the decimal representation

In the output above, all the 3 characters X2FA6, X91D1, XF90A look similar; many software also confuse at least the two last of them, id est, X91D1, XF90A.

This confusion is recognized [4][5][6]

In cases, when the confusion may occur, the hexadecimal representations X2FA6, X91D1, XF90A should be used instead of , , .

References

  1. https://commons.wikimedia.org/wiki/File:Kiloware.JPG Description Münzen aus aller Welt, sog. "Kiloware" Date 23 October 2016 Source Own work Author Michael Sander .. You are free: to share – to copy, distribute and transmit the work// to remix – to adapt the work Under the following conditions: attribution.. share alike..
  2. https://www.mof.go.jp/english/policy/currency/coin/commemorative_coins/list.htm Commemorative Coins List The 60th year of the Emperor on the throne 100,000 yen Gold Coin 1986 1987 The 60th year of the Emperor on the throne 100,000 yen Gold Coin Pure Gold 30.0mm 20.0g
  3. https://nature-guidance.jp/SHOP/gf-n20-1.html 14kgf・長アズキチェーン(2mm)「ゴールドフィルド」20cm(1本)です。 価格: 860円 (税込)
  4. https://util.unicode.org/UnicodeJsps/character.jsp?a=2FA6&B1=Show 2FA6 KANGXI RADICAL GOLD Han Script id: allowed confuse: ,
  5. https://util.unicode.org/UnicodeJsps/character.jsp?a=91D1 91D1 CJK UNIFIED IDEOGRAPH-91D1 Han Script id: restricted confuse: ,
  6. https://util.unicode.org/UnicodeJsps/character.jsp?a=F90A F90A CJK COMPATIBILITY IDEOGRAPH-F90A Han Script id: allowed confuse: ,

Keywords

Au, Chinese, Gold, Japanese, Kanji, KanjiLiberal, KanjiRadical, PHP, Unicode, X2f20 (), X2F74 ()

X2FA6, X91D1, XF90A, , ,