<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title></title><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><style type="text/css">p { margin:0px; padding:0px; }</style></head><body style='background-color:rgb(255, 255, 255);background-image:none;background-repeat:repeat;background-position:0% 0%;font-family:serif;font-size:12px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;padding-top:5px;padding-bottom:5px;padding-left:5px;padding-right:5px;'><p><span style="font-family:Verdana;"><font size="1"><br />   Hello all,<br />   <br />  after browsing through Scott Pakin's "comprehensive LaTeX symbol list",<br />it seems that the (right lower corner filled triangle) is not acessible directly<br />as a character in LaTeX. I would love to be proved wrong, of course ...<br /><br />   Below is some TikZ code giving an idea of what this character should look like.<br /><br />Ewan<br /> <br />\documentclass[a4paper]{article}<br />\usepackage{tikz}<br />\begin{document}<br />     \begin{center}<br />    \begin{tikzpicture}<br />   \draw (1,4) node [right,text width=8cm]  {The character looks like this :};<br />  \filldraw (5.8,3.8) -- ++(0.3,0) -- ++(0,0.3) -- cycle;  <br />    \end{tikzpicture}<br />    \end{center}<br />\end{document}<br /><br /></font></span></p></body></html>