From WikiJava
in this page you can find the escape character table to be able to rendere properly in HTML all the control character that normally would be interpreted by the browser and ruin your articles.
| Character | HTML | Alternate HTML | Explanation
|
| | 	 | | Horizontal tab |
|
| | | | Line feed
|
| | | | Carriage Return
|
| Space |   | | Space
|
| ! | ! | | Exclamation mark
|
| " | " | " | Quotation mark
|
| # | # | | Number sign
|
| $ | $ | | Dollar sign
|
| % | % | | Percent sign
|
| & | & | & | Ampersand
|
| ' | ' | | Apostrophe
|
| ( | ( | | Left parenthesis
|
| ) | ) | | Right parenthesis
|
| * | * | | Asterisk
|
+ Plus sign
| , | , | | Comma
|
| . | . | | Period (fullstop)
|
| / | / | | Solidus (slash)
|
| : | : | | Colon
|
| ; | ; | | Semi-colon
|
| < | < | < | Less than
|
| = | = | | Equals sign
|
| > | > | > | Greater than
|
| ? | ? | | Question mark
|
| @ | @ | | Commercial at
|
| [ | [ | | Left square bracket
|
| \ | \ | | Reverse solidus (backslash)
|
| ] | ] | | Right square bracket
|
| ^ | ^ | | Caret
|
| _ | _ | | Horizontal bar (underscore)
|
| ` | ` | | Acute accent
|
| { | { | | Left curly brace
|
| | | | | | Vertical bar
|
| } | } | | Right curly brace
|
| ~ | ~ | | Tilde
|
Common escapes
Specifically for the WikiJava forms the following characters and sequences are reserved and must be always escaped when inserting inside pages.
- pipe |
- escape with |
- double open curly bracket {{
- escape with {{
- double closed curly bracket }}
- escape with }}