Share

ASCII Codes

Below is a table showing the American Standard Code for Information Interchange (ASCII). These characters can be output in ConfigPost by including their corresponding ASCII number inside < > brackets.

0 1 2 3 4 5 6 7 8 9
0 \000 \001 \002 \003 \004 \005 \006 \a \b \t
10 \n \v \f \r \016 \017 \020 \021 \022 \023
20 \024 \025 \026 \027 \030 \031 \032 \033 \034 \035
30 \036 \037 space ! # $ % &
40 ( ) * + , - . / 0 1
50 2 3 4 5 6 7 8 9 : ;
60 < = > ? @ A B C D E
70 F G H I J K L M N O
80 P Q R S T U V W X Y
90 Z [ \ ] ^ _ ` a b c
100 d e f g h i j k l m
110 n o p q r s t u v w
120 x y z { | } ~ \177

Was this information helpful?