Special Characters & Symbols
Computer hieroglyphic Basic Special Characters
The basic HTML 2.0 & 3.0 Standard supports four "Special characters".
&           &
&lt;            <
&gt;            >
&quot;          "
Computer hieroglyphic No Break Blank Space &nbsp;
HTML 2.0 & 3.0 Standard does not supports multiple white spaces, i.e., more than two blank spaces will be treated as a single space. Time to time, you'd like to insert one or two spaces, in such case you can use &nbsp;

As a rule of thumb, if you need more than three &nbsp; , consider using <TABLE> element.

Computer hieroglyphic ISO 8859 Latin-1 Special Characters
Following entities are based on ISO-8859 Latin-1 character set (ISO=International Standard Organization). These ISO-8859 Latin-1 character set symbols provides a much wider selection of symbols. Most of these symbols are supported by most popular web browsers.

&#00;-&#08;    Unused
&#09;   tab
&#10;   Line feed
&#11;-&#12;    Unused
&#13;   Return
&#14;-&#31;    Unused
&#32;   Space
&#33;		!
&#34;		"
&#35;		#
&#36;		$
&#37;		%
&#38;		&
&#39;		'
&#40;		(
&#41;		)
&#42;		*
&#43;		+
&#44;		,
&#45;		-
&#46;		.
&#47;		/ 
&#48;-&#65  0-9
&#58;		: 
&#59;		;
&#60;		<
&#61;		=
&#62;		>
&#63;		?
&#64;		@
&#65;-&#90;  A-Z
&#91;		[
&#92;		\
&#93;		]
&#94;		^
	
&#95;		_
&#96;		`
&#97;-&#122;  a-z
&#123;		{
&#124;		|
&#125;		}
&#126;		~
&#127;-&#159; Unused
&#160;   Space
&#161;		¡
&#162;		¢
&#163;		£
&#164;		¤
&#165;		¥
&#166;		¦
&#167;		§
&#168;		¨
&#169;		©
&#170;		ª
&#171;		«
&#172;		¬
&#173;		­
&#174;		®
&#175;		¯
&#176;		°
&#177;		±
&#178;		²
&#179;		³
&#180;		´
&#181;		µ
&#182;		¶
&#183;		·
&#184;		¸
&#185;		¹
&#186;		º
	
&#187;		»
&#188;		¼
&#189;		½
&#190;		¾
&#191;		¿
&#192;		À
&#193;		Á
&#194;		Â
&#195;		Ã
&#196;		Ä
&#197;		Å
&#198;		Æ
&#199;		Ç
&#200;		È
&#201;		É
&#202;		Ê
&#203;		Ë
&#204;		Ì
&#205;		Í
&#206;		Î
&#207;		Ï
&#208;		Ð
&#209;		Ñ
&#210;		Ò
&#211;		Ó
&#212;		Ô
&#213;		Õ
&#214;		Ö
&#215;		×
&#216;		Ø
&#217;		Ù
&#218;		Ú
&#219;		Û
&#220;		Ü   
&#221;		Ý
	
&#222;		Þ
&#223;		ß
&#224;		à
&#225;		á
&#226;		â
&#227;		ã
&#228;		ä
&#229;		å
&#230;		æ
&#231;		ç
&#232;		è
&#233;		é
&#234;		ê
&#235;		ë
&#236;		ì
&#237;		í
&#238;		î
&#239;		ï
&#240;		ð
&#241;		ñ
&#242;		ò
&#243;		ó
&#244;		ô
&#245;		õ
&#246;		ö
&#247;		÷
&#248;		ø
&#249;		ù
&#250;		ú
&#251;		û
&#252;		ü
&#253;		ý
&#254;		þ
&#255;		ÿ
You can also use following aliases for some special ISO-8859 Latin-1 character set characters.

&copy;          ©
&reg;           ®
&AElig;         Æ
&Aacute;        Á
&Acirc;         Â
&Agrave;        À
&Aring;         Å
&Atilde;        Ã
&Auml;          Ä
&Ccedil;        Ç
&ETH;           Ð
&Eacute;        É
&Ecirc;         Ê
&Egrave;        È
&Euml;          Ë
&Iacute;        Í
&Icirc;         Î
&Igrave;        Ì    
&Iuml;          Ï
&Ntilde;        Ñ
&Oacute;        Ó
&Ocirc;         Ô
&Ograve;        Ò
&Oslash;        Ø
&Otilde;        Õ
&Ouml;          Ö
&THORN;         Þ
&Uacute;        Ú
&Ucirc;         Û
&Ugrave;        Ù
&Uuml;          Ü
&Yacute;        Ý
&aacute;        á
&acirc;         â   
&aelig;         æ
&agrave;        à
&aring;         å
&atilde;        ã
&auml;          ä
&ccedil;        ç
&eacute;        é
&ecirc;         ê
&egrave;        è
&eth;           ð
&euml;          ë
&iacute;        í
&icirc;         î
&igrave;        ì
&iuml;          ï
&ntilde;        ñ   
&oacute;        ó
&ocirc;         ô
&ograve;        ò
&oslash;        ø
&otilde;        õ
&ouml;          ö
&szlig;         ß
&thorn;         þ
&uacute;        ú
&ucirc;         û
&ugrave;        ù
&uuml;          ü
&yacute;        ý
&yuml;          ÿ


Send e-mail to caliber@computersmiths.com

www.computersmiths.com
Return to   Top of this page | HTML Rosetta Page | caliber