From 3b40aacd5233b93a5f3c2fc959adb8b2f1025aad Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 14 Jan 2024 10:57:43 -0800 Subject: [PATCH] Quick text file of all the Unicode chess characters --- chess_pieces.txt | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 chess_pieces.txt diff --git a/chess_pieces.txt b/chess_pieces.txt new file mode 100644 index 0000000..0c641ce --- /dev/null +++ b/chess_pieces.txt @@ -0,0 +1,47 @@ +♔ +WHITE CHESS KING +Unicode: U+2654, UTF-8: E2 99 94 + +♕ +WHITE CHESS QUEEN +Unicode: U+2655, UTF-8: E2 99 95 + +♖ +WHITE CHESS ROOK +Unicode: U+2656, UTF-8: E2 99 96 + +♗ +WHITE CHESS BISHOP +Unicode: U+2657, UTF-8: E2 99 97 + +♘ +WHITE CHESS KNIGHT +Unicode: U+2658, UTF-8: E2 99 98 + +♙ +WHITE CHESS PAWN +Unicode: U+2659, UTF-8: E2 99 99 + +♚ +BLACK CHESS KING +Unicode: U+265A, UTF-8: E2 99 9A + +♛ +BLACK CHESS QUEEN +Unicode: U+265B, UTF-8: E2 99 9B + +♜ +BLACK CHESS ROOK +Unicode: U+265C, UTF-8: E2 99 9C + +♝ +BLACK CHESS BISHOP +Unicode: U+265D, UTF-8: E2 99 9D + +♞ +BLACK CHESS KNIGHT +Unicode: U+265E, UTF-8: E2 99 9E + +♟ +chess pawn +Unicode: U+265F, UTF-8: E2 99 9F \ No newline at end of file