The document provides a comprehensive list of ASCII and Unicode character codes used in various programming languages including HTML, C#, VBScript, VB.NET, PHP, and JavaScript. It explains how to display these characters using specific functions or codes in each language. Additionally, it highlights the historical context of ASCII and its evolution into Unicode, which supports a broader range of characters.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
17 views2 pages
VB Net Characteres - Kody Znaków
The document provides a comprehensive list of ASCII and Unicode character codes used in various programming languages including HTML, C#, VBScript, VB.NET, PHP, and JavaScript. It explains how to display these characters using specific functions or codes in each language. Additionally, it highlights the historical context of ASCII and its evolution into Unicode, which supports a broader range of characters.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
ASCII Character Codes for HTML, C#, VBScript, VB.NET & PHP https://yorktown.cbe.wwu.edu/sandvig/shared/asciicodes.
aspx
ASCII & Unicode Character Codes for HTML, C#,
VBScript, VB.NET, PHP & JavaScript Character encoding is useful in web development for displaying non-standard characters, generating character strings from numbers (CAPTCHA images for instance), and many other purposes. Unicode is an industry standard developed from the earlier ASCII standard (which is now a subset of Unicode).
To display Unicode (ASCII) characters in HTML use &#XXX; in C# use Convert.ToChar(XXX), in
VBScript, VB.NET and PHP use the chr(XXX) function, in JavaScript use String.fromCharCode(XXX), where XXX is the entity number.
ASCII codes were originially developed for teletype machines and the first 32 characters are non- printing (bell, backspace, etc.)
33 ! 71 G 108 l 145 ‘ 182 ¶ 219 Û
34 " 72 H 109 m 146 ’ 183 · 220 Ü
35 # 73 I 110 n 147 “ 184 ¸ 221 Ý
36 $ 74 J 111 o 148 ” 185 ¹ 222 Þ
37 % 75 K 112 p 149 • 186 º 223 ß
38 & 76 L 113 q 150 – 187 » 224 à
39 ' 77 M 114 r 151 — 188 ¼ 225 á
40 ( 78 N 115 s 152 ˜ 189 ½ 226 â
41 ) 79 O 116 t 153 ™ 190 ¾ 227 ã
42 * 80 P 117 u 154 š 191 ¿ 228 ä
43 + 81 Q 118 v 155 › 192 À 229 å
44 , 82 R 119 w 156 œ 193 Á 230 æ
45 - 83 S 120 x 157 194 Â 231 ç
46 . 84 T 121 y 158 ž 195 Ã 232 è
47 / 85 U 122 z 159 Ÿ 196 Ä 233 é
48 0 86 V 123 { 160 197 Å 234 ê
49 1 87 W 124 | 161 ¡ 198 Æ 235 ë
50 2 88 X 125 } 162 ¢ 199 Ç 236 ì
51 3 89 Y 126 ~ 163 £ 200 È 237 í
52 4 90 Z 127 164 ¤ 201 É 238 î
53 5 91 [ 128 € 165 ¥ 202 Ê 239 ï
54 6 92 \ 129 166 ¦ 203 Ë 240 ð
55 7 93 ] 130 ‚ 167 § 204 Ì 241 ñ
56 8 94 ^ 131 ƒ 168 ¨ 205 Í 242 ò
1z2 08.01.2022, 20:55
ASCII Character Codes for HTML, C#, VBScript, VB.NET & PHP https://yorktown.cbe.wwu.edu/sandvig/shared/asciicodes.aspx