CharMap is unicode table viewer for Emacs. With CharMap you can see the unicode table based on The Unicode Standard 6.2.
Newest CharMap is available on MELPA.
CharMap is really simple to use. Just execute a command 'M-x charmap' to display a unicode block that you want to see.
To see all unicode blocks, try to M-x charmap-all but the entire blocks are so huge to display and it takes a little time.
- C-f: forward
- C-b: backward
- C-n: next line
- C-p: previous line
- RET: copy a character that current cursor's on
- z: zoom(tooltip)
- s: search(NYI)
Here are customizable variables.
(defcustom charmap-text-scale-adjust 4
"Text scale."
:type 'integer
:group 'charmap)
(defface charmap-face '((t (:family "dejavu sans" :weight normal :slant normal :underline nil)))
"Font lock face used to *charmap* buffer."
:group 'charmap)