Common ASCII Codes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
| '''Decimal''' || '''Hexadecimal''' || '''Symbol''' || '''HTML Code''' || '''Java Character Representation''' || '''Description''' | | '''Decimal''' || '''Hexadecimal''' || '''Symbol''' || '''HTML Code''' || '''Java Character Representation''' || '''Description''' | ||
|- | |- | ||
| 8 || 08 || BS || <pre>&#008;</pre> || <center>'\b'</center> || Backspace | |||
|- | |- | ||
| 9 || 09 || HT || <pre>&#009;</pre> || <center>'\t'</center> || Horizontal tab | | 9 || 09 || HT || <pre>&#009;</pre> || <center>'\t'</center> || Horizontal tab |
Revision as of 21:22, 23 September 2017
External
Overview
Decimal | Hexadecimal | Symbol | HTML Code | Java Character Representation | 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 |