Chess symbols in Unicode

Chess symbols are part of Unicode. Instead of using images, one can represent chess pieces by symbols that are defined in the Unicode character set. This makes it possible to:

  • Use figurine algebraic notation, which replaces the letter that stands for a piece by its symbol, e.g. ♘c6 instead of Nc6. This enables the moves to be read independent of language (the letter abbreviations of pieces in algebraic notation vary from language to language).
  • Produce the symbols using a text editor or word processor rather than a graphics editor.
Font depictions of Unicode chess symbols (in the same order as the table). Top: Arial Unicode MS font. Bottom: Tahoma font.
GNU Chess using Unicode chess characters to display a chess board in the terminal.

In order to display or print these symbols, one has to have one or more fonts with good Unicode support installed on the computer, and the document (Web page, word processor document, etc.) must use one of these fonts.[1]

Unicode version 12.0 has allocated a whole character block at 0x1FA00 for inclusion of extra chess piece representations. This standard points to several new characters being created in this block, including rotated pieces and neutral (neither white nor black) pieces.

Unicode code points and HTML

Traditional chess symbols are part of the Miscellaneous Symbols block. Alternate symbols to support, for example, fairy chess are defined in the Chess Symbols block.

Chess Symbols
Unicode.org chart (PDF)
NameSymbolCode pointHTML (decimal)HTML (hex)
white chess kingU+2654♔♔
white chess queenU+2655♕♕
white chess rookU+2656♖♖
white chess bishopU+2657♗♗
white chess knightU+2658♘♘
white chess pawnU+2659♙♙
black chess kingU+265A♚♚
black chess queenU+265B♛♛
black chess rookU+265C♜♜
black chess bishopU+265D♝♝
black chess knightU+265E♞♞
black chess pawn♟︎U+265F♟♟

Chessboard using Unicode symbols

8
7
6
5
4
3
2
1
a b c d e f g h

References

  • http://js1k.com/2010-first/demo/750 Playable chess in 1024 bytes of javascript. Entry in JS1k competition by Óscar Toledo G. Usage of Unicode Chess symbols enables a playable design and keep the code less than 1024 bytes.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.