Special Characters

What is the special character for comma (,)?
Example: %23 is hash(#), %3b is semicolon (; )

You’ll want to double-check available ASCII or other conversion charts, but my quick lookup returned the following:

Dec Hex Oct Html Char
44 2C 054 &#44 ,

Hope the above helps.

2 Likes