StarkEffects.com

Concise Articles, Tutorials & Primers on Physics, Math & Technology & Obscure Science Topics

ASCII (American Standard Code for Information Interchange) Codes, Along with HTML Display Codes.

ASCII (American Standard Code for Information Interchange) codes are used to tell computers what letters, numbers and symbols to display. HTML codes are used to display symbols on webpages.

ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
0 0 NULL   Null      
1 1 SOH CC Start of Heading    
2 2 STX CC Start of Text    
3 3 ETX CC End of Text    
4 4 EOT CC End of Transmission    
5 5 ENQ CC Enquiry    
6 6 ACK CC Acknowledge    
7 7 BEL   Bell (audible signal)    
8 8 BS FE Backspace    
9 9 TAB FE Horizontal Tab      
10 A LF FE Line Feed      
11 B VT FE Vertical Tab      
12 C FF FE Form Feed      
13 D CR FE Carriage Return      
14 E SO   Shift Out    
15 F SI   Shift In    
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
16 10 DLE CC Data Link Escape    
17 11 DC1   Device Control 1    
18 12 DC2   Device Control 2    
19 13 DC3   Device Control 3    
20 14 DC4   Device Control 4    
21 15 NAK CC Negative Acknowledgement    
22 16 SYN CC Synchronous Idle    
23 17 ETB CC End Of Transmission Block    
24 18 CAN   Cancel    
25 19 EM   End of Medium    
26 1A SUB   Substitute    
27 1B ESC   Escape    
28 1C FS IS File Separator    
29 1D GS IS Group Separator    
30 1E RS IS Record Separator    
31 1F US IS Unit Separator    
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
32 20   CH (Space)      
33 21 ! CH Exclamation Point !   !
34 22 " CH Double Quotes " " "
35 23 # CH Number Sign #   #
36 24 $ CH Dollar Sign $   $
37 25 % CH Percent Sign %   %
38 26 & CH Ampersand & & &
39 27 ' CH Single Quote '   '
40 28 ( CH Opening Parenthesis (   (
41 29 ) CH Closing Parenthesis )   )
42 2A * CH Asterisk *   *
43 2B + CH Plus Sign +   +
44 2C , CH Comma ,   ,
45 2D - CH Minus Sign or Hyphen -   -
46 2E . CH Period .   .
47 2F / CH Slash /   /
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
48 30 0 CH Zero 0   0
49 31 1 CH One 1   1
50 32 2 CH Two 2   2
51 33 3 CH Three 3   3
52 34 4 CH Four 4   4
53 35 5 CH Five 5   5
54 36 6 CH Six 6   6
55 37 7 CH Seven 7   7
56 38 8 CH Eight 8   8
57 39 9 CH Nine 9   9
58 3A : CH Colon :   :
59 3B ; CH Semicolon &#59;   ;
60 3C < CH Less Than Sign &#60; &lt; <
61 3D = CH Equal Sign &#61;   =
62 3E > CH Greater Than Sign &#62; &gt; >
63 3F ? CH Question Mark &#63;   ?
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
64 40 @ CH at Symbol &#64;   @
65 41 A CH Upper Case A &#65;   A
66 42 B CH Upper Case B &#66;   B
67 43 C CH Upper Case C &#67;   C
68 44 D CH Upper Case D &#68;   D
69 45 E CH Upper Case E &#69;   E
70 46 F CH Upper Case F &#70;   F
71 47 G CH Upper Case G &#71;   G
72 48 H CH Upper Case H &#72;   H
73 49 I CH Upper Case I &#73;   I
74 4A J CH Upper Case J &#74;   J
75 4B K CH Upper Case K &#75;   K
76 4C L CH Upper Case L &#76;   L
77 4D M CH Upper Case M &#77;   M
78 4E N CH Upper Case N &#78;   N
79 4F O CH Upper Case O &#79;   O
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
80 50 P CH Uppercase P &#80;   P
81 51 Q CH Uppercase Q &#81;   Q
82 52 R CH Uppercase R &#82;   R
83 53 S CH Uppercase S &#83;   S
84 54 T CH Uppercase T &#84;   T
85 55 U CH Uppercase U &#85;   U
86 56 V CH Uppercase V &#86;   V
87 57 W CH Uppercase W &#87;   W
88 58 X CH Uppercase X &#88;   X
89 59 Y CH Uppercase Y &#89;   Y
90 5A Z CH Uppercase Z &#90;   Z
91 5B [ CH Opening Square Bracket &#91;   [
92 5C \ CH Backslash &#92;   \
93 5D ] CH Closing Square Bracket &#93;   ]
94 5E ^ CH Carat - Circumflex &#94;   ^
95 5F _ CH Underscore &#95;   _
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
96 60 ` CH Grave Accent &#96;   `
97 61 a CH Lowercase a &#97;   a
98 62 b CH Lowercase b &#98;   b
99 63 c CH Lowercase c &#99;   c
100 64 d CH Lowercase d &#100;   d
101 65 e CH Lowercase e &#101;   e
102 66 f CH Lowercase f &#102;   f
103 67 g CH Lowercase g &#103;   g
104 68 h CH Lowercase h &#104;   h
105 69 i CH Lowercase i &#105;   i
106 6A j CH Lowercase j &#106;   j
107 6B k CH Lowercase k &#107;   k
108 6C l CH Lowercase l &#108;   l
109 6D m CH Lowercase m &#109;   m
110 6E n CH Lowercase n &#110;   n
111 6F o CH Lowercase o &#111;   o
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
112 70 p CH Lowercase p &#112;   p
113 71 q CH Lowercase q &#113;   q
114 72 r CH Lowercase r &#114;   r
115 73 s CH Lowercase s &#115;   s
116 74 t CH Lowercase t &#116;   t
117 75 u CH Lowercase u &#117;   u
118 76 v CH Lowercase v &#118;   v
119 77 w CH Lowercase w &#119;   w
120 78 x CH Lowercase x &#120;   x
121 79 y CH Lowercase y &#121;   y
122 7A z CH Lowercase z &#122;   z
123 7B { CH Opening Brace &#123;   {
124 7C | CH Vertical Bar &#124;   |
125 7D } CH Closing Brace &#125;   }
126 7E ~ CH Tilde - Equivalency Sign &#126;   ~
127 7F     Undefined &#127;   
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
128 80     Undefined &#128;  
129 81     Undefined &#129;   
130 82     Undefined &#130;  
131 83     Undefined &#131;   ƒ
132 84     Undefined &#132;  
133 85     Undefined &#133;  
134 86     Undefined &#134;  
135 87     Undefined &#135;  
136 88     Undefined &#136;   ˆ
137 89     Undefined &#137;  
138 8A     Undefined &#138;   Š
139 8B     Undefined &#139;  
140 8C     Undefined &#140;   Œ
141 8D     Undefined &#141;   
142 8E     Undefined &#142;   Ž
143 8F     Undefined &#143;   
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
144 90    Undefined &#144;   
145 91     Undefined &#145;  
146 92     Undefined &#146;  
147 93     Undefined &#147;  
148 94     Undefined &#148;  
149 95     Undefined &#149;  
150 96     Undefined &#150;  
151 97     Undefined &#151;  
152 98     Undefined &#152;   ˜
153 99     Undefined &#153;  
154 9A     Undefined &#154;   š
155 9B     Undefined &#155;  
156 9C     Undefined &#156;   œ
157 9D     Undefined &#157;   
158 9E     Undefined &#158;   ž
159 9F     Undefined &#159;   Ÿ
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
160 A0   CH Non-Breaking Space &#160; &nbsp;  
161 A1 ¡ CH Inverted Exclamation Mark &#161; &iexcl; ¡
162 A2 ¢ CH Cent Sign &#162; &cent; ¢
163 A3 £ CH Pound Sign &#163; &pound; £
164 A4 ¤ CH Currency Sign &#164; &curren; ¤
165 A5 ¥ CH Yen Sign &#165; &yen; ¥
166 A6 ¦ CH Broken Vertical Bar &#166; &brvbar; ¦
167 A7 § CH Section Sign &#167; &sect; §
168 A8 ¨ CH Spacing Diaeresis - Umlaut &#168; &uml; ¨
169 A9 © CH Copyright Sign &#169; &copy; ©
170 AA ª CH Feminine Ordinal Indicator &#170; &ordf; ª
171 AB « CH Left Double Angle Quotes &#171; &laquo; «
172 AC ¬ CH Not Sign &#172; &not; ¬
173 AD ­ CH Soft­ Hyphen &#173; &shy; ­
174 AE ® CH Registered Trademark Sign &#174; &reg; ®
175 AF ¯ CH Overline - Spacing Macron &#175; &macr; ¯
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
176 B0 ° CH Degree Sign &#176; &deg; °
177 B1 ± CH Plus-or-Minus Sign &#177; &plusmn; ±
178 B2 ² CH Squared - Superscript 2 &#178; &sup2; ²
179 B3 ³ CH Cubed - Superscript 3 &#179; &sup3; ³
180 B4 ´ CH Acute Accent - Spacing acute &#180; &acute; ´
181 B5 µ CH Micro Sign &#181; &micro; µ
182 B6 CH Pilcrow Sign - Paragraph Sign &#182; &para;
183 B7 · CH Middle Dot - Georgian Comma &#183; &middot; ·
184 B8 ¸ CH Spacing Cedilla &#184; &cedil; ¸
185 B9 ¹ CH Superscript 1 &#185; &sup1; ¹
186 BA º CH Masculine Ordinal Indicator &#186; &ordm; º
187 BB » CH Right Double Angle Quotes &#187; &raquo; »
188 BC ¼ CH Fraction, One Quarter &#188; &frac14; ¼
189 BD ½ CH Fraction, One Half &#189; &frac12; ½
190 BE ¾ CH Fraction, Three Quarters &#190; &frac34; ¾
191 BF ¿ CH Inverted Question Mark &#191; &iquest; ¿
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
192 C0 À CH Latin Capital A with Grave &#192; &Agrave; À
193 C1 Á CH Latin Capital A with Acute &#193; &Aacute; Á
194 C2 Â CH Latin Capital A with Circumflex &#194; &Acirc; Â
195 C3 Ã CH Latin Capital A with Tilde &#195; &Atilde; Ã
196 C4 Ä CH Latin Capital A with Diaeresis &#196; &Auml; Ä
197 C5 Å CH Latin Capital A with Ring Above - Angstrom &#197; &Aring; Å
198 C6 Æ CH Latin Capital AE &#198; &AElig; Æ
199 C7 Ç CH Latin Capital C with Cedilla &#199; &Ccedil; Ç
200 C8 È CH Latin Capital E with Grave &#200; &Egrave; È
201 C9 É CH Latin Capital E with Acute &#201; &Eacute; É
202 CA Ê CH Latin Capital E with Circumflex &#202; &Ecirc; Ê
203 CB Ë CH Latin Capital E with Diaeresis &#203; &Euml; Ë
204 CC Ì CH Latin Capital I with Grave &#204; &Igrave; Ì
205 CD Í CH Latin Capital I with Acute &#205; &Iacute; Í
206 CE Î CH Latin Capital I with Circumflex &#206; &Icirc; Î
207 CF Ï CH Latin Capital I with Diaeresis &#207; &Iuml; Ï
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
208 D0 Ð CH Latin Capital ETH &#208; &ETH; Ð
209 D1 Ñ CH Latin Capital N with Tilde &#209; &Ntilde; Ñ
210 D2 Ò CH Latin Capital O with Grave &#210; &Ograve; Ò
211 D3 Ó CH Latin Capital O with Acute &#211; &Oacute; Ó
212 D4 Ô CH Latin Capital O with Circumflex &#212; &Ocirc; Ô
213 D5 Õ CH Latin Capital O with Tilde &#213; &Otilde; Õ
214 D6 Ö CH Latin Capital O with Diaeresis &#214; &Ouml; Ö
215 D7 × CH Multiplication Sign &#215; &times; ×
216 D8 Ø CH Latin Capital O with Slash &#216; &Oslash; Ø
217 D9 Ù CH Latin Capital U with Grave &#217; &Ugrave; Ù
218 DA Ú CH Latin Capital U with Acute &#218; &Uacute; Ú
219 DB Û CH Latin Capital U with Circumflex &#219; &Ucirc; Û
220 DC Ü CH Latin Capital U with Diaeresis &#220; &Uuml; Ü
221 DD Ý CH Latin Capital Y with Acute &#221; &Yacute; Ý
222 DE Þ CH Latin Capital THORN &#222; &THORN; Þ
223 DF ß CH Latin Small Letter Sharp s - ess - zed &#223; &szlig; ß
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
224 E0 à CH Latin Small Letter a with Grave &#224; &agrave; à
225 E1 á CH Latin Small Letter a With Acute &#225; &aacute; á
226 E2 â CH Latin Small Letter a With Circumflex &#226; &acirc; â
227 E3 ã CH Latin Small Letter a With Tilde &#227; &atilde; ã
228 E4 ä CH Latin Small Letter a With Diaeresis &#228; &auml; ä
229 E5 å CH Latin Small Letter a With Ring Above &#229; &aring; å
230 E6 æ CH Latin Small Letter ae &#230; &aelig; æ
231 E7 ç CH Latin Small Letter c With Cedilla &#231; &ccedil; ç
232 E8 è CH Latin Small Letter e With Grave &#232; &egrave; è
233 E9 é CH Latin Small Letter e With Acute &#233; &eacute; é
234 EA ê CH Latin Small Letter e With Circumflex &#234; &ecirc; ê
235 EB ë CH Latin Small Letter e With Diaeresis &#235; &euml; ë
236 EC ì CH Latin Small Letter i With Grave &#236; &igrave; ì
237 ED í CH Latin Small Letter i With Acute &#237; &iacute; í
238 EE î CH Latin Small Letter i With Circumflex &#238; &icirc; î
239 EF ï CH Latin Small Letter i With Diaeresis &#239; &iuml; ï
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
240 F0 ð CH Latin Small Letter eth &#240; &eth; ð
241 F1 ñ CH Latin Small Letter n With Tilde &#241; &ntilde; ñ
242 F2 ò CH Latin Small Letter o With Grave &#242; &ograve; ò
243 F3 ó CH Latin Small Letter o With Acute &#243; &oacute; ó
244 F4 ô CH Latin Small Letter o With Circumflex &#244; &ocirc; ô
245 F5 õ CH Latin Small Letter o With Tilde &#245; &otilde; õ
246 F6 ö CH Latin Small Letter o With Diaeresis &#246; &ouml; ö
247 F7 ÷ CH Division Sign &#247; &divide; ÷
248 F8 ø CH Latin Small Letter o With Slash &#248; &oslash; ø
249 F9 ù CH Latin Small Letter u With Grave &#249; &ugrave; ù
250 FA ú CH Latin Small Letter u With Acute &#250; &uacute; ú
251 FB û CH Latin Small Letter u With Circumflex &#251; &ucirc; û
252 FC ü CH Latin Small Letter u With Diaeresis &#252; &uuml; ü
253 FD ý CH Latin Small Letter y With Acute &#253; &yacute; ý
254 FE þ CH Latin Small Letter thorn &#254; &thorn; þ
255 FF ÿ CH Latin Small Letter y With Diaeresis &#255; &yuml; ÿ
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
256 100     Undefined &#256;   Ā
257 101     Undefined &#257;   ā
258 102     Undefined &#258;   Ă
259 103     Undefined &#259;   ă
260 104     Undefined &#260;   Ą
261 105     Undefined &#261;   ą
262 106     Undefined &#262;   Ć
263 107     Undefined &#263;   ć
264 108     Undefined &#264;   Ĉ
265 109     Undefined &#265;   ĉ
266 10A     Undefined &#266;   Ċ
267 10B     Undefined &#267;   ċ
268 10C     Undefined &#268;   Č
269 10D     Undefined &#269;   č
270 10E     Undefined &#270;   Ď
271 10F     Undefined &#271;   ď
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
272 110     Undefined &#272;   Đ
273 111     Undefined &#273;   đ
274 112     Undefined &#274;   Ē
275 113     Undefined &#275;   ē
276 114     Undefined &#276;   Ĕ
277 115     Undefined &#277;   ĕ
278 116     Undefined &#278;   Ė
279 117     Undefined &#279;   ė
280 118     Undefined &#280;   Ę
281 119     Undefined &#281;   ę
282 11A     Undefined &#282;   Ě
283 11B     Undefined &#283;   ě
284 11C     Undefined &#284;   Ĝ
285 11D     Undefined &#285;   ĝ
286 11E     Undefined &#286;   Ğ
287 11F     Undefined &#287;   ğ
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
288 120     Undefined &#288;   Ġ
289 121     Undefined &#289;   ġ
290 122     Undefined &#290;   Ģ
291 123     Undefined &#291;   ģ
292 124     Undefined &#292;   Ĥ
293 125     Undefined &#293;   ĥ
294 126     Undefined &#294;   Ħ
295 127     Undefined &#295;   ħ
296 128     Undefined &#296;   Ĩ
297 129     Undefined &#297;   ĩ
298 12A     Undefined &#298;   Ī
299 12B     Undefined &#299;   ī
300 12C     Undefined &#300;   Ĭ
301 12D     Undefined &#301;   ĭ
302 12E     Undefined &#302;   Į
303 12F     Undefined &#303;   į
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
304 130     Undefined &#304;   İ
305 131     Undefined &#305;   ı
306 132     Undefined &#306;   IJ
307 133     Undefined &#307;   ij
308 134     Undefined &#308;   Ĵ
309 135     Undefined &#309;   ĵ
310 136     Undefined &#310;   Ķ
311 137     Undefined &#311;   ķ
312 138     Undefined &#312;   ĸ
313 139     Undefined &#313;   Ĺ
314 13A     Undefined &#314;   ĺ
315 13B     Undefined &#315;   Ļ
316 13C     Undefined &#316;   ļ
317 13D     Undefined &#317;   Ľ
318 13E     Undefined &#318;   ľ
319 13F     Undefined &#319;   Ŀ
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
320 140     Undefined &#320;   ŀ
321 141     Undefined &#321;   Ł
322 142     Undefined &#322;   ł
323 143     Undefined &#323;   Ń
324 144     Undefined &#324;   ń
325 145     Undefined &#325;   Ņ
326 146     Undefined &#326;   ņ
327 147     Undefined &#327;   Ň
328 148     Undefined &#328;   ň
329 149     Undefined &#329;   ʼn
330 14A     Undefined &#330;   Ŋ
331 14B     Undefined &#331;   ŋ
332 14C     Undefined &#332;   Ō
333 14D     Undefined &#333;   ō
334 14E     Undefined &#334;   Ŏ
335 14F     Undefined &#335;   ŏ
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
336 150     Undefined &#336;   Ő
337 151     Undefined &#337;   ő
338 152 Œ CH Latin Capital OE &#338;   Œ
339 153 œ CH Latin Small Letter oe &#339;   œ
340 154     Undefined &#340;   Ŕ
341 155     Undefined &#341;   ŕ
342 156     Undefined &#342;   Ŗ
343 157     Undefined &#343;   ŗ
344 158     Undefined &#344;   Ř
345 159     Undefined &#345;   ř
346 15A     Undefined &#346;   Ś
347 15B     Undefined &#347;   ś
348 15C     Undefined &#348;   Ŝ
349 15D     Undefined &#349;   ŝ
350 15E     Undefined &#350;   Ş
351 15F     Undefined &#351;   ş
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
352 160 Š CH Latin Capital S With Caron &#352;   Š
353 161 š CH Latin Small s With Caron &#353;   š
354 162     Undefined &#354;   Ţ
355 163     Undefined &#355;   ţ
356 164     Undefined &#356;   Ť
357 165     Undefined &#357;   ť
358 166     Undefined &#358;   Ŧ
359 167     Undefined &#359;   ŧ
360 168     Undefined &#360;   Ũ
361 169     Undefined &#361;   ũ
362 16A     Undefined &#362;   Ū
363 16B     Undefined &#363;   ū
364 16C     Undefined &#364;   Ŭ
365 16D     Undefined &#365;   ŭ
366 16E     Undefined &#366;   Ů
367 16F     Undefined &#367;   ů
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
368 170     Undefined &#368;   Ű
369 171     Undefined &#369;   ű
370 172     Undefined &#370;   Ų
371 173     Undefined &#371;   ų
372 174     Undefined &#372;   Ŵ
373 175     Undefined &#373;   ŵ
374 176     Undefined &#374;   Ŷ
375 177     Undefined &#375;   ŷ
376 178 Ÿ CH Latin Capital Y With Diaeresis &#376;   Ÿ
377 179     Undefined &#377;   Ź
378 17A     Undefined &#378;   ź
379 17B     Undefined &#379;   Ż
380 17C     Undefined &#380;   ż
381 17D     Undefined &#381;   Ž
382 17E     Undefined &#382;   ž
383 17F     Undefined &#383;   ſ
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
384 180     Undefined &#384;   ƀ
385 181     Undefined &#385;   Ɓ
386 182     Undefined &#386;   Ƃ
387 183     Undefined &#387;   ƃ
388 184     Undefined &#388;   Ƅ
389 185     Undefined &#389;   ƅ
390 186     Undefined &#390;   Ɔ
391 187     Undefined &#391;   Ƈ
392 188     Undefined &#392;   ƈ
393 189     Undefined &#393;   Ɖ
394 18A     Undefined &#394;   Ɗ
395 18B     Undefined &#395;   Ƌ
396 18C     Undefined &#396;   ƌ
397 18D     Undefined &#397;   ƍ
398 18E     Undefined &#398;   Ǝ
399 18F     Undefined &#399;   Ə
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
400 190     Undefined &#400;   Ɛ
401 191     Undefined &#401;   Ƒ
402 192 ƒ CH Function Symbol, Latin Small Letter f With Hook &#402;   ƒ
403 193     Undefined &#403;   Ɠ
404 194     Undefined &#404;   Ɣ
405 195     Undefined &#405;   ƕ
406 196     Undefined &#406;   Ɩ
407 197     Undefined &#407;   Ɨ
408 198     Undefined &#408;   Ƙ
409 199     Undefined &#409;   ƙ
410 19A     Undefined &#410;   ƚ
411 19B     Undefined &#411;   ƛ
412 19C     Undefined &#412;   Ɯ
413 19D     Undefined &#413;   Ɲ
414 19E     Undefined &#414;   ƞ
415 19F     Undefined &#415;   Ɵ
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
416 1A0     Undefined &#416;   Ơ
417 1A1     Undefined &#417;   ơ
418 1A2     Undefined &#418;   Ƣ
419 1A3     Undefined &#419;   ƣ
420 1A4     Undefined &#420;   Ƥ
421 1A5     Undefined &#421;   ƥ
422 1A6     Undefined &#422;   Ʀ
423 1A7     Undefined &#423;   Ƨ
424 1A8     Undefined &#424;   ƨ
425 1A9     Undefined &#425;   Ʃ
426 1AA     Undefined &#426;   ƪ
427 1AB     Undefined &#427;   ƫ
428 1AC     Undefined &#428;   Ƭ
429 1AD     Undefined &#429;   ƭ
430 1AE     Undefined &#430;   Ʈ
431 1AF     Undefined &#431;   Ư
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
432 1B0     Undefined &#432;   ư
433 1B1     Undefined &#433;   Ʊ
434 1B2     Undefined &#434;   Ʋ
435 1B3     Undefined &#435;   Ƴ
436 1B4     Undefined &#436;   ƴ
437 1B5     Undefined &#437;   Ƶ
438 1B6     Undefined &#438;   ƶ
439 1B7     Undefined &#439;   Ʒ
440 1B8     Undefined &#440;   Ƹ
441 1B9     Undefined &#441;   ƹ
442 1BA     Undefined &#442;   ƺ
443 1BB     Undefined &#443;   ƻ
444 1BC     Undefined &#444;   Ƽ
445 1BD     Undefined &#445;   ƽ
446 1BE     Undefined &#446;   ƾ
447 1BF     Undefined &#447;   ƿ
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
448 1C0     Undefined &#448;   ǀ
449 1C1     Undefined &#449;   ǁ
450 1C2     Undefined &#450;   ǂ
451 1C3     Undefined &#451;   ǃ
452 1C4     Undefined &#452;   DŽ
453 1C5     Undefined &#453;   Dž
454 1C6     Undefined &#454;   dž
455 1C7     Undefined &#455;   LJ
456 1C8     Undefined &#456;   Lj
457 1C9     Undefined &#457;   lj
458 1CA     Undefined &#458;   NJ
459 1CB     Undefined &#459;   Nj
460 1CC     Undefined &#460;   nj
461 1CD     Undefined &#461;   Ǎ
462 1CE     Undefined &#462;   ǎ
463 1CF     Undefined &#463;   Ǐ
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
464 1D0     Undefined &#464;   ǐ
465 1D1     Undefined &#465;   Ǒ
466 1D2     Undefined &#466;   ǒ
467 1D3     Undefined &#467;   Ǔ
468 1D4     Undefined &#468;   ǔ
469 1D5     Undefined &#469;   Ǖ
470 1D6     Undefined &#470;   ǖ
471 1D7     Undefined &#471;   Ǘ
472 1D8     Undefined &#472;   ǘ
473 1D9     Undefined &#473;   Ǚ
474 1DA     Undefined &#474;   ǚ
475 1DB     Undefined &#475;   Ǜ
476 1DC     Undefined &#476;   ǜ
477 1DD     Undefined &#477;   ǝ
478 1DE     Undefined &#478;   Ǟ
479 1DF     Undefined &#479;   ǟ

Click Here for a StarkEffects page displaying thousands of HTML Symbol Codes.
CC=Communication Control,
CH=Character,
FE=Format Effector,
IS=Information Separator
ASCII HTML
 DECIMAL   HEX   SYMBOL   TYPE   DESCRIPTION   CODE   NAME   DISPLAY 
8211 2013 CH en dash &#8211;  
8212 2014 CH em dash &#8212;  
8216 2018 CH Left Single Quotation Mark &#8216;  
8217 2019 CH Right Single Quotation Mark &#8217;  
8218 201A CH Single Low-9 Quotation Mark &#8218;  
8220 201C CH Left Double Quotation Mark &#8220;  
8221 201D CH Right Double Quotation Mark &#8221;  
8222 201E CH Double Low-9 Quotation Mark &#8222;  
8224 2020 CH Dagger &#8224;  
8225 2021 CH Double Dagger &#8225;  
8226 2022 CH Bullet &#8226;  
8230 2026 CH Horizontal Ellipsis &#8230;  
8240 2030 CH Per Thousand Sign &#8240;  
8364 20AC CH Euro Sign &#8364; &euro;
8482 2122 CH Trade Mark Sign &#8482;  

Click Here for a StarkEffects page displaying thousands of HTML Symbol Codes.



Quick Science & Math References



Physics Basics Series



Math Basics Series

  • Numbers
  • Arithmetic
  • Algebra
  • Geometry
  • Analysis


Technology Basics Series



Knowledge Branches

  • Information Theory
  • How Reading Works in the Brain
  • Psychology of Learning
  • Logic


WORK IN PROGRESS

  • What is the Stark Effect?
  • The Chemistry of Love &/or Addiction
  • Critical Thinking: How to question what you see, read or hear.
  • Aristotle's Prior Analytics - the birth of Logic.
  • Optical Solutions, lenses that solve problems
  • Fractals
  • PTC - Photon Transfer Curve or Mean Variance Analysis
  • 3-D Noise
  • Laser Primer
  • Rail Guns
  • Special Relativity
  • Radar Technology
  • Acousto-optic Cells
  • Harmonic Generation for Laser Frequency Doubling (SHG) and Tripling -using non-linear crystals.
  • Measurement: Accuracy & Precision.
  • Things you should know about computer modeling of physical phenomena!
  • Giant Magneto-resistance
  • Peltier Cooling
  • Pyro-Electric Detectors
  • Piezo-Electric Crystals
  • Laser Speckle
  • FFT and DFT the fast fourier transform and the discrete fourier transform
  • Fabry Perot Etalon
  • The Hydrogen Atom.
  • PCA (Principal Component Analysis)
  • Energy per mass in fuels such as Hydrogen, Gasoline, Kerosene, HMX etc...
  • Nobel prize winning work on the CCD
  • How does a CCD work and what are the normal characteristics of a CCD
  • Nobel Prize Winning work on Giant Magneto-resistance
  • FROG -frequency resolved optical gating
  • Optical Wavefront Sensing
  • THz imaging and time-domain spectroscopy
  • Camera Calibration
  • Laser Designators
  • Resampling

Comments, Suggestions, Criticisms and Complaints Welcome: Webmaster at StarkEffects

Related Info & Products

StarkEffects, Excited by Science!
Google
 
Web www.StarkEffects.com
© Copyright 2006  StarkEffects, All Rights Reserved
The SiteMap   Privacy Policy   Contact Us