HTML Symbol Codes

In SGML, HTML and XML documents, the logical constructs known as character data and attribute values consist of sequences of characters, in which each character can manifest directly (representing itself), or can be represented by a series of characters called a character reference, of which there are two types: a numeric character reference and a character entity reference. This article lists the character entity references that are valid in HTML and XML documents.
A numeric character reference refers to a character by its Universal Character Set/Unicode code point, and uses the format
 &#nnnn; or &#xhhhh; - where nnnn is the code point in decimal form, and hhhh is the code point in hexadecimal form. The x must be lowercase in XML documents. The nnnn or hhhh may be any number of digits and may include leading zeros. The hhhh may mix uppercase and lowercase, though uppercase is the usual style. In contrast, a character entity reference refers to a character by the name of an entity which has the desired character as its replacement text. The entity must either be predefined (built-in to the markup language) or explicitly declared in a Document Type Definition (DTD). The format is the same as for any entity reference:
 &name; - where name is the name of the entity. The semicolon is required.


If you already have a symbol or text with characters and just want to know the entities
then just convert symbols to html and javascript with my simple tool by the link.























"

&

<

>



 

¡

¢

£

¤

¥

¦

§

¨

©

ª

«

¬

®

¯

°

±

²

³

´

µ


·

¸

¹

º

»

¼

½

¾

¿

À

Á

Â

Ã

Ä

Å

Æ

Ç

È

É

Ê

Ë

Ì

Í

Î

Ï

Ð

Ñ

Ò

Ó

Ô

Õ

Ö

×

Ø

Ù

Ú

Û

Ü

Ý

Þ

ß

à

á

â

ã

ä

å

æ

ç

è

é

ê

ë

ì

í

î

ï

ð

ñ

ò

ó

ô

õ

ö

÷

ø

ù

ú

û

ü

ý

þ

ÿ

 


¦ Separators
  &nbsp;
&thinsp;
&ensp;
&emsp;
&mdash;
&frasl;

¦ Braces
< &lt;
> &gt;
[ &#91;
] &#93;
( &#40;
) &#41;
{ &#123;
} &#125;
¦ Brackets
&prime;
" &quot;
&lsquo;
&rsquo;
&lsaquo;
&rsaquo;
« &laquo;
» &raquo;

¦ Currency
$ &#36;
&euro;
£ &pound;
¥ &yen;
¢ &cent;
¦ Arrows
&crarr;*
&larr;
&rarr;
&harr;
&uarr;
&darr;
&lArr;*
&rArr;*
&hArr;*
&dArr;*
&uArr;*
¦ Frequent
&hellip;
æ &aelig;
& &amp;
° &deg;
&#8470;
&trade;
© &copy;
® &reg;
@ &#64;
&dagger;
&Dagger;
§ &sect;
# &#35;
μ &mu;
Θ &Theta;
¤ &curren;
¦ Frequent/Maths
Δ &Delta;
&asymp;
ƒ &fnof;
π &pi;
± &plusmn;
÷ &divide;
× &times;
¹ &sup1;
² &sup2;
³ &sup3;
½ &frac12;
¼ &frac14;
¾ &frac34;
¦ Maths
&le;
&ge;
·&middot;
&prod;
&sum;
&minus;
&radic;
&infin;
&ang;*
&sim;*
&isin;*

¦ Cards
&loz;
&diams;
&spades;
&clubs;
&hearts;
¦ Advanced Maths
&prop;*
&nabla;*
&int;
&forall;*
&exist;*
&part;
&empty;*
&notin;*
&cap;
&cup;*
&permil;
&there4;*
&perp;*

SEE MORE (extended list)

 

 

Descriptions and some alt codes (keyboard codes)* --- CTRL+F to find code of symbol you want:
¦ Separators
 html code:&nbsp;Standard space character, separator
char code&thinsp;Thin space character
html code:&ensp;A bit wider space character
char code&emsp;Wide space character
html code:&mdash;Long minus, long dash, hyphen, &#8212
char code&frasl;Fraction slash, solidus character


¦ Frequent
char code&hellip;Horizontal ellipsis, ellipses, three dots, etc, etcetera, et cetera, many dots, dot-dot-dot, dot dot dot. Alt code: 0133
æhtml code:&aelig;Ash tree, aesc, ae, ea
&char code&amp;And sign
°html code:&deg;Degree sign
char code&#8470;Number sign, &#8470
html code:&trade;Trade mark sign
©char code&copy;Copyright sign
®html code:&reg;Registered sign
@char code&#64;Dog, At sign, &#64
html code:&dagger;Dagger, cross, &#8224
char code&Dagger;Double-sided dagger, double dagger, &#8225
§html code:&sect;Paragraph, section sign
#char code&#35;Number sign, sharp character, &#35
μhtml code:&mu;Mu sign
Θchar code&Theta;Greek capital theta sign
¤html code:&curren;Current sign, coin sign
char code&#9841;*Fine cross, pretty cross sign
html code:&#9840;*Cross sign


¦ Braces, etc.
<html code:&lt;Tag opening, less than sign, angle quotes
>char code&gt;Tag closing, more than sign, angle quotes
[html code:&#91;Square opening brace, &#91
]char code&#93;Square closing brace, &#93
(html code:&#40;Left parenthesis, round opening brackets, comment starting, &#40
)char code&#41;Right parenthesis, round closing brackets, comment ening, &#41
{html code:&#123;Left curly brace, &#123
}char code&#125;Right curly brace, &#125


¦ Brackets, etc.
html code:&prime;Standard quotation marks, prime sign
"char code&quot;Quotation (Citate) marks sign
html code:&lsquo;Opening quotation mark sign, &#8216
char code&rsquo;Closing quotation mark, apostrophe sign, &#8217
html code:&lsaquo;Citate opening sign, angle quotes
char code&rsaquo;Citate closing, angle quotes
«html code:&laquo;Guillemets, rewind, angle quotes open sign
»char code&raquo;Guillemets, fast forward, angle quotes cloe sign


¦ Currency
$html code:&#36;USD, Dollar sign, Bucks sign, &#36
char code&euro;EUR, Euro sign, &#8364
£html code:&pound;GBP, English, Pound sign
¥char code&yen;JPY, Yen sign
¢html code:&cent;Cent sign


¦ Arrows
html code:&crarr;*Carriege return, cursor point to begin, new line, line break
char code&larr;Left arrow
html code:&rarr;Right arrow
char code&harr;Two-sided arrow, double-sided arrow, double sided arrow
html code:&uarr;Up arrow
char code&darr;Down arrow
html code:&lArr;*Left double arrow
char code&rArr;*Right double arrow
html code:&hArr;*Two sided double arrow, double sided double arrow
char code&dArr;*Down double arrow
html code:&uArr;*Up double arrow


*¦ Frequent/Maths
Δhtml code:&Delta;Change, triangle up, delta character
char code&asymp;Asymptotic, similar, approximate sign
ƒhtml code:&fnof;Function sign
πchar code&pi;Pi sign
±html code:&plusmn;Plus-minus, plus minus
÷char code&divide;Divide, devide, calc divide sign
×html code:&times;Times, multiply sign, calc multiply
¹char code&sup1;First degree of the polynomial, 1-st degree sign
²html code:&sup2;Second degree of the polynomial, 2-nd degree, square sign
³char code&sup3;Third degree of the polynomial, 3-rd degree, cobe sign
½html code:&frac12;Half, division by 2, devision by 2, 1/2 sign
¼char code&frac14;One Forth, division by 4, devision by 4, 1/4 sign
¾html code:&frac34;3/4 sign


*¦ Maths
html code:&le;Less or equal, less-equal, not more sign
char code&ge;More or equal, more-equal, not less sign
·html code:&middot;Middle dot, bullet, interpunct, midpoint. In notepad: Alt + Num Pad 7 with Num Pad 'unlocked'. ALT + #7 (reversed colors - #8)
char code&prod;Product, multiply function
html code:&sum;Sum, summary, altogether, sigma sign
char code&minus;Minus, small hyphen
html code:&radic;Square root, Yes, Accepted
char code&infin;Infinity
html code:&ang;*Angle
char code&sim;*Similar, approximate sign
html code:&isin;*Is in, in set, inside


¦ Advanced Maths
html code:&prop;*Proportional
char code&nabla;*Nabla character, triangle down, harp, upside-down delta, upside-down triangle
html code:&int;Integral
char code&forall;*For all, Forall, every
html code:&exist;*Exists sign, at least one
char code&part;Part of
html code:&empty;*Empty, latin o slash. Ø - &Oslash;
char code&notin;*Not in set sign
html code:&cap;In both sets
char code&cup;*Summarize sets, summary set
html code:&permil;Permil, per mile, permile, promille
char code&there4;*Therefore sign
html code:&perp;*Perpendecular, 90 degrees


¦ Cards
html code:&loz;Rhombus, Rombus, Lozenge card character
char code&diams;Diams card character. In notepad: Alt + Num Pad 4 with Num Pad 'unlocked'. ALT + #4
html code:&spades;Spades card character. In notepad: Alt + Num Pad 6 with Num Pad 'unlocked'. ALT + #6
char code&clubs;Shamrock, Clubs card character. In notepad: Alt + Num Pad 5 with Num Pad 'unlocked'. ALT + #5
html code:&hearts;Valentine, love, Hearts card character. In notepad: Alt + Num Pad 3 with Num Pad 'unlocked'. ALT + #3

* Some (mostly of Advanced Maths) characters aren't supported by a some browsers.

What's here? Myspace character codes - html special character - html ascii codes. Myspace symbol codes.

Alt symbol codes reference

Alt symbols
Cool Facebook symbols
facebook smileys
MySpace smiley emoticons

Stuff



ჲ © View contact e-mail if you want to contact me. All rights reserved. ჲ