From TORI
Jump to: navigation, search
Kan05.png
Woman does as 3 [1]

(, X59E6) is Unicode character number #23014.

Html entries:
(& # 2 3 0 1 4 ;)
(& # x 5 9 E 6 ;)

Phonetic

in Japanese, symbol may be pronounced as かん, "kan".

Semantic

The "unicode-table" [2] qualifies meaninv of (X59E6) as adultery, debauchery; debauch.

kanjipedia [3] suggests the 3 meanings the term :
① みだら。男女間の不義。女性をおかす。「姦淫(カンイン)」「姦通」「相姦」
②わるがしこい。よこしま。「姦計」「大姦」 類
①② 奸(カン)
③ かしましい。おしゃべりでうるさい。やかましい。下つき

Similar description is suggested by dictionary.goo [4].

The Kanji looks as combination of three Kanji, each of them could be
(X2F25), denoted also as (& # 1 2 0 6 9 ;),
(X5973), denoted also as (& # 2 2 8 9 9 ;),
(XF981), denoted also as (& # 6 3 8 7 3 ;).
This has simple mnemonic: in the vulgar interpretation, means a woman, that serves to 3 men at once (see Figure 1), as if she would be 3 women.

In more general meaning, may indicate any object, subject or action, that is considered as inappropriate by the puritan religion, that includes vestism and strong restrictions on the sexial activity and/or information about such activity (id est, censorship).

Encoding

Encoding of characters
(X2F25),
(X5973),
(X59E6),
(XF981)
can be reveled with the PHP code below:

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

function mb_str_split($str) {
   // split multibyte string in characters
   // at all positions except the start: ^
   // and the end: $
   $pattern = '/(?<!^)(?!$)/u';
   return preg_split($pattern,$str);
}

function uniord($a) 
{
  $M=strlen($a);
  $p=ord($a[0]);                    if($M==1) return $p;
  $p-=194;  $p*=64; $p+=ord($a[1]); if($M==2) return $p;
  $p-=2050; $p*=64; $p+=ord($a[2]);           return $p;
}

$a=unichr(0X2f25); echo "$a\n";
$a.=unichr(0X5973);echo "$a\n";
$a.=unichr(0X59E6);echo "$a\n";
$a.=unichr(0XF981);echo "$a\n";

//$a='⼤,大;⼩,小'; # two pairs of different unicode characters separated with "," and ";"
//$a='⼥,女;AАᎪᗅA'; # different unicode characters separated with "," and ";"
//$a='⼥,女'; # pair of different unicode characters separated with coma

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

The output is


⼥女
⼥女姦
⼥女姦女
The array has 12 bytes; here is its splitting:
e2 bc a5 e5 a5 b3 e5 a7 a6 ef a6 81
array(4) {
  [0]=>
  string(3) "⼥"
  [1]=>
  string(3) "女"
  [2]=>
  string(3) "姦"
  [3]=>
  string(3) "女"
}

Unicode character number 12069 id est, X2F25
Picture: uses 3 bytes. These bytes are:
XE2 XBC XA5 in the hexadecimal representation and
226 188 165 in the decimal representation

Unicode character number 22899 id est, X5973
Picture: uses 3 bytes. These bytes are:
XE5 XA5 XB3 in the hexadecimal representation and
229 165 179 in the decimal representation

Unicode character number 23014 id est, X59E6
Picture: uses 3 bytes. These bytes are:
XE5 XA7 XA6 in the hexadecimal representation and
229 167 166 in the decimal representation

Unicode character number 63873 id est, XF981
Picture: uses 3 bytes. These bytes are:
XEF XA6 X81 in the hexadecimal representation and
239 166 129 in the decimal representation

Censorship

Some sites returned by the google search for term seem to be censored; the access is restricted.

Development of relations, qualified with term , usually us not shown. Giving light to a baby, that is supposed to be natural result of these relations, is not presented in the open-access sites.

Confusion

Character should not be confused with characters (, X597B ) nor with character ( X5A6A) that refer to Chinese language and seem to have no definite meanings in Japanese.

References

  1. http://analnoe.tv/ebut-suku-tolpoi-v-gruppovom-bdsm/ ..толпой..(2021)
  2. https://unicode-table.com/en/59E6/ 姦 Ideograph adultery, debauchery; debauch CJK gaan1 , jiān U+59E6 Click to copy and paste symbol Technical information Name Ideograph adultery, debauchery; debauch CJK Unicode number U+59E6 HTML-code 姦 CSS-code \59E6 Block CJK Unified Ideographs Unicode version: 1.1 (1993) Ideograph meaning // Ideograph adultery, debauchery; debauch CJK. CJK Unified Ideographs. // Ideograph adultery, debauchery; debauch CJK was approved as part of Unicode 1.1 in 1993. Properties Age 1.1 Block CJK Unified Ideographs Bidi Paired Bracket Type None Composition Exclusion No Case Folding 59E6 Simple Case Folding 59E6 Encoding Encoding hex dec (bytes) dec binary UTF-8 E5 A7 A6 229 167 166 15050662 11100101 10100111 10100110 UTF-16BE 59 E6 89 230 23014 01011001 11100110 UTF-16LE E6 59 230 89 58969 11100110 01011001 UTF-32BE 00 00 59 E6 0 0 89 230 23014 00000000 00000000 01011001 11100110 UTF-32LE E6 59 00 00 230 89 0 0 3864592384 11100110 01011001 00000000 00000000
  3. https://www.kanjipedia.jp/kanji/0001045600 意味 ① みだら。男女間の不義。女性をおかす。「姦淫(カンイン)」「姦通」「相姦」 ② わるがしこい。よこしま。「姦計」「大姦」 類 ①② 奸(カン) ③ かしましい。おしゃべりでうるさい。やかましい。 下つき 強姦(ゴウカン)・相姦(ソウカン)・大姦(タイカン)・輪姦(リンカン)・和姦(ワカン) 「姦」から始まる言葉 ▲姦しい(かしま-しい)▲姦悪(カンアク)▲姦淫(カンイン)▲姦計(カンケイ)▲姦賊(カンゾク)▲姦通(カンツウ)▲姦▲佞(カンネイ)▲姦夫(カンプ)▲姦(みだら)
  4. https://dictionary.goo.ne.jp/word/kanji/姦/姦 姦の解説 - 日本漢字能力検定協会 漢字ペディア 姦 部首 女 (おんな・おんなへん) 画数 9(部首内画数:6 ) 種別 - 漢検の級 準1級 音読み カン 訓読み みだら・ よこしま・ かしましい 意味 ①みだら。男女間の不義。女性をおかす。「姦淫(カンイン)」「姦通」「相姦」 ②わるがしこい。 よこしま。「姦計」「大姦」 [類]①②奸(カン) ③かしましい。おしゃべりでうるさい。やかまし い。

https://ja.erocool.com/detail/1837313o347631.html 今日の母娘// 2021/02/13

https://vi.hentai-img.com/image/--151/ 野外プレイ お外でセックス!!青画像 (2021)

Keywords

Censorship, Japanese, Kanji, KanjiLiberal, Sex, SomeH, SomeU, SomeUtf8, UtfH, Unicode, X2F25, X5973, X59E6, X597B, XF981,

, , , ,