ASCII - HTML - Unicode Character Entities Chart #000-3199

To bring up ASCII characters you do not find on your keyboard, i.e., Þ and ©, you need an ASCII character chart.
Once you know the character's number, you hold down your ALT key and type the character number on your keyboard number pad, and release ALT. The character should appear in your document. However, some software programs will not take ALT as meaning you want to create a foreign character and might trigger some other function in the software. Be aware of this, it can cause you to lose your documents. You might consider creating the character directly in an dud email and copy / pasting --or, copying directly from a handy character chart like the one below, directly into your html document.
Some characters differ on keypad/ALT vs. HTML. For instance, ALT+225 on number pad=ß while HTML numeric value is 223 for ß. It is beneficial to memorize characters you may use often. Another example is Ñ, while in ASCII it is ALT+165 on the number pad, in HTML the equivalent is 209. However, in the case of the capital letter A, both A and ALT+65 on number pad, come out to the same character.
HTML Characters worth noting
"Non-Breaking Space" -  
This is used to format in HTML with a plain space.
& - And or &
	 for horizontal tab

 for line feed or new line
  for space
£ for £
™ for ™ Trademark
© for ©
Though not recommended, these entities can be used in the title of metatags.
A list of more entities by using text, can be found here and here.

A note on formatting text. It is recommended while formatting text to use
<strong></strong> vs. <b></b>
and
<em></em> vs. <i></i> due to teletype machines having the ability to read the format on your text.


ASCII #Character DisplayedHTML Code
32 &#32;
33!&#33;
34"&#34;
35#&#35;
36$&#36;
37%&#37;
38&&#38;
39'&#39;
40(&#40;
41)&#41;
42*&#42;
43+&#43;
44,&#44;
45-&#45;
46.&#46;
47/&#47;
480&#48;
491&#49;
502&#50;
513&#51;
524&#52;
535&#53;
546&#54;
557&#55;
568&#56;
579&#57;
58:&#58;
59;&#59;
60<&#60;
61=&#61;
62>&#62;
63?&#63;
64@&#64;
65A&#65;
66B&#66;
67C&#67;
68D&#68;
69E&#69;
70F&#70;
71G&#71;
72H&#72;
73I&#73;
74J&#74;
75K&#75;
76L&#76;
77M&#77;
78N&#78;
79O&#79;
80P&#80;
81Q&#81;
82R&#82;
83S&#83;
84T&#84;
85U&#85;
86V&#86;
87W&#87;
88X&#88;
89Y&#89;
90Z&#90;
91[&#91;
92\&#92;
93]&#93;
94^&#94;
95_&#95;
96`&#96;
97a&#97;
98b&#98;
99c&#99;
100d&#100;
101e&#101;
102f&#102;
103g&#103;
104h&#104;
105i&#105;
106j&#106;
107k&#107;
108l&#108;
109m&#109;
110n&#110;
111o&#111;
112p&#112;
113q&#113;
114r&#114;
115s&#115;
116t&#116;
117u&#117;
118v&#118;
119w&#119;
120x&#120;
121y&#121;
122z&#122;
123{&#123;
124|&#124;
125}&#125;
126~&#126;
127&#127;
128&#128;
129&#129;
130&#130;
131ƒ&#131;
132&#132;
133&#133;
134&#134;
135&#135;
136ˆ&#136;
137&#137;
138Š&#138;
139&#139;
140Œ&#140;
141&#141;
142Ž&#142;
143&#143;










No comments:

Post a Comment