Sakana

From TORI
Revision as of 17:04, 3 July 2021 by T (talk | contribs) (Created page with "<div style="float:right;margin:-60px -14px 0px 0px"> 200px<center> Sakana as a fish <ref name="dk"> https://www.dkfindout.com/uk/animals-and-nature...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
WhatIsFish.png
Sakana as a fish [1]
Sashimi.jpg
Sakana as Sashimi

Sakana refers to the set of the following unicode characters:

KanjiRadical , X2FC2 [2] and
KanjiLiberal , X9B5A [3].

Also, term Sakana may refer to sound さかな. This pronunciation refers to each of these characters.

In addition, term Sacana may refer to an object, denoted with this sound, id est, any fish; for example, that shown in Fig.1.

Encoding

The sakana characters look similar to each other.

KanjiRadical , X2FC2 [2] is easy to confuse with
KanjiLiberal , X9B5A [3].

In order to distinguish these characters, some programming is necessary.


The Utf8 encoding of and can be revealed with PHP program du.t;

php du.t ⿂魚

does

⿂魚
The array has 6 bytes; here is its splitting:
e2 bf 82 e9 ad 9a
array(2) {
  [0]=>
  string(3) "⿂"
  [1]=>
  string(3) "魚"
}

Unicode character number 12226 id est, X2FC2
Picture:  ; uses 3 bytes. These bytes are:
XE2 XBF X82 in the hexadecimal representation and
226 191 130 in the decimal representation

Unicode character number 39770 id est, X9B5A
Picture:  ; uses 3 bytes. These bytes are:
XE9 XAD X9A in the hexadecimal representation and
233 173 154 in the decimal representation

References

  1. https://www.dkfindout.com/uk/animals-and-nature/fish/what-is-fish/ What is a fish? .. (2021)
  2. 2.0 2.1 https://util.unicode.org/UnicodeJsps/character.jsp?a=2FC2 2FC2 KANGXI RADICAL FISH Han Script id: allowed confuse:
  3. 3.0 3.1 https://util.unicode.org/UnicodeJsps/character.jsp?a=9B5A 9B5A CJK UNIFIED IDEOGRAPH-9B5A Han Script id: restricted confuse:

Keywoirds

Fish, Japanese, Kanji, KanjiLiberal, KanjiRadical, Sakana, Unicode, X2FC2 , X9B5A ,,,