ASCII Characters


You can place ASCII characters directly onto your web pages with their numbers as follows:  &#nnn;   where nnn is the number.

Depending on the operating system and / or browser you are using some of the characters may not be displayed. E.g. Debian linux with Netscape Communicator 4.77 can not display ASCII characters n:o 128, 129, 141, 142, 143, 144, 157, and 158 at all. (N:o 128 is the new Euro sign, n:o 142 Z with little v on top of it, and n:o 158 z with little v on top of it.) Some characters may also differ. (Netscape displays n:o 138 as S, but it should have little v on top of it, and n:o 154 as s, but it should have little v on top of it. N:os 127, 134, 135, and 137 look like question marks, when 134 should be a cross, 135 a double cross, and 137 a per mille - like per cent but with two lower zeros instead of one.) Windows Internet Explorer 5.5 can not display ASCII characters n:o 127, 129, 141, 143, 144, and 157.

The ASCII characters 32-255 are listed below:

                                                 
0032 = 0060 = < 0088 = X0116 = t 0144 = 0172 = ¬ 0200 = È0228 = ä
0033 = !0061 = = 0089 = Y0117 = u 0145 = ‘0173 = ­ 0201 = É0229 = å
0034 = "0062 = > 0090 = Z0118 = v 0146 = ’0174 = ® 0202 = Ê0230 = æ
0035 = #0063 = ? 0091 = [0119 = w 0147 = “0175 = ¯ 0203 = Ë0231 = ç
0036 = $0064 = @ 0092 = \0120 = x 0148 = ”0176 = ° 0204 = Ì0232 = è
0037 = %0065 = A 0093 = ]0121 = y 0149 = •0177 = ± 0205 = Í0233 = é
0038 = &0066 = B 0094 = ^0122 = z 0150 = –0178 = ² 0206 = Î0234 = ê
0039 = '0067 = C 0095 = _0123 = { 0151 = —0179 = ³ 0207 = Ï0235 = ë
0040 = (0068 = D 0096 = `0124 = | 0152 = ˜0180 = ´ 0208 = Ð0236 = ì
0041 = )0069 = E 0097 = a0125 = } 0153 = ™0181 = µ 0209 = Ñ0237 = í
0042 = *0070 = F 0098 = b0126 = ~ 0154 = š0182 = ¶ 0210 = Ò0238 = î
0043 = +0071 = G 0099 = c0127 =  0155 = ›0183 = · 0211 = Ó0239 = ï
0044 = ,0072 = H 0100 = d0128 = € 0156 = œ0184 = ¸ 0212 = Ô0240 = ð
0045 = -0073 = I 0101 = e0129 =  0157 = 0185 = ¹ 0213 = Õ0241 = ñ
0046 = .0074 = J 0102 = f0130 = ‚ 0158 = ž0186 = º 0214 = Ö0242 = ò
0047 = /0075 = K 0103 = g0131 = ƒ 0159 = Ÿ0187 = » 0215 = ×0243 = ó
0048 = 00076 = L 0104 = h0132 = „ 0160 =  0188 = ¼ 0216 = Ø0244 = ô
0049 = 10077 = M 0105 = i0133 = … 0161 = ¡0189 = ½ 0217 = Ù0245 = õ
0050 = 20078 = N 0106 = j0134 = † 0162 = ¢0190 = ¾ 0218 = Ú0246 = ö
0051 = 30079 = O 0107 = k0135 = ‡ 0163 = £0191 = ¿ 0219 = Û0247 = ÷
0052 = 40080 = P 0108 = l0136 = ˆ 0164 = ¤0192 = À 0220 = Ü0248 = ø
0053 = 50081 = Q 0109 = m0137 = ‰ 0165 = ¥0193 = Á 0221 = Ý0249 = ù
0054 = 60082 = R 0110 = n0138 = Š 0166 = ¦0194 = Â 0222 = Þ0250 = ú
0055 = 70083 = S 0111 = o0139 = ‹ 0167 = §0195 = Ã 0223 = ß0251 = û
0056 = 80084 = T 0112 = p0140 = Œ 0168 = ¨0196 = Ä 0224 = à0252 = ü
0057 = 90085 = U 0113 = q0141 =  0169 = ©0197 = Å 0225 = á0253 = ý
0058 = :0086 = V 0114 = r0142 = Ž 0170 = ª0198 = Æ 0226 = â0254 = þ
0059 = ;0087 = W 0115 = s0143 =  0171 = «0199 = Ç 0227 = ã0255 = ÿ

Created by: Rami T. F. Rekola