Common ASCII Codes: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 36: Line 36:


=Unicode=
=Unicode=
==Romanian==


Ă ă Â â Î î Ș ș Ț ț
Ă ă Â â Î î Ș ș Ț ț
Line 49: Line 51:
* Ț
* Ț
* ț
* ț
==Greek==
* https://en.wikipedia.org/wiki/Greek_alphabet
* Α α
* Β β
* Γ γ
* Δ δ
* Ε ε
* Ζ ζ
* Η η
* Θ θ

Revision as of 01:55, 4 January 2018

External

Overview

Decimal Octal Hexadecimal Symbol HTML Code Java Character Representation bash quoted string expansion Description
8 08 BS

'\b'
Backspace
9 09 HT
	
'\t'
$'\t'
Horizontal tab
10 012 0A LF


'\n'
$'\n', $'\012', $'\x0a'
Line feed (new line)
13 0D CR

'\r'
$'\r'
Carriage return
38 046 26 &
&
Ampersand
39 047 27 '
'
Single quote
48 071 30 0
A
'0'
'0'
Zero
57 060 39 9
9
'9'
'9'
Nine
58 3A :
:
':'
Colon
60 074 3C <
&#60;
&lt;
'<'
Less then (or open angle bracket)
65 101 41 A
&#65;
'A'
Uppercase A
91 5B [
&#91;
'['
Opening bracket
123 7B {
&#123;
'{'
Opening brace

Unicode

Romanian

Ă ă Â â Î î Ș ș Ț ț

  • Ă &#258;
  • ă &#259;
  • Â
  • â
  • Î
  • î
  • Ș
  • ș
  • Ț
  • ț


Greek

  • Α α
  • Β β
  • Γ γ
  • Δ δ
  • Ε ε
  • Ζ ζ
  • Η η
  • Θ θ