[Tex/LaTex] how to include chess symbols in text

chesssymbols

I would like to know how to include chess symbols in normal text in LaTeX. I have looked online but the packages chess.sty or skak are too old or they display chessboards.

Best Answer

skak works fine, just try the \symXXX symbols, which are suited for in-text use:

\documentclass{article}

\usepackage{skak}

\begin{document}

This is some normal text with chess symbols included, first off the king \symking,
followed by the queen \symqueen, and finally a pawn \sympawn.

\end{document}

enter image description here

You can retrieve a full list of the symbols on page 94 of the The Comprehensive LaTeX Symbol List.