5
What's the HTML entity code for the character that looks like "«
" (but it's not the less-than sign)
5
What's the HTML entity code for the character that looks like "«
" (but it's not the less-than sign)
7
This is know as left double angle quotes. You can implement them as «
or «
. I use this site for all my ASCIIHTML code needs.
3
≪
gives you "≪" (MUCH LESS-THAN)
«
gives you "«" (LEFT-POINTING DOUBLE ANGLE QUOTATION MARK)
2
I think what you are looking for is this: «
It is
«
1
«
(from this link).
1
1
The character you want is called "LEFT-POINTING DOUBLE ANGLE QUOTATION MARK" in Unicode. It is at code point U+00AB. It can be found in the C1 Controls and Latin-1 Supplement code chart.
1
Check out W3Schools, http://www.w3schools.com/tags/ref_entities.asp
Why am I being down voted? – None – 2010-11-01T18:50:52.043
3That character isn't in ASCII. – Paul Tomblin – 2010-11-01T18:50:53.190
2You're being voted down because this isn't a programming question, and the answer is easily found by googling. – Paul Tomblin – 2010-11-01T18:51:20.150
Wouldn't this belong in doctype or webmasters? – ricbax – 2010-11-01T19:09:59.357