Common ASCII Codes: Difference between revisions
Jump to navigation
Jump to search
'\b' || Backspace
No edit summary |
|||
Line 7: | Line 7: | ||
{| | {| | ||
| '''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:21, 23 September 2017
External
Overview
��| 8 || 08 || BS ||||
Decimal | Hexadecimal | Symbol | HTML Code | Java Character Representation | Description |
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 |