Skip to content

Instantly share code, notes, and snippets.

@constdrop
Last active March 29, 2017 02:23
Show Gist options
  • Select an option

  • Save constdrop/3ed9126e450504fb6092b0fb4fe60ff3 to your computer and use it in GitHub Desktop.

Select an option

Save constdrop/3ed9126e450504fb6092b0fb4fe60ff3 to your computer and use it in GitHub Desktop.
Ascii HTML Character Entities.
{
" ": " ",
"!": "!",
"\"": """,
"#": "#",
"$": "$",
"%": "%",
"&": "&",
"'": "'",
"(": "(",
")": ")",
"*": "*",
"+": "+",
",": ",",
"-": "-",
".": ".",
"\/": "/",
":": ":",
";": "&#059;",
"<": "&#060;",
"=": "&#061;",
">": "&#062;",
"?": "&#063;",
"@": "&#064;",
"[": "&#091;",
"\\": "&#092;",
"]": "&#093;",
"^": "&#094;",
"_": "&#095;",
"`": "&#096;",
"{": "&#123;",
"|": "&#124;",
"}": "&#125;",
"~": "&#126;"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment