What's the HTML entity code for the character that looks like "«" (but it's not the less-than sign)
|
| |||||||||||||
feedback
|
migrated from stackoverflow.com Nov 1 '10 at 18:53
This question came from our site for professional and enthusiast programmers.
|
This is know as left double angle quotes. You can implement them as | |||
|
feedback
|
|
| |||
|
feedback
|
|
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. | |||
|
feedback
|
|
Check out W3Schools, http://www.w3schools.com/tags/ref_entities.asp | |||
|
feedback
|
