If you want to display some code for people to see, e.g. if you’re writing a web design tutorial or something, use these codes to produce the character you want:
- » » right double angle quotes
- « « left double angle quotes
- < < less than sign
- > > greater than sign
- • • bullet
- ♥ or ♥ ♥ black heart
- ∞ ∞ infinity symbol
- — — long dash
- & & ampersand
- " " double quotes
For example if you wanted to display the code for a link like this:
<a href="http://www.jeffwu.net">Jeff Wu.net</a>
You would type:
<a href="http://www.jeffwu.net">Jeff Wu.net</a>
1 comment