Character, hex, octal, decimal. The C source is at the end.
^@ \x00 \000 0 + \x2b \053 43 V \x56 \126 86
^A \x01 \001 1 , \x2c \054 44 W \x57 \127 87
^B \x02 \002 2 - \x2d \055 45 X \x58 \130 88
^C \x03 \003 3 . \x2e \056 46 Y \x59 \131 89
^D \x04 \004 4 / \x2f \057 47 Z \x5a \132 90
^E \x05 \005 5 0 \x30 \060 48 [ \x5b \133 91
^F \x06 \006 6 1 \x31 \061 49 \ \x5c \134 92
^G \x07 \007 7 2 \x32 \062 50 ] \x5d \135 93
^H \x08 \010 8 3 \x33 \063 51 ^ \x5e \136 94
^I \x09 \011 9 4 \x34 \064 52 _ \x5f \137 95
^J \x0a \012 10 5 \x35 \065 53 ` \x60 \140 96
^K \x0b \013 11 6 \x36 \066 54 a \x61 \141 97
^L \x0c \014 12 7 \x37 \067 55 b \x62 \142 98
^M \x0d \015 13 8 \x38 \070 56 c \x63 \143 99
^N \x0e \016 14 9 \x39 \071 57 d \x64 \144 100
^O \x0f \017 15 : \x3a \072 58 e \x65 \145 101
^P \x10 \020 16 ; \x3b \073 59 f \x66 \146 102
^Q \x11 \021 17 < \x3c \074 60 g \x67 \147 103
^R \x12 \022 18 = \x3d \075 61 h \x68 \150 104
^S \x13 \023 19 > \x3e \076 62 i \x69 \151 105
^T \x14 \024 20 ? \x3f \077 63 j \x6a \152 106
^U \x15 \025 21 @ \x40 \100 64 k \x6b \153 107
^V \x16 \026 22 A \x41 \101 65 l \x6c \154 108
^W \x17 \027 23 B \x42 \102 66 m \x6d \155 109
^X \x18 \030 24 C \x43 \103 67 n \x6e \156 110
^Y \x19 \031 25 D \x44 \104 68 o \x6f \157 111
^Z \x1a \032 26 E \x45 \105 69 p \x70 \160 112
^[ \x1b \033 27 F \x46 \106 70 q \x71 \161 113
^\ \x1c \034 28 G \x47 \107 71 r \x72 \162 114
^] \x1d \035 29 H \x48 \110 72 s \x73 \163 115
^^ \x1e \036 30 I \x49 \111 73 t \x74 \164 116
^_ \x1f \037 31 J \x4a \112 74 u \x75 \165 117
\x20 \040 32 K \x4b \113 75 v \x76 \166 118
! \x21 \041 33 L \x4c \114 76 w \x77 \167 119
" \x22 \042 34 M \x4d \115 77 x \x78 \170 120
# \x23 \043 35 N \x4e \116 78 y \x79 \171 121
$ \x24 \044 36 O \x4f \117 79 z \x7a \172 122
% \x25 \045 37 P \x50 \120 80 { \x7b \173 123
& \x26 \046 38 Q \x51 \121 81 | \x7c \174 124
' \x27 \047 39 R \x52 \122 82 } \x7d \175 125
( \x28 \050 40 S \x53 \123 83 ~ \x7e \176 126
) \x29 \051 41 T \x54 \124 84 • \x7f \177 127
* \x2a \052 42 U \x55 \125 85
#include <stdio.h>
#include <stdlib.h>
ISO 8859-1 (Latin-1) characters
Decimal Character Example Explanation
  no-break space
¡ ¡ ¡ inverted exclamation mark
¢ ¢ ¢ cent sign
£ £ £ pound sign
¤ ¤ ¤ currency sign
¥ ¥ ¥ yen sign = yuan sign
¦ ¦ ¦ broken bar = brolen vertical bar
§ § § section sign
¨ ¨ ¨ diaeresis = spacing diaeresis
© © © copyright sign
ª ª ª feminine ordinal indicator
left-pointing double angle quotation mark = left pointing
« « «
guillemet
¬ ¬ ¬ not sign = discretionary hyphen
­ ­ soft hyphen = discretionary hyphen
® ® ® registered sign = registered trade mark sign
¯ ¯ ¯ macron = spacing macron = overline = APL overbar
° ° ° degree sign
± ± ± plus-minus sign = plus-or-minus sign
² ² ² superscript two = superscript digit two = squared
³ ³ ³ superscript three = superscript digit three = cubed
´ ´ ´ acute accent = spacing acute
µ µ µ micro sign
¶ ¶ ¶ pilcrow sign = paragraph sign
· · · middle dot = Georgian comma = Greek middle dot
¸ ç ¸ cedilla = spacing cedilla
¹ ¹ ¹ superscript one = superscript digit one
º º º masculine ordinal indicator
right-pointing double angle quotation mark = right pointing
» » »
guillemet
¼ ¼ ¼ vulgar fraction one quarter = fraction one quarter
½ ½ ½ vulgar fraction one half = fraction one half
¾ ¾ ¾ vulgar fraction three quarters = fraction three quarters
¿ ¿ ¿ inverted question mark = turned question mark
À À À latin capital letter A with grave = latin capital letter A grave
Á Á Á latin capital letter A with acute
   latin capital letter A with circumflex
à à à latin capital letter A with tilde
Ä Ä Ä latin capital letter A with diaeresis
Å Å Å latin capital letter A with ring above = latin capital letter A ring
Æ Æ Æ latin capital letter AE = latin capital ligature AE
Ç Ç Ç latin capital letter C with cedilla
È È È latin capital letter E with grave
É É É latin capital letter E with acute
Ê Ê Ê latin capital letter E with circumflex
Ë Ë Ë latin capital letter E with diaeresis
Ì Ì Ì latin capital letter I with grave
Í Í Í latin capital letter I with acute
Î Î Î latin capital letter I with circumflex
Ï Ï Ï latin capital letter I with diaeresis
Ð Ð Ð latin capital letter ETH
Ñ Ñ Ñ latin capital letter N with tilde
Ò Ò Ò latin capital letter O with grave
Ó Ó Ó latin capital letter O with acute
Ô Ô Ô latin capital letter O with circumflex
Õ Õ Õ latin capital letter O with tilde
Ö Ö Ö latin capital letter O with diaeresis
× × × multiplication sign
Ø Ø Ø latin capital letter O with stroke = latin capital letter O slash
Ù Ù Ù latin capital letter U with grave
Ú Ú Ú latin capital letter U with acute
Û Û Û latin capital letter U with circumflex
Ü Ü Ü latin capital letter U with diaeresis
Ý Ý Ý latin capital letter Y with acute
Þ Þ Þ latin capital letter THORN
ß ß ß latin small letter sharp s = ess-zed
à à à latin small letter a with grave = latin small letter a grave
á á á latin small letter a with acute
â â â latin small letter a with circumflex
ã ã ã latin small letter a with tilde
ä ä ä latin small letter a with diaeresis
å å å latin small letter a with ring above = latin small letter a ring
æ æ æ latin small letter ae = latin small ligature ae
ç ç ç latin small letter c with cedilla
è è è latin small letter e with grave
é é é latin small letter e with acute
ê ê ê latin small letter e with circumflex
ë ë ë latin small letter e with diaeresis
ì ì ì latin small letter i with grave
í í í latin small letter i with acute
î î î latin small letter i with circumflex
ï ï ï latin small letter i with diaeresis
ð ð ð latin small letter eth
ñ ñ ñ latin small letter n with tilde
ò ò ò latin small letter o with grave
ó ó ó latin small letter o with acute
ô ô ô latin small letter o with circumflex
õ õ õ latin small letter o with tilde
ö ö ö latin small letter o with diaeresis
÷ ÷ ÷ division sign
ø ø ø latin small letter o with stroke = latin small letter o slash
ù ù ù latin small letter u with grave
ú ú ú latin small letter u with acute
û û û latin small letter u with circumflex
ü ü ü latin small letter u with diaeresis
ý ý ý latin small letter y with acute
þ þ þ latin small letter thorn with
ÿ ÿ ÿ latin small letter y with diaeresis
Decimal Character Example Explanation
ƒ ƒ ƒ latin small f with hook = function = florin
Α Α Α greek capital letter alpha
Β Β Β greek capital letter beta
Γ Γ Γ greek capital letter gamma
Δ Δ Δ greek capital letter delta
Ε Ε Ε greek capital letter epsilon
Ζ Ζ Ζ greek capital letter zeta
Η Η Η greek capital letter eta
Θ Θ Θ greek capital letter theta
Ι Ι Ι greek capital letter iota
Κ Κ Κ greek capital letter kappa
Λ Λ Λ greek capital letter lambda
Μ Μ Μ greek capital letter mu
Ν Ν Ν greek capital letter nu
Ξ Ξ Ξ greek capital letter xi
Ο Ο Ο greek capital letter omicron
Π Π Π greek capital letter pi
Ρ Ρ Ρ greek capital letter rho
Σ Σ Σ greek capital letter sigma
Τ Τ Τ greek capital letter tau
Υ Υ Υ greek capital letter upsilon
Φ Φ Φ greek capital letter phi
Χ Χ Χ greek capital letter chi
Ψ Ψ Ψ greek capital letter psi
Ω Ω Ω greek capital letter omega
α α α greek small letter alpha
β β β greek small letter beta
γ γ γ greek small letter gamma
δ δ δ greek small letter delta
ε ε ε greek small letter epsilon
ζ ζ ζ greek small letter zeta
η η η greek small letter eta
θ θ θ greek small letter theta
ι ι ι greek small letter iota
κ κ κ greek small letter kappa
λ λ λ greek small letter lambda
μ μ μ greek small letter mu
ν ν ν greek small letter nu
ξ ξ ξ greek small letter xi
ο ο ο greek small letter omicron
π π π greek small letter pi
ρ ρ ρ greek small letter rho
ς ς ς greek small letter final sigma
σ σ σ greek small letter sigma
τ τ τ greek small letter tau
υ υ υ greek small letter upsilon
φ φ φ greek small letter phi
χ χ χ greek small letter chi
ψ ψ ψ greek small letter psi
ω ω ω greek small letter omega
ϑ ϑ ϑ greek small letter theta symbol
ϒ ϒ ϒ greek upsilon with hook symbol
ϖ ϖ ϖ greek pi symbol
• • • bullet = black small circle
… … … horizontal ellipsis = three dot leader
′ ′ ′ prime = minutes = feet
″ ″ ″ double prime = seconds = inches
‾ ‾ ‾ overline = spacing overscore
⁄ ⁄ ⁄ fraction slash
℘ ℘ ℘ script capital P = power set = Weierstrass p
ℑ ℑ ℑ blackletter capital I = imaginary part
ℜ ℜ ℜ blackletter capital R = real part symbol
™ ™ ™ trade mark sign
ℵ ℵ ℵ alef symbol = first transfinite cardinal
← ← ← leftwards arrow
↑ ↑ ↑ upwards arrow
→ → → rightwards arrow
↓ ↓ ↓ downwards arrow
↔ ↔ ↔ left right arrow
↵ ↵ ↵ downwards arrow with corner leftwards = carriage return
⇐ ⇐ ⇐ leftwards double arrow
⇑ ⇑ ⇑ upwards double arrow
⇒ ⇒ ⇒ rightwards double arrow
⇓ ⇓ ⇓ downwards double arrow
⇔ ⇔ ⇔ left right double arrow
∀ ∀ ∀ for all
∂ ∂ ∂ partial differential
∃ ∃ ∃ there exists
∅ ∅ ∅ empty set = null set = diameter
∇ ∇ ∇ nabla = backward difference
∈ ∈ ∈ element of
∉ ∉ ∉ not an element of
∋ ∋ ∋ contains as member
∏ ∏ ∏ n-ary product = product sign
∑ ∑ ∑ n-ary sumation
− − − minus sign
∗ ∗ ∗ asterisk operator
√ √ √ square root = radical sign
∝ ∝ ∝ proportional to
∞ ∞ ∞ infinity
∠ ∠ ∠ angle
∧ ∧ ∧ logical and = wedge
∨ ∨ ∨ logical or = vee
∩ ∩ ∩ intersection = cap
∪ ∪ ∪ union = cup
∫ ∫ ∫ integral
∴ ∴ ∴ therefore
∼ ∼ ∼ tilde operator = varies with = similar to
≅ ≅ ≅ approximately equal to
≈ ≈ ≈ almost equal to = asymptotic to
≠ ≠ ≠ not equal to
≡ ≡ ≡ identical to
≤ ≤ ≤ less-than or equal to
≥ ≥ ≥ greater-than or equal to
⊂ ⊂ ⊂ subset of
⊃ ⊃ ⊃ superset of
⊄ ⊄ ⊄ not a subset of
⊆ ⊆ ⊆ subset of or equal to
⊇ ⊇ ⊇ superset of or equal to
⊕ ⊕ ⊕ circled plus = direct sum
⊗ ⊗ ⊗ circled times = vector product
⊥ ⊥ ⊥ up tack = orthogonal to = perpendicular
⋅ ⋅ ⋅ dot operator
⌈ ⌈ ⌈ left ceiling = apl upstile
⌉ ⌉ ⌉ right ceiling
⌊ ⌊ ⌊ left floor = apl downstile
⌋ ⌋ ⌋ right floor
〈 ⟨ 〈 left-pointing angle bracket = bra
〉 ⟩ 〉 right-pointing angle bracket = ket
◊ ◊ ◊ lozenge
♠ ♠ ♠ black spade suit
♣ ♣ ♣ black club suit = shamrock
♥ ♥ ♥ black heart suit = valentine
♦ ♦ ♦ black diamond suit
Markup-significant and internationalization characters
The character entity references in this section are for escaping markup-significant
characters, for denoting spaces and dashes. Other characters in this section apply to
internationalization issues such as the disambiguation of bidirectional text.
Markup-significant and internationalization characters
Decimal Character Example Explanation
" " " quotation mark = APL quote
& & & ampersand
< < < less-than sign
> > > greater-than sign
Œ Œ Œ latin capital ligature OE
œ œ œ latin small ligature oe
Š Š Š latin capital letter S with caron
š š š latin small letter s with caron
Ÿ Ÿ Ÿ latin capital letter Y with diaeresis
ˆ ˆ ˆ modifier letter circumflex accent
˜ ˜ ˜ small tilde
    en space
    em space
    thin space
‌ ‌ zero width non-joiner
‍ ‍ zero width joiner
‎ ‎ left-to-right mark
‏ ‏ right-to-left mark
– – – en dash
— — — em dash
‘ ‘ ‘ left single quotation mark
’ ’ ’ right single quotation mark
‚ ‚ ‚ single low-9 quotation mark
“ “ “ left double quotation mark
” ” ” right double quotation mark
„ „ „ double low-9 quotation mark
† † † dagger
‡ ‡ ‡ double dagger
‰ ‰ ‰ per mille sign
‹ ‹ ‹ single left-pointing angle quotation mark
› › › single right-pointing angle quotation mark
€ € € euro sign