From 919aa727c4a9c0e06c980509b1803e092bd800ad Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 21 Nov 1999 13:09:49 +0000 Subject: [PATCH] (WHITE SHOGI PIECE): New character. (BLACK SHOGI PIECE): New character. --- lisp/utf-2000/u02600-Miscellaneous-Symbols.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lisp/utf-2000/u02600-Miscellaneous-Symbols.el b/lisp/utf-2000/u02600-Miscellaneous-Symbols.el index e402d13..0051e86 100644 --- a/lisp/utf-2000/u02600-Miscellaneous-Symbols.el +++ b/lisp/utf-2000/u02600-Miscellaneous-Symbols.el @@ -156,6 +156,16 @@ (mirrored . nil) )) (define-char + '((name . "WHITE SHOGI PIECE") + (ucs . #x2616) + (japanese-jisx0213-1 #x26 #x64) ; ☖ + )) +(define-char + '((name . "BLACK SHOGI PIECE") + (ucs . #x2617) + (japanese-jisx0213-1 #x26 #x65) ; ☗ + )) +(define-char '((name . "REVERSED ROTATED FLORAL HEART BULLET") (ucs . #x2619) (general-category symbol other) ; Informative Category -- 1.7.10.4