'Title' Question

Delicacy

Unidentified Cloud Object
Joined
May 11, 2004
Posts
11,938
A while back I saw someone's Lit. title that had a little heart in it. Does anyone know how this is done? I tried doing it with alt codes, but it didn't seem to work.

As always, thanks for your help!! :)
 
Alt + 159 should do it

What I usualy do if it does not work (because the site offers other functions when you press Alt) is produce the symbol (alt code of using the insert-symbol function) in a word-document and then copy-paste.

Hope that helps...
 
What you're looking for is the numerical HTML symbol code for a heart, copyright, trademark, or whatever special character/symbol you want.

I google 'html symbols codes heart' for you, and came up with this as the code:

(& # 9829 ; with no spaces)

The &# and ; is always going to be the same - it's the number between the pound sign and semicolon that determines which symbol shows up. Be advised that there are name codes (like &#heart; ) but you need the number for the symbol to appear correctly here, rather than the name code.
 
Back
Top