Common ASCII Codes: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
{| | {| | ||
| '''Decimal''' || '''Hexadecimal''' || '''Symbol''' || '''HTML Code''' || '''Java Character Representation''' || '''bash [[Bash_Environment_Variables#Quoted_String_Expansion_.24. | | '''Decimal''' || '''Hexadecimal''' || '''Symbol''' || '''HTML Code''' || '''Java Character Representation''' || '''bash [[Bash_Environment_Variables#Quoted_String_Expansion_.24.27....27|quoted string expansion]]''' || '''Description''' | ||
|- | |- | ||
| 8 || 08 || BS || <pre>&#008;</pre> || <center>'\b'</center> || || Backspace | | 8 || 08 || BS || <pre>&#008;</pre> || <center>'\b'</center> || || Backspace |
Revision as of 23:40, 23 September 2017
External
Overview
Decimal | Hexadecimal | Symbol | HTML Code | Java Character Representation | bash quoted string expansion | Description |
8 | 08 | BS |  |
Backspace | ||
9 | 09 | HT | 	 |
Horizontal tab | ||
10 | 0A | LF | 
 |
Line feed (new line) | ||
13 | 0D | CR | 
 |
Carriage return | ||
58 | 3A | : | : |
Colon | ||
91 | 5B | [ | [ |
Opening bracket | ||
123 | 7B | { | { |
Opening brace |