June 18, 2018

XML special characters

❑ &#nn : Decimal format.
❑ &#xhh : Hexadecimal format.


Character Numeric
character
Name

	Horizontal tab


Line feed


Carriage Return

 Space
!!Exclamation mark
""Quotation mark
##Number sign
$$Dollar sign
%%Percent sign
&&Ampersand
''Apostrophe
((Left parenthesis
))Right parenthesis
**Asterisk
++Plus sign
,,Comma
--Hyphen
..Period
//Slash
::Colon
;&#59;Semi-colon
<&#60;Less than
=&#61;Equals sign
>&#62;Greater than
?&#63;Question mark
@&#64;At
[&#91;Left square bracket
\&#92;Bbackslash
]&#93;Right square bracket
^&#94;Caret
_&#95;Underscore
`&#96;Acute accent
{&#123;Left curly brace
|&#124;Vertical bar
}&#125;Right curly brace
~&#126;Tilde