Monday, January 20, 2025

So, You Want An ASCII Code, Huh?

     When writing a WWW page you want to have as much flexibility as possible in placing characters. If you have read my tutorial on & Commands, then you know you can
create characters not found on the normal keyboard using an & and a ; with a small command between them. Well, you can also do the same using &# and a ; with a command in between them. These are called ASCII commands and are very similar to what your computer uses to display the text you type.

     Listed below are the ASCII commands that produce certain characters not readily found on the keyboard. (Some are, though, just to keep the flow of the numbers.)

     You’ll notice that some are doubles from the & Commands tutorial. Just follow the format below to place any of these on your page. Do not enclose these in the < and > commands. They sit just as they look in the boxes below.

In Case You’re Wondering

     Since these are ASCII commands, there must be an equal for all the characters already found on the keyboard. There are.


  • Numbers 33 through 47, 58 through 64, 91 through 96, and 123 through 126 are the non-letter and non-numerical characters on the keyboard, things like a $ and a *.
  • Numbers 48 through 57 are the numerals zero through nine.
  • Numbers 65 through 90 are the capital letters A through Z.
  • Numbers 97 through 122 are the lowercase letters a through z.
  • Number 127 is the delete key entry.
  • Numbers 128 through 159 are not in use.
  • Number 160 is the space bar.
  • The other numbers are covered below.

     In each cell, you’ll see what the command creates, then below it is the command you use to create the symbol.




























































































































&#0130;

ƒ

&#0131;

&#0132;

&#0133;

&#0134;

&#0135;

ˆ

&#0136;

&#0137;

Š

&#0138;

&#0139;

Œ

&#0140;

&#0145;

&#0146;

&#0147;

&#0148;

&#0149;

&#0150;

&#0151;

˜

&#0152;

&#0153;

š

&#0154;

&#0155;

œ

&#0156;

Ÿ

&#0159;

 

&#0160;

¡

&#0161;

¢

&#0162;

£

&#0163;

¤

&#0164;

¥

&#0165;

¦

&#0166;

§

&#0167;

¨

&#0168;

©

&#0169;

ª

&#0170;

«

&#0171;

¬

&#0172;

­

&#0173;

®

&#0174;

¯

&#0175;

°

&#0176;

±

&#0177;

²

&#0178;

³

&#0179;

´

&#0180;

µ

&#0181;

&#0182;

·

&#0183;

¸

&#0184;

¹

&#0185;

º

&#0186;

»

&#0187;

¼

&#0188;

½

&#0189;

¾

&#0190;

¿

&#0191;

À

&#0192;

Á

&#0193;

Â

&#0194;

Ã

&#0195;

Ĩ

&#0196;

ĩ

&#0197;

Æ

&#0198;

Ç

&#0199;

È

&#0200;

É

&#0201;

Ê

&#0202;

Ë

&#0203;

Ì

&#0204;

Í

&#0205;

Î

&#0206;

Ï

&#0207;

Ð

&#0208;

Ñ

&#0209;

Ò

&#0210;

Ó

&#0211;

Ô

&#0212;

Õ

&#0213;

Ö

&#0214;

×

&#0215;

Ø

&#0216;

Ù

&#0217;

Ú

&#0218;

Û

&#0219;

Ü

&#0220;

Ý

&#0221;

Þ

&#0222;

ß

&#0223;

à

&#0224;

á

&#0225;

â

&#0226;

ã

&#0227;

ä

&#0228;

å

&#0229;

æ

&#0230;

ç

&#0231;

è

&#0232;

é

&#0233;

ê

&#0234;

ë

&#0235;

ì

&#0236;

í

&#0237;

î

&#0238;

ï

&#0239;

ð

&#0240;

ñ

&#0241;

ò

&#0242;

ó

&#0243;

ô

&#0244;

õ

&#0245;

ö

&#0246;

÷

&#0247;

ø

&#0248;

ù

&#0249;

ú

&#0250;

û

&#0251;

ü

&#0252;

ý

&#0253;

þ

&#0254;

ÿ

&#0255;


 Enjoy!

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Popular Articles

Featured