| UNDO = Alt + 282 † = Cross ¤ = Alt+15 ¶ = Alt+20 § = Alt+21 Ç = Alt+128 ü = Alt+129 é = Alt+130 â = Alt+131 ä = Alt+132 à = Alt+133 å = Alt+134 ç = Alt+135 ê = Alt+136 ë = Alt+137 è = Alt+138 ï = Alt+139 î = Alt+140 ì = Alt+141 Ä = Alt+142 Å = Alt+143 É = Alt+144 æ = Alt+145 Æ = Alt+146 ô = Alt+147 ö = Alt+148 ò = Alt+149 û = Alt+150 ù = Alt+151 ÿ = Alt+152 Ö = Alt+153 Ü = Alt+154 ¢ = Alt+155 £ = Alt+156 ¥ = Alt+157 á = Alt+160 í = Alt+161 ó = Alt+162 ú = Alt+163 ñ = Alt+164 Ñ = Alt+165 ª = Alt+166 º = Alt+167 ¿ = Alt+168 ¬ = Alt+170 ½ = Alt+171 ¼ = Alt+172 ¡ = Alt+173 « = Alt+174 » = Alt+175 ¦ = Alt+179 ß = Alt+225 µ = Alt+230 ± = Alt+241 ÷ = Alt+246 ° = Alt+248 · = Alt+250 (small bullet) ² = Alt+253 © = Alt+0169 ® = Alt+0174 ³ = Alt+0179 ¹ = Alt+0185 º = Alt+0186 ¾ = Alt+0190 À = Alt+0192 Á = Alt+0193 Â = Alt+0194 Ã = Alt+0195 È = Alt+0200 Ê = Alt+0202 Ë = Alt+0203 Ì = Alt+0204 Í = Alt+0205 Î = Alt+0206 Ï = Alt+0207 Ð = Alt+0208 Ò = Alt+0210 Ó = Alt+0211 Ô = Alt+0212 Õ = Alt+0213 × = Alt+0215 Ø = Alt+0216 Ù = Alt+0217 Ú = Alt+0218 Û = Alt+0219 Ý = Alt+0221 Þ = Alt+0222 ä = Alt+0228 õ = Alt+0245 ø = Alt+0248 ý = Alt+0253 þ = Alt+0254 0 · 32 [space] 64 @ 96 ` 1 · 33 ! 65 A 97 a 2 · 34 " 66 B 98 b 3 · 35 # 67 C 99 c 4 · 36 $ 68 D 100 d 5 · 37 % 69 E 101 e 6 · 38 & 70 F 102 f 7 · 39 ' 71 G 103 g 8 * * 40 ( 72 H 104 h 9 * * 41 ) 73 I 105 i 10 * * 42 * 74 J 106 j 11 · 43 + 75 K 107 k 12 · 44 , 76 L 108 l 13 * * 45 - 77 M 109 m 14 · 46 . 78 N 110 n 15 · 47 / 79 O 111 o 16 · 48 0 80 P 112 p 17 · 49 1 81 Q 113 q 18 · 50 2 82 R 114 r 19 · 51 3 83 S 115 s 20 · 52 4 84 T 116 t 21 · 53 5 85 U 117 u 22 · 54 6 86 V 118 v 23 · 55 7 87 W 119 w 24 · 56 8 88 X 120 x 25 · 57 9 89 Y 121 y 26 · 58 : 90 Z 122 z 27 · 59 ; 91 [ 123 { 28 · 60 < 92 \ 124 | 29 · 61 = 93 ] 125 } 30 · 62 > 94 ^ 126 ~ 31 · 63 ? 95 _ 127 · 128 · 160 [space] 192 À 224 à 129 · 161 ¡ 193 Á 225 á 130 · 162 ¢ 194 Â 226 â 131 · 163 £ 195 Ã 227 ã 132 · 164 ¤ 196 Ä 228 ä 133 · 165 ¥ 197 Å 229 å 134 · 166 ¦ 198 Æ 230 æ 135 · 167 § 199 Ç 231 ç 136 · 168 ¨ 200 È 232 è 137 · 169 © 201 É 233 é 138 · 170 ª 202 Ê 234 ê 139 · 171 « 203 Ë 235 ë 140 · 172 ¬ 204 Ì 236 ì 141 · 173 205 Í 237 í 142 · 174 ® 206 Î 238 î 143 · 175 ¯ 207 Ï 239 ï 144 · 176 ° 208 Ð 240 ð 145 ‘ 177 ± 209 Ñ 241 ñ 146 ’ 178 ² 210 Ò 242 ò 147 · 179 ³ 211 Ó 243 ó 148 · 180 ´ 212 Ô 244 ô 149 · 181 µ 213 Õ 245 õ 150 · 182 ¶ 214 Ö 246 ö 151 · 183 · 215 × 247 ÷ 152 · 184 ¸ 216 Ø 248 ø 153 · 185 ¹ 217 Ù 249 ù 154 · 186 º 218 Ú 250 ú 155 · 187 » 219 Û 251 û 156 · 188 ¼ 220 Ü 252 ü 157 · 189 ½ 221 Ý 253 ý 158 · 190 ¾ 222 Þ 254 þ 159 · 191 ¿ 223 ß 255 ÿ vbCrLf = Chr(13) + Chr(10) = Carriage return = linefeed combination vbCr = Chr(13) = Carriage return character vbLf = Chr(10) = Linefeed character vbNewLine = Chr(13) + Chr(10) = Platform-specific new line character; whichever is appropriate for current platform vbNullChar = Chr(0) Character having value 0 vbNullString = String having value 0 Not the same as a zero-length string (""); used for calling external procedures vbObjectError = -2147221504 User-defined error numbers should be greater than this value. For example: Err.Raise Number = vbObjectError + 1000 vbTab = Chr(9) = Tab character vbBack = Chr(8) = Backspace character vbFormFeed = Chr(12) = Not useful in Microsoft Windows vbVerticalTab = Chr(11) = Not useful in Microsoft Windows vbGeneralDate = 0 = Display a date and/or time. For real numbers, display a data and time. If there is no fractional part, display only a date. If there is no integer part, display time only. Date and time display is determined by your system settings. vbLongDate = 1 = Display a date using the long date format specified in your computer's regional settings. vbShortDate = 2 = Display a date using the short date format specified in your computer's regional settings. vbLongTime = 3 = Display a time using the long time format specified in your computer's regional settings. vbShortTime = 4 = Display a time using the short time format specified in your computer's regional settings. |
ASCII characters |
India web developer web development India | Freelance web development ecommerce web developer | Prayagasoft - web designer India, Ecommerce developer india, Ecommerce design