Does anybody know if there’s a double chevron symbol in unicode/HTML-space similar to the double guillemet represented by » (»)?
In other words, I’m trying to avoid using an image if I can get by with text, but I need something like this:

It’s the double chevron I can’t seem to figure out. Looks like graphics for me it is.
I can’t give you the character entity that you want, but it’s possible to effect an…alternative, and still not use images (though it does require that the text itself be wrapped in an element, in this case
span):CSS:
JS Fiddle demo.
The above
span.rotatedsection, for IE < 10 compatibility (using filters, whereas IE 10 (or possibly 9) would/should use the-ms-transformor, simply,transformCSS3), using afilterapproach:JS Fiddle demo (works in IE 7/XP, other versions I’m unable to test).