Gold  said:  I like all the different symbols and glyphs. Thanks for sharing. Is it best to copy-paste the actual glyph, or to write the HTML entity code? I think that copy-paste seems to work. When tricking the query system to get commas, pipes, and braces inside your roll query, you have to use the HTML entity code.  When adding a character to the HTML portion of a character sheet, you can use either but it is better to use the code for the non-ASCII character (using the character itself can make your text editor add a BOM to the start of the file, which screws things up for the character sheet system).  When adding a character to the CSS portion of a character sheet, you cannot use the entity code (they don't work in CSS), and you can't use the unicode character value (it will make the CSS get thrown out by the security code). Adding the character itself to the CSS can cause the same BOM problems as adding it to the HTML, as well, so be cautious.