Skip to content

Instantly share code, notes, and snippets.

@sackeyjason
Last active April 28, 2021 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sackeyjason/29f38f0f16f4b826a5c63046aaf633e4 to your computer and use it in GitHub Desktop.
Save sackeyjason/29f38f0f16f4b826a5c63046aaf633e4 to your computer and use it in GitHub Desktop.
Printable ascii symbols
' !"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~'
All 33 of 'em.
[ 32, ' ' ]
[ 33, '!' ]
[ 34, '"' ]
[ 35, '#' ]
[ 36, '$' ]
[ 37, '%' ]
[ 38, '&' ]
[ 39, "'" ]
[ 40, '(' ]
[ 41, ')' ]
[ 42, '*' ]
[ 43, '+' ]
[ 44, ',' ]
[ 45, '-' ]
[ 46, '.' ]
[ 47, '/' ]
[ 58, ':' ]
[ 59, ';' ]
[ 60, '<' ]
[ 61, '=' ]
[ 62, '>' ]
[ 63, '?' ]
[ 64, '@' ]
[ 91, '[' ]
[ 92, '\\' ]
[ 93, ']' ]
[ 94, '^' ]
[ 95, '_' ]
[ 96, '`' ]
[ 123, '{' ]
[ 124, '|' ]
[ 125, '}' ]
[ 126, '~' ]
Excluding letters and numbers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment