Icon

Furcadia Technical Resources

Back | Code Table | Home Area | Data Dump | Furcadia
Icon2

Overview

Furcadian protocol works mostly with characters of the second area in the ASCII table - characters between 32 and and 126 (including them). So what happens when you want to use them special-looking 'aeiou' leters or them spiffy signs in Furcadia? Simple - the client turns these characters into (so called) character entities. For example, the sign © will become © - just like in HTML. This way you can use special characters and stay within the bounds in the ASCII table.

So what would you need to do to make up such leters or signs? There are two ways to this:

  • Use the character map (Start->Run, type charmap and press ENTER) to write them, then copy/paste.
  • Write them entities as they are in the text box and they will automatically be converted!
The second option is more convenient because remembering the codes is easier than starting CharMap every time you want a special leter or two.

Code Table

The following table lists nearly every entity that you can use and shows what will that code show:

Char&amp Code
""
<&lt;
>&gt;
¡&iexcl;
¢&cent;
£&pound;
¤&curren;
¥&yen;
¦&brvbar;
§&sect;
¨&uml;
©&copy;
ª&ordf;
«&laquo;
¬&not;
­&shy;
®&reg;
¯&macr;
°&deg;
±&plusmn;
²&sup2;
³&sup3;
´&acute;
Char&amp Code
µ&micro;
&para;
·&middot;
¸&cedil;
¹&sup1;
º&ordm;
»&raquo;
¼&frac14;
½&frac12;
¾&frac34;
¿&iquest;
À&Agrave;
Á&Aacute;
Â&Acirc;
Ã&Atilde;
Ä&Auml;
Å&Aring;
Æ&AElig;
Ç&Ccedil;
È&Egrave;
É&Eacute;
Ê&Ecirc;
Ë&Euml;
Char&amp Code
Ì&Igrave;
Í&Iacute;
Î&Icirc;
Ï&Iuml;
Ð&ETH;
Ñ&Ntilde;
Ò&Ograve;
Ó&Oacute;
Ô&Ocirc;
Õ&Otilde;
Ö&Ouml;
×&times;
Ø&Oslash;
Ù&Ugrave;
Ú&Uacute;
Û&Ucirc;
Ü&Uuml;
Ý&Yacute;
Þ&THORN;
ß&szlig;
à&agrave;
á&aacute;
â&acirc;
Char&amp Code
ã&atilde;
ä&auml;
å&aring;
æ&aelig;
ç&ccedil;
è&egrave;
é&eacute;
ê&ecirc;
ë&euml;
ì&igrave;
í&iacute;
î&icirc;
ï&iuml;
ð&eth;
ñ&ntilde;
ò&ograve;
ó&oacute;
ô&oric;
õ&otilde;
ö&ouml;
÷&divide;
ø&oslash;
ù&ugrave;
Char&amp Code
ú&uacute;
û&ucirc;
ü&uuml;
ý&yacute;
þ&thorn;
ÿ&yuml;
&euro;
&trade;
&arwl;
&arwr;
&arwlr;
&arwu;
&arwd;
&arwud;
&almost;
Δ&increment;
Ω&ohm;
α&alpha;
β&beta;
γ&gamma;
π&pi;
·&sblt;
&bblt;

The code compilation was done by xPi

Copyright © 2004-2005 by IceDragon - All rights reserved