NOTES :	CE DOCUMENT EST un classeur EXCEL, il faut l'enregistrer en Texte Unicode UTF-16 puis le réenregistrer en UTF8 et le récupérer comme tel dans RealBasic. Utiliser ConvertEncoding pour faire des tests.										
	La colonne C Mime DOIT être format TEXTE sinon 09 devient 9. J'ai mis colonne B D E en Texte aussi.										
	LAISSER les 3 PREMIERES LIGNES de codes (après les titres) dans cette ordre (voir notes dans MyPopBarrier). Mettre les double Mime avant les simples Mime										
	Je laisse volontairement les caractères ASCII vide pour effacer les codes de l'email.										
Chtml	Thtml	Mime	Ascii	http://www.htmlcodetutorial.com/characterentities_famsupp_69.html							4
"&#61;"		=3D	=	   ----   =  Ajouté par moi							
"&#38;"	"&amp;"	=26	&	ampersand							
"&#59;"		=3B	chr(59)	"   ----   ;  Ajouté par moi      Utiliser chr(59) sinon Excel rajoute des "";"""							
		=09	chr(9)	tabulation   ----  ATTENTION Remettre 09   ---- Veut dire Note Perso							
		=0A	chr(10)	line feed   ----  ATTENTION  il y a un 0 devant							
		=0D	chr(13)	return   ----  ATTENTION  il y a un 0 devant							
"&#39;"		=27	chr(27)	   ----  Esc  Ajouté par moi Mais pourquoi ????							
"&#34;"	"&quot;"	=22	chr(34)	"   ----  ""  quotation mark = APL quote    Utiliser chr(34) sinon Excel rajoute des """""""""							
		=C2=A0	 	no-break space							
		=C2=A1	¡	inverted exclamation mark							
		=C2=A2	¢	cent sign							
		=C2=A3	£	pound sign							
		=C2=A4	¤	currency sign							
		=C2=A5	¥	yen sign							
		=C2=A6	¦	broken bar							
		=C2=A7	§	section sign							
		=C2=A8	¨	diaeresis							
		=C2=A9	©	copyright sign							
		=C2=AA	ª	feminine ordinal indicator							
		=C2=AB	«	left-pointing double angle quotation mark							
		=C2=AC	¬	not sign							
		=C2=AD		soft hyphen							
		=C2=AE	®	registered sign							
		=C2=AF	¯	macron							
		=C2=B0	°	degree sign							
		=C2=B1	±	plus-minus sign							
		=C2=B2	²	superscript two							
		=C2=B3	³	superscript three							
		=C2=B4	´	acute accent							
		=C2=B5	µ	micro sign							
		=C2=B6	¶	pilcrow sign							
		=C2=B7	·	middle dot							
		=C2=B8	¸	cedilla							
		=C2=B9	¹	superscript one							
		=C2=BA	º	masculine ordinal indicator							
		=C2=BB	»	right-pointing double angle quotation mark							
		=C2=BC	¼	vulgar fraction one quarter							
		=C2=BD	½	vulgar fraction one half							
		=C2=BE	¾	vulgar fraction three quarters							
		=C2=BF	¿	inverted question mark							
		=C3=80	À	latin capital letter a with grave							
		=C3=81	Á	latin capital letter a with acute							
		=C3=82	Â	latin capital letter a with circumflex							
		=C3=83	Ã	latin capital letter a with tilde							
		=C3=84	Ä	latin capital letter a with diaeresis							
		=C3=85	Å	latin capital letter a with ring above							
		=C3=86	Æ	latin capital letter ae							
		=C3=87	Ç	latin capital letter c with cedilla							
		=C3=88	È	latin capital letter e with grave							
		=C3=89	É	latin capital letter e with acute							
		=C3=8A	Ê	latin capital letter e with circumflex							
		=C3=8B	Ë	latin capital letter e with diaeresis							
		=C3=8C	Ì	latin capital letter i with grave							
		=C3=8D	Í	latin capital letter i with acute							
		=C3=8E	Î	latin capital letter i with circumflex							
		=C3=8F	Ï	latin capital letter i with diaeresis							
		=C3=90	Ð	latin capital letter eth							
		=C3=91	Ñ	latin capital letter n with tilde							
		=C3=92	Ò	latin capital letter o with grave							
		=C3=93	Ó	latin capital letter o with acute							
		=C3=94	Ô	latin capital letter o with circumflex							
		=C3=95	Õ	latin capital letter o with tilde							
		=C3=96	Ö	latin capital letter o with diaeresis							
		=C3=97	×	multiplication sign							
		=C3=98	Ø	latin capital letter o with stroke							
		=C3=99	Ù	latin capital letter u with grave							
		=C3=9A	Ú	latin capital letter u with acute							
		=C3=9B	Û	latin capital letter u with circumflex							
		=C3=9C	Ü	latin capital letter u with diaeresis							
		=C3=9D	Ý	latin capital letter y with acute							
		=C3=9E	Þ	latin capital letter thorn							
		=C3=9F	ß	latin small letter sharp s							
		=C3=A0	à	latin small letter a with grave							
		=C3=A1	á	latin small letter a with acute							
		=C3=A2	â	latin small letter a with circumflex							
		=C3=A3	ã	latin small letter a with tilde							
		=C3=A4	ä	latin small letter a with diaeresis							
		=C3=A5	å	latin small letter a with ring above							
		=C3=A6	æ	latin small letter ae							
		=C3=A7	ç	latin small letter c with cedilla							
		=C3=A8	è	latin small letter e with grave							
		=C3=A9	é	latin small letter e with acute							
		=C3=AA	ê	latin small letter e with circumflex							
		=C3=AB	ë	latin small letter e with diaeresis							
		=C3=AC	ì	latin small letter i with grave							
		=C3=AD	í	latin small letter i with acute							
		=C3=AE	î	latin small letter i with circumflex							
		=C3=AF	ï	latin small letter i with diaeresis							
		=C3=B0	ð	latin small letter eth							
		=C3=B1	ñ	latin small letter n with tilde							
		=C3=B2	ò	latin small letter o with grave							
		=C3=B3	ó	latin small letter o with acute							
		=C3=B4	ô	latin small letter o with circumflex							
		=C3=B5	õ	latin small letter o with tilde							
		=C3=B6	ö	latin small letter o with diaeresis							
		=C3=B7	÷	division sign							
		=C3=B8	ø	latin small letter o with stroke							
		=C3=B9	ù	latin small letter u with grave							
		=C3=BA	ú	latin small letter u with acute							
		=C3=BB	û	latin small letter u with circumflex							
		=C3=BC	ü	latin small letter u with diaeresis							
		=C3=BD	ý	latin small letter y with acute							
		=C3=BE	þ	latin small letter thorn							
		=C3=BF	ÿ	latin small letter y with diaeresis							
"&#60;"	"&lt;"	=3C	<	less-than sign  ----  							
"&#62;"	"&gt;"	=3E	>	greater-than sign  ----  							
"&#160;"	"&nbsp;"	=A0	 	no-break space = non-breaking space							
"&#161;"	"&iexcl;"	=A1	¡	inverted exclamation mark							
"&#162;"	"&cent;"	=A2	¢	cent sign							
"&#163;"	"&pound;"	=A3	£	pound sign							
"&#164;"	"&curren;"	=A4	¤	currency sign							
"&#165;"	"&yen;"	=A5	¥	yen sign = yuan sign							
"&#166;"	"&brvbar;"	=A6	¦	broken bar = broken vertical bar							
"&#167;"	"&sect;"	=A7	§	section sign							
"&#168;"	"&uml;"	=A8	¨	diaeresis = spacing diaeresis							
"&#169;"	"&copy;"	=A9	©	copyright sign							
"&#170;"	"&ordf;"	=AA	ª	feminine ordinal indicator							
"&#171;"	"&laquo;"	=AB	«	left-pointing double angle quotation mark = left pointing guillemet							
"&#172;"	"&not;"	=AC	¬	not sign							
"&#173;"	"&shy;"	=AD	­	soft hyphen = discretionary hyphen							
"&#174;"	"&reg;"	=AE	®	registered sign = registered trade mark sign							
"&#175;"	"&macr;"	=AF	¯	macron = spacing macron = overline = APL overbar							
"&#176;"	"&deg;"	=B0	°	degree sign							
"&#177;"	"&plusmn;"	=B1	±	plus-minus sign = plus-or-minus sign							
"&#178;"	"&sup2;"	=B2	²	superscript two = superscript digit two = squared							
"&#179;"	"&sup3;"	=B3	³	superscript three = superscript digit three = cubed							
"&#180;"	"&acute;"	=B4	´	acute accent = spacing acute							
"&#181;"	"&micro;"	=B5	µ	micro sign							
"&#182;"	"&para;"	=B6	¶	pilcrow sign = paragraph sign							
"&#183;"	"&middot;"	=B7	·	middle dot = Georgian comma = Greek middle dot							
"&#184;"	"&cedil;"	=B8	¸	cedilla = spacing cedilla							
"&#185;"	"&sup1;"	=B9	¹	superscript one = superscript digit one							
"&#186;"	"&ordm;"	=BA	º	masculine ordinal indicator							
"&#187;"	"&raquo;"	=BB	»	right-pointing double angle quotation mark = right pointing guillemet							
"&#188;"	"&frac14;"	=BC	¼	vulgar fraction one quarter = fraction one quarter							
"&#189;"	"&frac12;"	=BD	½	vulgar fraction one half = fraction one half							
"&#190;"	"&frac34;"	=BE	¾	vulgar fraction three quarters = fraction three quarters							
"&#191;"	"&iquest;"	=BF	¿	inverted question mark = turned question mark							
"&#192;"	"&Agrave;"	=C0	À	latin capital letter A with grave = latin capital letter A grave							
"&#193;"	"&Aacute;"	=C1	Á	latin capital letter A with acute							
"&#194;"	"&Acirc;"	=C2	Â	latin capital letter A with circumflex							
"&#195;"	"&Atilde;"	=C3	Ã	latin capital letter A with tilde							
"&#196;"	"&Auml;"	=C4	Ä	latin capital letter A with diaeresis							
"&#197;"	"&Aring;"	=C5	Å	latin capital letter A with ring above = latin capital letter A ring							
"&#198;"	"&AElig;"	=C6	Æ	latin capital letter AE = latin capital ligature AE							
"&#199;"	"&Ccedil;"	=C7	Ç	latin capital letter C with cedilla							
"&#200;"	"&Egrave;"	=C8	È	latin capital letter E with grave							
"&#201;"	"&Eacute;"	=C9	É	latin capital letter E with acute							
"&#202;"	"&Ecirc;"	=CA	Ê	latin capital letter E with circumflex							
"&#203;"	"&Euml;"	=CB	Ë	latin capital letter E with diaeresis							
"&#204;"	"&Igrave;"	=CC	Ì	latin capital letter I with grave							
"&#205;"	"&Iacute;"	=CD	Í	latin capital letter I with acute							
"&#206;"	"&Icirc;"	=CE	Î	latin capital letter I with circumflex							
"&#207;"	"&Iuml;"	=CF	Ï	latin capital letter I with diaeresis							
"&#208;"	"&ETH;"	=D0	Ð	latin capital letter ETH							
"&#209;"	"&Ntilde;"	=D1	Ñ	latin capital letter N with tilde							
"&#210;"	"&Ograve;"	=D2	Ò	latin capital letter O with grave							
"&#211;"	"&Oacute;"	=D3	Ó	latin capital letter O with acute							
"&#212;"	"&Ocirc;"	=D4	Ô	latin capital letter O with circumflex							
"&#213;"	"&Otilde;"	=D5	Õ	latin capital letter O with tilde							
"&#214;"	"&Ouml;"	=D6	Ö	latin capital letter O with diaeresis							
"&#215;"	"&times;"	=D7	×	multiplication sign							
"&#216;"	"&Oslash;"	=D8	Ø	latin capital letter O with stroke = latin capital letter O slash							
"&#217;"	"&Ugrave;"	=D9	Ù	latin capital letter U with grave							
"&#218;"	"&Uacute;"	=DA	Ú	latin capital letter U with acute							
"&#219;"	"&Ucirc;"	=DB	Û	latin capital letter U with circumflex							
"&#220;"	"&Uuml;"	=DC	Ü	latin capital letter U with diaeresis							
"&#221;"	"&Yacute;"	=DD	Ý	latin capital letter Y with acute							
"&#222;"	"&THORN;"	=DE	Þ	latin capital letter THORN							
"&#223;"	"&szlig;"	=DF	ß	latin small letter sharp s = ess-zed							
"&#224;"	"&agrave;"	=E0	à	latin small letter a with grave = latin small letter a grave							
"&#225;"	"&aacute;"	=E1	á	latin small letter a with acute							
"&#226;"	"&acirc;"	=E2	â	latin small letter a with circumflex							
"&#227;"	"&atilde;"	=E3	ã	latin small letter a with tilde							
"&#228;"	"&auml;"	=E4	ä	latin small letter a with diaeresis							
"&#229;"	"&aring;"	=E5	å	latin small letter a with ring above = latin small letter a ring							
"&#230;"	"&aelig;"	=E6	æ	latin small letter ae = latin small ligature ae							
"&#231;"	"&ccedil;"	=E7	ç	latin small letter c with cedilla							
"&#232;"	"&egrave;"	=E8	è	latin small letter e with grave							
"&#233;"	"&eacute;"	=E9	é	latin small letter e with acute							
"&#234;"	"&ecirc;"	=EA	ê	latin small letter e with circumflex							
"&#235;"	"&euml;"	=EB	ë	latin small letter e with diaeresis							
"&#236;"	"&igrave;"	=EC	ì	latin small letter i with grave							
"&#237;"	"&iacute;"	=ED	í	latin small letter i with acute							
"&#238;"	"&icirc;"	=EE	î	latin small letter i with circumflex							
"&#239;"	"&iuml;"	=EF	ï	latin small letter i with diaeresis							
"&#240;"	"&eth;"	=F0	ð	latin small letter eth							
"&#241;"	"&ntilde;"	=F1	ñ	latin small letter n with tilde							
"&#242;"	"&ograve;"	=F2	ò	latin small letter o with grave							
"&#243;"	"&oacute;"	=F3	ó	latin small letter o with acute							
"&#244;"	"&ocirc;"	=F4	ô	latin small letter o with circumflex							
"&#245;"	"&otilde;"	=F5	õ	latin small letter o with tilde							
"&#246;"	"&ouml;"	=F6	ö	latin small letter o with diaeresis							
"&#247;"	"&divide;"	=F7	÷	division sign							
"&#248;"	"&oslash;"	=F8	ø	latin small letter o with stroke, = latin small letter o slash							
"&#249;"	"&ugrave;"	=F9	ù	latin small letter u with grave							
"&#250;"	"&uacute;"	=FA	ú	latin small letter u with acute							
"&#251;"	"&ucirc;"	=FB	û	latin small letter u with circumflex							
"&#252;"	"&uuml;"	=FC	ü	latin small letter u with diaeresis							
"&#253;"	"&yacute;"	=FD	ý	latin small letter y with acute							
"&#254;"	"&thorn;"	=FE	þ	latin small letter thorn with							
"&#255;"	"&yuml;"	=FF	ÿ	latin small letter y with diaeresis							
"&#338;"	"&OElig;"	=8C	Œ	latin capital ligature OE							
"&#339;"	"&oelig;"	=9C	œ	latin small ligature oe ligature is a misnomer, this is a separate character in some languages							
"&#352;"	"&Scaron;"	=8A	Š	latin capital letter S with caron							
"&#353;"	"&scaron;"	=9A	š	latin small letter s with caron							
"&#376;"	"&Yuml;"	=9F	Ÿ	latin capital letter Y with diaeresis							
"&#402;"	"&fnof;"	=83	ƒ	latin small f with hook = function = florin							
"&#710;"	"&circ;"	=5E	ˆ	modifier letter circumflex accent							
"&#732;"	"&tilde;"	=98	˜	small tilde							
"&#913;"	"&Alpha;"		Α	greek capital letter alpha							
"&#914;"	"&Beta;"		Β	greek capital letter beta							
"&#915;"	"&Gamma;"		Γ	greek capital letter gamma							
"&#916;"	"&Delta;"		Δ	greek capital letter delta							
"&#917;"	"&Epsilon;"		Ε	greek capital letter epsilon							
"&#918;"	"&Zeta;"		Ζ	greek capital letter zeta							
"&#919;"	"&Eta;"		Η	greek capital letter eta							
"&#920;"	"&Theta;"		Θ	greek capital letter theta							
"&#921;"	"&Iota;"		Ι	greek capital letter iota							
"&#922;"	"&Kappa;"		Κ	greek capital letter kappa							
"&#923;"	"&Lambda;"		Λ	greek capital letter lambda							
"&#924;"	"&Mu;"		Μ	greek capital letter mu							
"&#925;"	"&Nu;"		Ν	greek capital letter nu							
"&#926;"	"&Xi;"		Ξ	greek capital letter xi							
"&#927;"	"&Omicron;"		Ο	greek capital letter omicron							
"&#928;"	"&Pi;"		Π	greek capital letter pi							
"&#929;"	"&Rho;"		Ρ	greek capital letter rho there is no Sigmaf, and no U+03A2 character either							
"&#931;"	"&Sigma;"		Σ	greek capital letter sigma							
"&#932;"	"&Tau;"		Τ	greek capital letter tau							
"&#933;"	"&Upsilon;"		Υ	greek capital letter upsilon							
"&#934;"	"&Phi;"		Φ	greek capital letter phi							
"&#935;"	"&Chi;"		Χ	greek capital letter chi							
"&#936;"	"&Psi;"		Ψ	greek capital letter psi							
"&#937;"	"&Omega;"		Ω	greek capital letter omega							
"&#945;"	"&alpha;"		α	greek small letter alpha							
"&#946;"	"&beta;"		β	greek small letter beta							
"&#947;"	"&gamma;"		γ	greek small letter gamma							
"&#948;"	"&delta;"		δ	greek small letter delta							
"&#949;"	"&epsilon;"		ε	greek small letter epsilon							
"&#950;"	"&zeta;"		ζ	greek small letter zeta							
"&#951;"	"&eta;"		η	greek small letter eta							
"&#952;"	"&theta;"		θ	greek small letter theta							
"&#953;"	"&iota;"		ι	greek small letter iota							
"&#954;"	"&kappa;"		κ	greek small letter kappa							
"&#955;"	"&lambda;"		λ	greek small letter lambda							
"&#956;"	"&mu;"		μ	greek small letter mu							
"&#957;"	"&nu;"		ν	greek small letter nu							
"&#958;"	"&xi;"		ξ	greek small letter xi							
"&#959;"	"&omicron;"		ο	greek small letter omicron							
"&#960;"	"&pi;"		π	greek small letter pi							
"&#961;"	"&rho;"		ρ	greek small letter rho							
"&#962;"	"&sigmaf;"		ς	greek small letter final sigma							
"&#963;"	"&sigma;"		σ	greek small letter sigma							
"&#964;"	"&tau;"		τ	greek small letter tau							
"&#965;"	"&upsilon;"		υ	greek small letter upsilon							
"&#966;"	"&phi;"		φ	greek small letter phi							
"&#967;"	"&chi;"		χ	greek small letter chi							
"&#968;"	"&psi;"		ψ	greek small letter psi							
"&#969;"	"&omega;"		ω	greek small letter omega							
"&#977;"	"&thetasym;"		ϑ	greek small letter theta symbol							
"&#978;"	"&upsih;"		ϒ	greek upsilon with hook symbol							
"&#982;"	"&piv;"		ϖ	greek pi symbol							
"&#8194;"	"&ensp;"			en space							
"&#8195;"	"&emsp;"			em space							
"&#8201;"	"&thinsp;"			thin space							
"&#8204;"	"&zwnj;"			zero width non-joiner							
"&#8205;"	"&zwj;"			zero width joiner							
"&#8206;"	"&lrm;"			left-to-right mark							
"&#8207;"	"&rlm;"			right-to-left mark							
"&#8211;"	"&ndash;"		–	en dash							
"&#8212;"	"&mdash;"		—	em dash							
"&#8216;"	"&lsquo;"		‘	left single quotation mark							
"&#8217;"	"&rsquo;"		’	right single quotation mark							
"&#8218;"	"&sbquo;"	=92	‚	single low-9 quotation mark							
"&#8220;"	"&ldquo;"		“	left double quotation mark							
"&#8221;"	"&rdquo;"		”	right double quotation mark							
"&#8222;"	"&bdquo;"	=93	„	double low-9 quotation mark							
"&#8224;"	"&dagger;"	=86	†	dagger							
"&#8225;"	"&Dagger;"	=87	‡	double dagger							
"&#8226;"	"&bull;"	=95	•	bullet = black small circle bullet is NOT the same as bullet operator							
"&#8230;"	"&hellip;"	=85	…	horizontal ellipsis = three dot leader							
"&#8240;"	"&permil;"	=89	‰	per mille sign							
"&#8242;"	"&prime;"		′	prime = minutes = feet							
"&#8243;"	"&Prime;"		″	double prime = seconds = inches							
"&#8249;"	"&lsaquo;"		‹	single left-pointing angle quotation mark lsaquo is proposed but not yet ISO standardized							
"&#8250;"	"&rsaquo;"		›	single right-pointing angle quotation mark rsaquo is proposed but not yet ISO standardized							
"&#8254;"	"&oline;"		‾	overline = spacing overscore							
"&#8260;"	"&frasl;"	=8E	⁄	fraction slash							
"&#8364;"	"&euro;"	=80	€	euro sign							
"&#8465;"	"&image;"		ℑ	blackletter capital I = imaginary part							
"&#8472;"	"&weierp;"		℘	script capital P = power set = Weierstrass p							
"&#8476;"	"&real;"		ℜ	blackletter capital R = real part symbol							
"&#8482;"	"&trade;"	=81	™	trade mark sign							
"&#8501;"	"&alefsym;"		ℵ	alef symbol = first transfinite cardinal alef symbol is NOT the same as hebrew letter alef, U+05D0 although the same glyph could be used to depict both characters							
"&#8592;"	"&larr;"		←	leftwards arrow							
"&#8593;"	"&uarr;"		↑	upwards arrow							
"&#8594;"	"&rarr;"		→	rightwards arrow							
"&#8595;"	"&darr;"		↓	downwards arrow							
"&#8596;"	"&harr;"		↔	left right arrow							
"&#8629;"	"&crarr;"		↵	downwards arrow with corner leftwardsc = carriage return							
"&#8656;"	"&lArr;"		⇐	leftwards double arrow Unicode does not say that lArr is the same as the 'is implied by' arrow but also does not have any other character for that function. So ? lArr can be used for 'is implied by'							
"&#8657;"	"&uArr;"		⇑	upwards double arrow							
"&#8658;"	"&rArr;"		⇒	rightwards double arrow Unicode does not say this is the 'implies' character but does not have another character with this function so ? rArr can be used for 'implies' as ISOtech suggests							
"&#8659;"	"&dArr;"		⇓	downwards double arrow							
"&#8660;"	"&hArr;"		⇔	left right double arrow							
"&#8704;"	"&forall;"		∀	for all							
"&#8706;"	"&part;"	=8F	∂	partial differential							
"&#8707;"	"&exist;"		∃	there exists							
"&#8709;"	"&empty;"		∅	empty set = null set = diameter							
"&#8711;"	"&nabla;"		∇	nabla = backward difference							
"&#8712;"	"&isin;"		∈	element of							
"&#8713;"	"&notin;"		∉	not an element of							
"&#8715;"	"&ni;"		∋	contains as member							
"&#8719;"	"&prod;"		∏	n-ary product = product sign prod is NOT the same character as U+03A0 'greek capital letter pi' though the same glyph might be used for both							
"&#8721;"	"&sum;"		∑	n-ary sumation sum is NOT the same character as U+03A3 'greek capital letter sigma' though the same glyph might be used for both							
"&#8722;"	"&minus;"		−	minus sign							
"&#8727;"	"&lowast;"		∗	asterisk operator							
"&#8730;"	"&radic;"		√	square root = radical sign							
"&#8733;"	"&prop;"		∝	proportional to							
"&#8734;"	"&infin;"		∞	infinity							
"&#8736;"	"&ang;"		∠	angle							
"&#8743;"	"&and;"		∧	logical and = wedge							
"&#8744;"	"&or;"		∨	logical or = vee							
"&#8745;"	"&cap;"		∩	intersection = cap							
"&#8746;"	"&cup;"		∪	union = cup							
"&#8747;"	"&int;"		∫	integral							
"&#8756;"	"&there4;"		∴	therefore							
"&#8764;"	"&sim;"		∼	tilde operator = varies with = similar to tilde operator is NOT the same character as the tilde, U+007E, although the same glyph might be used to represent both							
"&#8773;"	"&cong;"		≅	approximately equal to							
"&#8776;"	"&asymp;"		≈	almost equal to = asymptotic to							
"&#8800;"	"&ne;"	=82	≠	not equal to							
"&#8801;"	"&equiv;"		≡	identical to							
"&#8804;"	"&le;"		≤	less-than or equal to							
"&#8805;"	"&ge;"	=84	≥	greater-than or equal to							
"&#8834;"	"&sub;"		⊂	subset of							
"&#8835;"	"&sup;"		⊃	superset of note that nsup, 'not a superset of, U+2283' is not covered by the Symbol font encoding and is not included. Should it be, for symmetry? It is in ISOamsn							
"&#8836;"	"&nsub;"		⊄	not a subset of							
"&#8838;"	"&sube;"		⊆	subset of or equal to							
"&#8839;"	"&supe;"		⊇	superset of or equal to							
"&#8853;"	"&oplus;"		⊕	circled plus = direct sum							
"&#8855;"	"&otimes;"		⊗	circled times = vector product							
"&#8869;"	"&perp;"		⊥	up tack = orthogonal to = perpendicular							
"&#8901;"	"&sdot;"		⋅	dot operator dot operator is NOT the same character as U+00B7 middle dot							
"&#8968;"	"&lceil;"		⌈	left ceiling = apl upstile							
"&#8969;"	"&rceil;"		⌉	right ceiling							
"&#8970;"	"&lfloor;"		⌊	left floor = apl downstile							
"&#8971;"	"&rfloor;"		⌋	right floor							
"&#9001;"	"&lang;"		〈	left-pointing angle bracket = bra lang is NOT the same character as U+003C 'less than' or U+2039 'single left-pointing angle quotation mark'							
"&#9002;"	"&rang;"		〉	right-pointing angle bracket = ket rang is NOT the same character as U+003E 'greater than' or U+203A 'single right-pointing angle quotation mark'							
"&#9674;"	"&loz;"		◊	lozenge							
"&#9824;"	"&spades;"		♠	black spade suit black here seems to mean filled as opposed to hollow							
"&#9827;"	"&clubs;"		♣	black club suit = shamrock							
"&#9829;"	"&hearts;"		♥	black heart suit = valentine							
"&#9830;"	"&diams;"		♦	black diamond suit							
"&#32;"		=20	 	   ----   Espace normal  Ajouté par moi							
"&#33;"		=21	!	   ----   !  Ajouté par moi							
"&#63;"		=3F	?	   ----   ?  Ajouté par moi							
"&#36;"		=24	$	   ----   $  Ajouté par moi							
		=40	@	   ----   @  Ajouté par moi							
"&#35;"		=23	#	   ----   #  Ajouté par moi							
"&#37;"		=25	%	   ----   %  Ajouté par moi							
"&#40;"		=28	(	   ----   (  Ajouté par moi							
"&#41;"		=29	)	   ----   )  Ajouté par moi							
"&#123;"		=7B	{	   ----   {  Ajouté par moi							
"&#125;"		=7D	}	   ----   }  Ajouté par moi							
"&#91;"		=5B	[	   ----   [  Ajouté par moi							
"&#93;"		=5D	]	   ----   ]  Ajouté par moi							
"&#95;"		=5F	_	   ----   _  Ajouté par moi							
"&#124;"		=7C	|	   ----   |  Ajouté par moi							
"&#92;"		=5C	\	   ----   \  Ajouté par moi							
"&#126;"		=7E	~	   ----   ~  Ajouté par moi							
"&#42;"		=2A	*	   ----   *  Ajouté par moi							
"&#43;"		=2B	+	   ----   +  Ajouté par moi							
"&#45;"		=2D	-	   ----   -  Ajouté par moi							
"&#44;"		=2C	,	   ----   ,  Ajouté par moi							
"&#47;"		=2F	/	   ----   /  Ajouté par moi							
"&#46;"		=2E	.	   ----   .  Ajouté par moi							
"&#58;"		=3A	:	   ----   :  Ajouté par moi							