![]() search |
TALISMAN
general
Information
Unix server |
|
Kana's Kanji Origins
|
Erlkönig: Kana's Kanji Origins
Hiragana/Katakana with Kanji of Origin |
a | i | u | e | o | |
---|---|---|---|---|---|
- |
あ
ア 安 阿 |
い
イ 以 伊 |
う
ウ 宇 |
え
エ 衣 江 |
お
オ 於 |
k |
か
カ 加 |
き
キ 幾 |
く
ク 久 |
け
ケ 計 介 |
こ
コ 己 |
s |
さ
サ 左 散 |
し
シ 之 |
す
ス 寸 須 |
せ
セ 世 |
そ
ソ 曽 |
t |
た
タ 太 多 |
ち
チ 知 千 |
つ
ツ 川 州 or
|
て
テ 夭 |
と
ト 止 |
n |
な
ナ 奈 |
に
ニ 仁 二 |
ぬ
ヌ 奴 |
ね
ネ 祢 禰 or
|
の
ノ 乃 |
h |
は
ハ 波 八 |
ひ
ヒ 比 |
ふ
フ 不 |
へ
ヘ 部 |
ほ
ホ 保 |
m |
ま
マ 末 |
み
ミ 美 三 |
む
ム 武 牟 |
め
メ 女 |
も
モ 毛 |
y |
や
ヤ 也 |
ゆ
ユ 由 |
よ
ヨ 与 |
||
r |
ら
ラ 良 |
り
リ 利 |
る
ル 留 流 |
れ
レ 礼 |
ろ
ロ 呂 |
w |
わ
ワ 和 |
ゐ
ヰ archaic |
ゑ
ヱ archaic |
を
ヲ 遠 乎 |
|
n |
ん
ン 无 尓 |
Links to kanji descriptions are still pending.
The last five kanji found were trivially located phonetically using the guile multinational input system in emacs 21.2, saved in EUC-JP, and then converted to unicode values through a roundabout mechanism of translating the EUC-JP webpage to UTF-8 using the Plan9 project's tcs program, with the resulting bytes recalculated into hexadecimal codes for HTML character entities via emacs' C-x = command and bc.
Since emacs' support for unicode UTF-8 kanji was still fledgeling (allowing easy editing but inexplicably refusing to save in the UTF-8 encoding if characters in certain code ranges are present), the japanese sentence near the top was converted from ISO-2022-JP to UTF-8 using tcs, then copied into this webpage as raw data. Such circumlocutions should no longer be necessary with modern versions of GNU emacs (around version 21.3.50 and later), which can save directly into Unicode UTF-8 encoding. In such versions, see the docs for `M-x set-input-method', `M-x set-buffer-file-coding-system'.
The following EMACS LISP code fragment can also be useful:
; available in emacs 21.3.50+
(if (boundp' utf-translate-cjk-mode)
(utf-translate-cjk-mode 1))