Common ASCII Codes: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
{| | {| | ||
| Decimal || Hexadecimal || Symbol || HTML Sequence || String Representation || Description | | '''Decimal''' || '''Hexadecimal''' || '''Symbol''' || '''HTML Sequence''' || '''Java String Representation''' || '''Description''' | ||
|- | |- | ||
| 10 || 0A || LF || 
; || '\n' || Line feed (new line) | | 10 || 0A || LF || 
; || '\n' || Line feed (new line) |
Revision as of 21:09, 23 September 2017
External
Overview
Decimal | Hexadecimal | Symbol | HTML Sequence | Java String Representation | Description |
10 | 0A | LF | ; | '\n' | Line feed (new line) |
13 | 0D | CR | 
 | '\r' | Carriage return |
HTML Codes
: :
[ [ { {