Common ASCII Codes: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 28: Line 28:
|  123  ||          || 7B                      || {                  || <pre>&amp;#123;</pre> || <center>'{'</center> || || Opening brace
|  123  ||          || 7B                      || {                  || <pre>&amp;#123;</pre> || <center>'{'</center> || || Opening brace
|}
|}
=Unicode=
* ă &#259;
* Ă &#258;

Revision as of 08:00, 26 October 2017

External

Overview

Decimal Octal Hexadecimal Symbol HTML Code Java Character Representation bash quoted string expansion Description
8 08 BS
&#008;
'\b'
Backspace
9 09 HT
&#009;
'\t'
$'\t'
Horizontal tab
10 012 0A LF
&#10;
'\n'
$'\n', $'\012', $'\x0a'
Line feed (new line)
13 0D CR
&#13;
'\r'
$'\r'
Carriage return
39 047 27 '
&#39;
Single quote
48 060 30 0
&#65;
'0'
'0'
Zero
58 3A :
&#58;
':'
Colon
65 101 41 A
&#65;
'A'
Uppercase A
91 5B [
&#91;
'['
Opening bracket
123 7B {
&#123;
'{'
Opening brace


Unicode

  • ă ă
  • Ă Ă