<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2below0.com &#187; html 4</title>
	<atom:link href="http://www.2below0.com/tag/html-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2below0.com</link>
	<description>2below0.com domain is the web-based creative outlet of Greg Jenkins (artist, graphic designer and web developer), located in Perth, Western Australia.</description>
	<lastBuildDate>Tue, 13 Oct 2009 12:17:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML Other Symbols</title>
		<link>http://www.2below0.com/html-other-symbols/</link>
		<comments>http://www.2below0.com/html-other-symbols/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 11:37:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[html 4]]></category>
		<category><![CDATA[symbols]]></category>

		<guid isPermaLink="false">http://www.2below0.com/?p=49</guid>
		<description><![CDATA[Character entity references in HTML.
Entity names are case sensitive.
http://www.w3.org/TR/html4/sgml/entities.html


HTML
Character
Entity Number
Entity Name
Description


2.0
&#34;
&#38;#34;
&#38;quot;
quotation mark


2.0
&#38;
&#38;#38;
&#38;amp;
ampersand


XHTML 1.0
&#39;
&#38;#39;
&#38;apos;
apostrophe


2.0
&#60;
&#38;#60;
&#38;lt;
less-than sign


2.0
&#62;
&#38;#62;
&#38;gt;
greater-than sign


3.2
&#160;
&#38;#160;
&#38;nbsp;
no-break space


3.2
&#161;
&#38;#161;
&#38;iexcl;
inverted exclamation mark


3.2
&#162;
&#38;#162;
&#38;cent;
cent sign


3.2
&#163;
&#38;#163;
&#38;pound;
pound sign


3.2
&#164;
&#38;#164;
&#38;curren;
currency sign


3.2
&#165;
&#38;#165;
&#38;yen;
yen sign


3.2
&#166;
&#38;#166;
&#38;brvbar;
broken bar


3.2
&#167;
&#38;#167;
&#38;sect;
section sign


3.2
&#168;
&#38;#168;
&#38;uml;
diaeresis


3.2
&#169;
&#38;#169;
&#38;copy;
copyright sign


3.2
&#170;
&#38;#170;
&#38;ordf;
feminine ordinal indicator


3.2
&#171;
&#38;#171;
&#38;laquo;
left pointing guillemet


3.2
&#172;
&#38;#172;
&#38;not;
not sign


3.2
&#173;
&#38;#173;
&#38;shy;
soft hyphen


3.2
&#174;
&#38;#174;
&#38;reg;
registered sign


3.2
&#175;
&#38;#175;
&#38;macr;
macron


3.2
&#176;
&#38;#176;
&#38;deg;
degree sign


3.2
&#177;
&#38;#177;
&#38;plusmn;
plus-minus sign


3.2
&#178;
&#38;#178;
&#38;sup2;
superscript two


3.2
&#179;
&#38;#179;
&#38;sup3;
superscript three


3.2
&#180;
&#38;#180;
&#38;acute;
acute accent


3.2
&#181;
&#38;#181;
&#38;micro;
micro sign


3.2
&#182;
&#38;#182;
&#38;para;
pilcrow sign


3.2
&#183;
&#38;#183;
&#38;middot;
middle dot


3.2
&#184;
&#38;#184;
&#38;cedil;
cedilla


3.2
&#185;
&#38;#185;
&#38;sup1;
superscript one


3.2
&#186;
&#38;#186;
&#38;ordm;
masculine ordinal indicator


3.2
&#187;
&#38;#187;
&#38;raquo;
right pointing guillemet


3.2
&#188;
&#38;#188;
&#38;frac14;
vulgar fraction one quarter


3.2
&#189;
&#38;#189;
&#38;frac12;
vulgar fraction one half


3.2
&#190;
&#38;#190;
&#38;frac34;
vulgar fraction three quarters


3.2
&#191;
&#38;#191;
&#38;iquest;
inverted question [...]]]></description>
			<content:encoded><![CDATA[<p>Character entity references in HTML.</p>
<p>Entity names are case sensitive.</p>
<p><a title="http://www.w3.org/TR/html4/sgml/entities.html" href="http://www.w3.org/TR/html4/sgml/entities.html" target="_blank">http://www.w3.org/TR/html4/sgml/entities.html</a></p>
<table style="width: 100%;" border="0" cellspacing="2" cellpadding="2" align="center" class="table-list-1">
<tr>
<th width="15%">HTML</th>
<th width="15%">Character</th>
<th width="15%">Entity Number</th>
<th width="15%">Entity Name</th>
<th width="40%">Description</th>
</tr>
<tr>
<td>2.0</td>
<td>&#34;</td>
<td>&amp;#34;</td>
<td>&amp;quot;</td>
<td>quotation mark</td>
</tr>
<tr>
<td>2.0</td>
<td>&#38;</td>
<td>&amp;#38;</td>
<td>&amp;amp;</td>
<td>ampersand</td>
</tr>
<tr>
<td>XHTML 1.0</td>
<td>&#39;</td>
<td>&amp;#39;</td>
<td>&amp;apos;</td>
<td>apostrophe</td>
</tr>
<tr>
<td>2.0</td>
<td>&#60;</td>
<td>&amp;#60;</td>
<td>&amp;lt;</td>
<td>less-than sign</td>
</tr>
<tr>
<td>2.0</td>
<td>&#62;</td>
<td>&amp;#62;</td>
<td>&amp;gt;</td>
<td>greater-than sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#160;</td>
<td>&amp;#160;</td>
<td>&amp;nbsp;</td>
<td>no-break space</td>
</tr>
<tr>
<td>3.2</td>
<td>&#161;</td>
<td>&amp;#161;</td>
<td>&amp;iexcl;</td>
<td>inverted exclamation mark</td>
</tr>
<tr>
<td>3.2</td>
<td>&#162;</td>
<td>&amp;#162;</td>
<td>&amp;cent;</td>
<td>cent sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#163;</td>
<td>&amp;#163;</td>
<td>&amp;pound;</td>
<td>pound sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#164;</td>
<td>&amp;#164;</td>
<td>&amp;curren;</td>
<td>currency sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#165;</td>
<td>&amp;#165;</td>
<td>&amp;yen;</td>
<td>yen sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#166;</td>
<td>&amp;#166;</td>
<td>&amp;brvbar;</td>
<td>broken bar</td>
</tr>
<tr>
<td>3.2</td>
<td>&#167;</td>
<td>&amp;#167;</td>
<td>&amp;sect;</td>
<td>section sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#168;</td>
<td>&amp;#168;</td>
<td>&amp;uml;</td>
<td>diaeresis</td>
</tr>
<tr>
<td>3.2</td>
<td>&#169;</td>
<td>&amp;#169;</td>
<td>&amp;copy;</td>
<td>copyright sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#170;</td>
<td>&amp;#170;</td>
<td>&amp;ordf;</td>
<td>feminine ordinal indicator</td>
</tr>
<tr>
<td>3.2</td>
<td>&#171;</td>
<td>&amp;#171;</td>
<td>&amp;laquo;</td>
<td>left pointing guillemet</td>
</tr>
<tr>
<td>3.2</td>
<td>&#172;</td>
<td>&amp;#172;</td>
<td>&amp;not;</td>
<td>not sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#173;</td>
<td>&amp;#173;</td>
<td>&amp;shy;</td>
<td>soft hyphen</td>
</tr>
<tr>
<td>3.2</td>
<td>&#174;</td>
<td>&amp;#174;</td>
<td>&amp;reg;</td>
<td>registered sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#175;</td>
<td>&amp;#175;</td>
<td>&amp;macr;</td>
<td>macron</td>
</tr>
<tr>
<td>3.2</td>
<td>&#176;</td>
<td>&amp;#176;</td>
<td>&amp;deg;</td>
<td>degree sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#177;</td>
<td>&amp;#177;</td>
<td>&amp;plusmn;</td>
<td>plus-minus sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#178;</td>
<td>&amp;#178;</td>
<td>&amp;sup2;</td>
<td>superscript two</td>
</tr>
<tr>
<td>3.2</td>
<td>&#179;</td>
<td>&amp;#179;</td>
<td>&amp;sup3;</td>
<td>superscript three</td>
</tr>
<tr>
<td>3.2</td>
<td>&#180;</td>
<td>&amp;#180;</td>
<td>&amp;acute;</td>
<td>acute accent</td>
</tr>
<tr>
<td>3.2</td>
<td>&#181;</td>
<td>&amp;#181;</td>
<td>&amp;micro;</td>
<td>micro sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#182;</td>
<td>&amp;#182;</td>
<td>&amp;para;</td>
<td>pilcrow sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#183;</td>
<td>&amp;#183;</td>
<td>&amp;middot;</td>
<td>middle dot</td>
</tr>
<tr>
<td>3.2</td>
<td>&#184;</td>
<td>&amp;#184;</td>
<td>&amp;cedil;</td>
<td>cedilla</td>
</tr>
<tr>
<td>3.2</td>
<td>&#185;</td>
<td>&amp;#185;</td>
<td>&amp;sup1;</td>
<td>superscript one</td>
</tr>
<tr>
<td>3.2</td>
<td>&#186;</td>
<td>&amp;#186;</td>
<td>&amp;ordm;</td>
<td>masculine ordinal indicator</td>
</tr>
<tr>
<td>3.2</td>
<td>&#187;</td>
<td>&amp;#187;</td>
<td>&amp;raquo;</td>
<td>right pointing guillemet</td>
</tr>
<tr>
<td>3.2</td>
<td>&#188;</td>
<td>&amp;#188;</td>
<td>&amp;frac14;</td>
<td>vulgar fraction one quarter</td>
</tr>
<tr>
<td>3.2</td>
<td>&#189;</td>
<td>&amp;#189;</td>
<td>&amp;frac12;</td>
<td>vulgar fraction one half</td>
</tr>
<tr>
<td>3.2</td>
<td>&#190;</td>
<td>&amp;#190;</td>
<td>&amp;frac34;</td>
<td>vulgar fraction three quarters</td>
</tr>
<tr>
<td>3.2</td>
<td>&#191;</td>
<td>&amp;#191;</td>
<td>&amp;iquest;</td>
<td>inverted question mark</td>
</tr>
<tr>
<td>3.2</td>
<td>&#215;</td>
<td>&amp;#215;</td>
<td>&amp;times;</td>
<td>multiplication sign</td>
</tr>
<tr>
<td>3.2</td>
<td>&#247;</td>
<td>&amp;#247;</td>
<td>&amp;divide;</td>
<td>division sign</td>
</tr>
<tr>
<td>4.0</td>
<td>&#710;</td>
<td>&amp;#710;</td>
<td>&amp;circ;</td>
<td>modifier letter circumflex accent</td>
</tr>
<tr>
<td>4.0</td>
<td>&#732;</td>
<td>&amp;#732;</td>
<td>&amp;tilde;</td>
<td>small tilde</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8194;</td>
<td>&amp;#8194;</td>
<td>&amp;ensp;</td>
<td>en space</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8195;</td>
<td>&amp;#8195;</td>
<td>&amp;emsp;</td>
<td>em space</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8201;</td>
<td>&amp;#8201;</td>
<td>&amp;thinsp;</td>
<td>thin space</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8204;</td>
<td>&amp;#8204;</td>
<td>&amp;zwnj;</td>
<td>zero-width non-joiner</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8205;</td>
<td>&amp;#8205;</td>
<td>&amp;zwj;</td>
<td>zero-width joiner</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8206;</td>
<td>&amp;#8206;</td>
<td>&amp;lrm;</td>
<td>left-to-right mark</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8207;</td>
<td>&amp;#8207;</td>
<td>&amp;rlm;</td>
<td>right-to-left mark</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8211;</td>
<td>&amp;#8211;</td>
<td>&amp;ndash;</td>
<td>en dash</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8212;</td>
<td>&amp;#8212;</td>
<td>&amp;mdash;</td>
<td>em dash</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8216;</td>
<td>&amp;#8216;</td>
<td>&amp;lsquo;</td>
<td>left single quotation mark</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8217;</td>
<td>&amp;#8217;</td>
<td>&amp;rsquo;</td>
<td>right single quotation mark</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8218;</td>
<td>&amp;#8218;</td>
<td>&amp;sbquo;</td>
<td>single low-9 quotation mark</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8220;</td>
<td>&amp;#8220;</td>
<td>&amp;ldquo;</td>
<td>left double quotation mark</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8221;</td>
<td>&amp;#8221;</td>
<td>&amp;rdquo;</td>
<td>right double quotation mark</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8222;</td>
<td>&amp;#8222;</td>
<td>&amp;bdquo;</td>
<td>double low-9 quotation mark</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8224;</td>
<td>&amp;#8224;</td>
<td>&amp;dagger;</td>
<td>dagger</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8225;</td>
<td>&amp;#8225;</td>
<td>&amp;Dagger;</td>
<td>double dagger</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8226;</td>
<td>&amp;#8226;</td>
<td>&amp;bull;</td>
<td>bullet</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8230;</td>
<td>&amp;#8230;</td>
<td>&amp;hellip;</td>
<td>horizontal ellipsis</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8240;</td>
<td>&amp;#8240;</td>
<td>&amp;permil;</td>
<td>per mille sign</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8242;</td>
<td>&amp;#8242;</td>
<td>&amp;prime;</td>
<td>prime</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8243;</td>
<td>&amp;#8243;</td>
<td>&amp;Prime;</td>
<td>double prime</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8249;</td>
<td>&amp;#8249;</td>
<td>&amp;lsaquo;</td>
<td>single left-pointing quotation mark</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8250;</td>
<td>&amp;#8250;</td>
<td>&amp;rsaquo;</td>
<td>single right-pointing quotation mark</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8254;</td>
<td>&amp;#8254;</td>
<td>&amp;oline;</td>
<td>overline</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8260;</td>
<td>&amp;#8260;</td>
<td>&amp;frasl;</td>
<td>fraction slash</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8364;</td>
<td>&amp;#8364;</td>
<td>&amp;euro;</td>
<td>euro sign</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8465;</td>
<td>&amp;#8465;</td>
<td>&amp;image;</td>
<td>black-letter capital I</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8472;</td>
<td>&amp;#8472;</td>
<td>&amp;weierp;</td>
<td>script capital P</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8476;</td>
<td>&amp;#8476;</td>
<td>&amp;real;</td>
<td>black-letter capital R</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8482;</td>
<td>&amp;#8482;</td>
<td>&amp;trade;</td>
<td>trademark sign</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8501;</td>
<td>&amp;#8501;</td>
<td>&amp;alefsym;</td>
<td>alef symbol</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8592;</td>
<td>&amp;#8592;</td>
<td>&amp;larr;</td>
<td>leftwards arrow</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8593;</td>
<td>&amp;#8593;</td>
<td>&amp;uarr;</td>
<td>upwards arrow</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8594;</td>
<td>&amp;#8594;</td>
<td>&amp;rarr;</td>
<td>rightwards arrow</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8595;</td>
<td>&amp;#8595;</td>
<td>&amp;darr;</td>
<td>downwards arrow</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8596;</td>
<td>&amp;#8596;</td>
<td>&amp;harr;</td>
<td>left right arrow</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8629;</td>
<td>&amp;#8629;</td>
<td>&amp;crarr;</td>
<td>carriage return</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8656;</td>
<td>&amp;#8656;</td>
<td>&amp;lArr;</td>
<td>leftwards double arrow</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8657;</td>
<td>&amp;#8657;</td>
<td>&amp;uArr;</td>
<td>upwards double arrow</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8658;</td>
<td>&amp;#8658;</td>
<td>&amp;rArr;</td>
<td>rightwards double arrow</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8659;</td>
<td>&amp;#8659;</td>
<td>&amp;dArr;</td>
<td>downwards double arrow</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8660;</td>
<td>&amp;#8660;</td>
<td>&amp;hArr;</td>
<td>left right double arrow</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8968;</td>
<td>&amp;#8968;</td>
<td>&amp;lceil;</td>
<td>left ceiling</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8969;</td>
<td>&amp;#8969;</td>
<td>&amp;rceil;</td>
<td>right ceiling</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8970;</td>
<td>&amp;#8970;</td>
<td>&amp;lfloor;</td>
<td>left floor</td>
</tr>
<tr>
<td>4.0</td>
<td>&#8971;</td>
<td>&amp;#8971;</td>
<td>&amp;rfloor;</td>
<td>right floor</td>
</tr>
<tr>
<td>4.0</td>
<td>&#9001;</td>
<td>&amp;#9001;</td>
<td>&amp;lang;</td>
<td>left-pointing angle bracket</td>
</tr>
<tr>
<td>4.0</td>
<td>&#9002;</td>
<td>&amp;#9002;</td>
<td>&amp;rang;</td>
<td>right-pointing angle bracket</td>
</tr>
<tr>
<td>4.0</td>
<td>&#9674;</td>
<td>&amp;#9674;</td>
<td>&amp;loz;</td>
<td>lozenge</td>
</tr>
<tr>
<td>4.0</td>
<td>&#9824;</td>
<td>&amp;#9824;</td>
<td>&amp;spades;</td>
<td>black spade suit</td>
</tr>
<tr>
<td>4.0</td>
<td>&#9827;</td>
<td>&amp;#9827;</td>
<td>&amp;clubs;</td>
<td>black club suit</td>
</tr>
<tr>
<td>4.0</td>
<td>&#9829;</td>
<td>&amp;#9829;</td>
<td>&amp;hearts;</td>
<td>black heart suit</td>
</tr>
<tr>
<td>4.0</td>
<td>&#9830;</td>
<td>&amp;#9830;</td>
<td>&amp;diams;</td>
<td>black diamond suit</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.2below0.com/html-other-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Math Symbols</title>
		<link>http://www.2below0.com/html-math-symbols/</link>
		<comments>http://www.2below0.com/html-math-symbols/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 11:33:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[html 4]]></category>
		<category><![CDATA[maths]]></category>
		<category><![CDATA[maths symbols]]></category>

		<guid isPermaLink="false">http://www.2below0.com/?p=48</guid>
		<description><![CDATA[Character entity references in HTML 4.
Entity names are case sensitive.
http://www.w3.org/TR/html4/sgml/entities.html


Character
Entity Number
Entity Name
Description


&#8704;
&#38;#8704;
&#38;forall;
for all


&#8706;
&#38;#8706;
&#38;part;
partial differential


&#8707;
&#38;#8707;
&#38;exists;
there exists


&#8709;
&#38;#8709;
&#38;empty;
empty set


&#8711;
&#38;#8711;
&#38;nabla;
nabla


&#8712;
&#38;#8712;
&#38;isin;
element of


&#8713;
&#38;#8713;
&#38;notin;
not an element of


&#8715;
&#38;#8715;
&#38;ni;
contains as member


&#8719;
&#38;#8719;
&#38;prod;
n-ary product


&#8721;
&#38;#8721;
&#38;sum;
n-ary summation


&#8722;
&#38;#8722;
&#38;minus;
minus sign


&#8727;
&#38;#8727;
&#38;lowast;
asterisk operator


&#8730;
&#38;#8730;
&#38;radic;
square root


&#8733;
&#38;#8733;
&#38;prop;
proportional to


&#8734;
&#38;#8734;
&#38;infin;
infinity


&#8736;
&#38;#8736;
&#38;ang;
angle


&#8743;
&#38;#8743;
&#38;and;
logical and


&#8744;
&#38;#8744;
&#38;or;
logical or


&#8745;
&#38;#8745;
&#38;cap;
intersection


&#8746;
&#38;#8746;
&#38;cup;
union


&#8747;
&#38;#8747;
&#38;int;
integral


&#8756;
&#38;#8756;
&#38;there4;
therefore


&#8764;
&#38;#8764;
&#38;sim;
tilde operator


&#8773;
&#38;#8773;
&#38;cong;
congruent to


&#8776;
&#38;#8776;
&#38;asymp;
almost equal to


&#8800;
&#38;#8800;
&#38;ne;
not equal to


&#8801;
&#38;#8801;
&#38;equiv;
identical to


&#8804;
&#38;#8804;
&#38;le;
less-than or equal to


&#8805;
&#38;#8805;
&#38;ge;
greater-than or equal to


&#8834;
&#38;#8834;
&#38;sub;
subset of


&#8835;
&#38;#8835;
&#38;sup;
superset of


&#8836;
&#38;#8836;
&#38;nsub;
not a subset of


&#8838;
&#38;#8838;
&#38;sube;
subset of or equal to


&#8839;
&#38;#8839;
&#38;supe;
superset of or equal [...]]]></description>
			<content:encoded><![CDATA[<p>Character entity references in HTML 4.</p>
<p>Entity names are case sensitive.</p>
<p><a title="http://www.w3.org/TR/html4/sgml/entities.html" href="http://www.w3.org/TR/html4/sgml/entities.html" target="_blank">http://www.w3.org/TR/html4/sgml/entities.html</a></p>
<table style="width: 100%;" border="0" cellspacing="2" cellpadding="2" align="center" class="table-list-1">
<tr>
<th width="20%">Character</th>
<th width="20%">Entity Number</th>
<th width="20%">Entity Name</th>
<th width="40%">Description</th>
</tr>
<tr>
<td>&#8704;</td>
<td>&amp;#8704;</td>
<td>&amp;forall;</td>
<td>for all</td>
</tr>
<tr>
<td>&#8706;</td>
<td>&amp;#8706;</td>
<td>&amp;part;</td>
<td>partial differential</td>
</tr>
<tr>
<td>&#8707;</td>
<td>&amp;#8707;</td>
<td>&amp;exists;</td>
<td>there exists</td>
</tr>
<tr>
<td>&#8709;</td>
<td>&amp;#8709;</td>
<td>&amp;empty;</td>
<td>empty set</td>
</tr>
<tr>
<td>&#8711;</td>
<td>&amp;#8711;</td>
<td>&amp;nabla;</td>
<td>nabla</td>
</tr>
<tr>
<td>&#8712;</td>
<td>&amp;#8712;</td>
<td>&amp;isin;</td>
<td>element of</td>
</tr>
<tr>
<td>&#8713;</td>
<td>&amp;#8713;</td>
<td>&amp;notin;</td>
<td>not an element of</td>
</tr>
<tr>
<td>&#8715;</td>
<td>&amp;#8715;</td>
<td>&amp;ni;</td>
<td>contains as member</td>
</tr>
<tr>
<td>&#8719;</td>
<td>&amp;#8719;</td>
<td>&amp;prod;</td>
<td>n-ary product</td>
</tr>
<tr>
<td>&#8721;</td>
<td>&amp;#8721;</td>
<td>&amp;sum;</td>
<td>n-ary summation</td>
</tr>
<tr>
<td>&#8722;</td>
<td>&amp;#8722;</td>
<td>&amp;minus;</td>
<td>minus sign</td>
</tr>
<tr>
<td>&#8727;</td>
<td>&amp;#8727;</td>
<td>&amp;lowast;</td>
<td>asterisk operator</td>
</tr>
<tr>
<td>&#8730;</td>
<td>&amp;#8730;</td>
<td>&amp;radic;</td>
<td>square root</td>
</tr>
<tr>
<td>&#8733;</td>
<td>&amp;#8733;</td>
<td>&amp;prop;</td>
<td>proportional to</td>
</tr>
<tr>
<td>&#8734;</td>
<td>&amp;#8734;</td>
<td>&amp;infin;</td>
<td>infinity</td>
</tr>
<tr>
<td>&#8736;</td>
<td>&amp;#8736;</td>
<td>&amp;ang;</td>
<td>angle</td>
</tr>
<tr>
<td>&#8743;</td>
<td>&amp;#8743;</td>
<td>&amp;and;</td>
<td>logical and</td>
</tr>
<tr>
<td>&#8744;</td>
<td>&amp;#8744;</td>
<td>&amp;or;</td>
<td>logical or</td>
</tr>
<tr>
<td>&#8745;</td>
<td>&amp;#8745;</td>
<td>&amp;cap;</td>
<td>intersection</td>
</tr>
<tr>
<td>&#8746;</td>
<td>&amp;#8746;</td>
<td>&amp;cup;</td>
<td>union</td>
</tr>
<tr>
<td>&#8747;</td>
<td>&amp;#8747;</td>
<td>&amp;int;</td>
<td>integral</td>
</tr>
<tr>
<td>&#8756;</td>
<td>&amp;#8756;</td>
<td>&amp;there4;</td>
<td>therefore</td>
</tr>
<tr>
<td>&#8764;</td>
<td>&amp;#8764;</td>
<td>&amp;sim;</td>
<td>tilde operator</td>
</tr>
<tr>
<td>&#8773;</td>
<td>&amp;#8773;</td>
<td>&amp;cong;</td>
<td>congruent to</td>
</tr>
<tr>
<td>&#8776;</td>
<td>&amp;#8776;</td>
<td>&amp;asymp;</td>
<td>almost equal to</td>
</tr>
<tr>
<td>&#8800;</td>
<td>&amp;#8800;</td>
<td>&amp;ne;</td>
<td>not equal to</td>
</tr>
<tr>
<td>&#8801;</td>
<td>&amp;#8801;</td>
<td>&amp;equiv;</td>
<td>identical to</td>
</tr>
<tr>
<td>&#8804;</td>
<td>&amp;#8804;</td>
<td>&amp;le;</td>
<td>less-than or equal to</td>
</tr>
<tr>
<td>&#8805;</td>
<td>&amp;#8805;</td>
<td>&amp;ge;</td>
<td>greater-than or equal to</td>
</tr>
<tr>
<td>&#8834;</td>
<td>&amp;#8834;</td>
<td>&amp;sub;</td>
<td>subset of</td>
</tr>
<tr>
<td>&#8835;</td>
<td>&amp;#8835;</td>
<td>&amp;sup;</td>
<td>superset of</td>
</tr>
<tr>
<td>&#8836;</td>
<td>&amp;#8836;</td>
<td>&amp;nsub;</td>
<td>not a subset of</td>
</tr>
<tr>
<td>&#8838;</td>
<td>&amp;#8838;</td>
<td>&amp;sube;</td>
<td>subset of or equal to</td>
</tr>
<tr>
<td>&#8839;</td>
<td>&amp;#8839;</td>
<td>&amp;supe;</td>
<td>superset of or equal to</td>
</tr>
<tr>
<td>&#8853;</td>
<td>&amp;#8853;</td>
<td>&amp;oplus;</td>
<td>circled plus</td>
</tr>
<tr>
<td>&#8855;</td>
<td>&amp;#8855;</td>
<td>&amp;otimes;</td>
<td>circled times</td>
</tr>
<tr>
<td>&#8869;</td>
<td>&amp;#8869;</td>
<td>&amp;perp;</td>
<td>up tack</td>
</tr>
<tr>
<td>&#8901;</td>
<td>&amp;#8901;</td>
<td>&amp;sdot;</td>
<td>dot operator</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.2below0.com/html-math-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Greek Symbols</title>
		<link>http://www.2below0.com/html-greek-symbols/</link>
		<comments>http://www.2below0.com/html-greek-symbols/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 11:27:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[greek]]></category>
		<category><![CDATA[greek symbols]]></category>
		<category><![CDATA[html 4]]></category>

		<guid isPermaLink="false">http://www.2below0.com/?p=47</guid>
		<description><![CDATA[Character entity references in HTML 4.
Entity names are case sensitive.
http://www.w3.org/TR/html4/sgml/entities.html


Character
Entity Number
Entity Name
Description


&#913;
&#38;#913;
&#38;Alpha;
Greek capital letter Alpha


&#914;
&#38;#914;
&#38;Beta;
Greek capital letter Beta


&#915;
&#38;#915;
&#38;Gamma;
Greek capital letter Gamma


&#916;
&#38;#916;
&#38;Delta;
Greek capital letter Delta


&#917;
&#38;#917;
&#38;Epsilon;
Greek capital letter Epsilon


&#918;
&#38;#918;
&#38;Zeta;
Greek capital letter Zeta


&#919;
&#38;#919;
&#38;Eta;
Greek capital letter Eta


&#920;
&#38;#920;
&#38;Theta;
Greek capital letter Theta


&#921;
&#38;#921;
&#38;Iota;
Greek capital letter Iota


&#922;
&#38;#922;
&#38;Kappa;
Greek capital letter Kappa


&#923;
&#38;#923;
&#38;Lambda;
Greek capital letter Lambda


&#924;
&#38;#924;
&#38;Mu;
Greek capital letter Mu


&#925;
&#38;#925;
&#38;Nu;
Greek capital letter Nu


&#926;
&#38;#926;
&#38;Xi;
Greek capital letter Xi


&#927;
&#38;#927;
&#38;Omicron;
Greek capital [...]]]></description>
			<content:encoded><![CDATA[<p>Character entity references in HTML 4.</p>
<p>Entity names are case sensitive.</p>
<p><a title="http://www.w3.org/TR/html4/sgml/entities.html" href="http://www.w3.org/TR/html4/sgml/entities.html" target="_blank">http://www.w3.org/TR/html4/sgml/entities.html</a></p>
<table style="width: 100%;" border="0" cellspacing="2" cellpadding="2" align="center" class="table-list-1">
<tr>
<th width="20%">Character</th>
<th width="20%">Entity Number</th>
<th width="20%">Entity Name</th>
<th width="40%">Description</th>
</tr>
<tr>
<td>&#913;</td>
<td>&amp;#913;</td>
<td>&amp;Alpha;</td>
<td>Greek capital letter Alpha</td>
</tr>
<tr>
<td>&#914;</td>
<td>&amp;#914;</td>
<td>&amp;Beta;</td>
<td>Greek capital letter Beta</td>
</tr>
<tr>
<td>&#915;</td>
<td>&amp;#915;</td>
<td>&amp;Gamma;</td>
<td>Greek capital letter Gamma</td>
</tr>
<tr>
<td>&#916;</td>
<td>&amp;#916;</td>
<td>&amp;Delta;</td>
<td>Greek capital letter Delta</td>
</tr>
<tr>
<td>&#917;</td>
<td>&amp;#917;</td>
<td>&amp;Epsilon;</td>
<td>Greek capital letter Epsilon</td>
</tr>
<tr>
<td>&#918;</td>
<td>&amp;#918;</td>
<td>&amp;Zeta;</td>
<td>Greek capital letter Zeta</td>
</tr>
<tr>
<td>&#919;</td>
<td>&amp;#919;</td>
<td>&amp;Eta;</td>
<td>Greek capital letter Eta</td>
</tr>
<tr>
<td>&#920;</td>
<td>&amp;#920;</td>
<td>&amp;Theta;</td>
<td>Greek capital letter Theta</td>
</tr>
<tr>
<td>&#921;</td>
<td>&amp;#921;</td>
<td>&amp;Iota;</td>
<td>Greek capital letter Iota</td>
</tr>
<tr>
<td>&#922;</td>
<td>&amp;#922;</td>
<td>&amp;Kappa;</td>
<td>Greek capital letter Kappa</td>
</tr>
<tr>
<td>&#923;</td>
<td>&amp;#923;</td>
<td>&amp;Lambda;</td>
<td>Greek capital letter Lambda</td>
</tr>
<tr>
<td>&#924;</td>
<td>&amp;#924;</td>
<td>&amp;Mu;</td>
<td>Greek capital letter Mu</td>
</tr>
<tr>
<td>&#925;</td>
<td>&amp;#925;</td>
<td>&amp;Nu;</td>
<td>Greek capital letter Nu</td>
</tr>
<tr>
<td>&#926;</td>
<td>&amp;#926;</td>
<td>&amp;Xi;</td>
<td>Greek capital letter Xi</td>
</tr>
<tr>
<td>&#927;</td>
<td>&amp;#927;</td>
<td>&amp;Omicron;</td>
<td>Greek capital letter Omicron</td>
</tr>
<tr>
<td>&#928;</td>
<td>&amp;#928;</td>
<td>&amp;Pi;</td>
<td>Greek capital letter Pi</td>
</tr>
<tr>
<td>&#929;</td>
<td>&amp;#929;</td>
<td>&amp;Rho;</td>
<td>Greek capital letter Rho</td>
</tr>
<tr>
<td>&#931;</td>
<td>&amp;#931;</td>
<td>&amp;Sigma;</td>
<td>Greek capital letter Sigma</td>
</tr>
<tr>
<td>&#932;</td>
<td>&amp;#932;</td>
<td>&amp;Tau;</td>
<td>Greek capital letter Tau</td>
</tr>
<tr>
<td>&#933;</td>
<td>&amp;#933;</td>
<td>&amp;Upsilon;</td>
<td>Greek capital letter Upsilon</td>
</tr>
<tr>
<td>&#934;</td>
<td>&amp;#934;</td>
<td>&amp;Phi;</td>
<td>Greek capital letter Phi</td>
</tr>
<tr>
<td>&#935;</td>
<td>&amp;#935;</td>
<td>&amp;Chi;</td>
<td>Greek capital letter Chi</td>
</tr>
<tr>
<td>&#936;</td>
<td>&amp;#936;</td>
<td>&amp;Psi;</td>
<td>Greek capital letter Psi</td>
</tr>
<tr>
<td>&#937;</td>
<td>&amp;#937;</td>
<td>&amp;Omega;</td>
<td>Greek capital letter Omega</td>
</tr>
<tr>
<td>&#945;</td>
<td>&amp;#945;</td>
<td>&amp;alpha;</td>
<td>Greek small letter alpha</td>
</tr>
<tr>
<td>&#946;</td>
<td>&amp;#946;</td>
<td>&amp;beta;</td>
<td>Greek small letter beta</td>
</tr>
<tr>
<td>&#947;</td>
<td>&amp;#947;</td>
<td>&amp;gamma;</td>
<td>Greek small letter gamma</td>
</tr>
<tr>
<td>&#948;</td>
<td>&amp;#948;</td>
<td>&amp;delta;</td>
<td>Greek small letter delta</td>
</tr>
<tr>
<td>&#949;</td>
<td>&amp;#949;</td>
<td>&amp;epsilon;</td>
<td>Greek small letter epsilon</td>
</tr>
<tr>
<td>&#950;</td>
<td>&amp;#950;</td>
<td>&amp;zeta;</td>
<td>Greek small letter zeta</td>
</tr>
<tr>
<td>&#951;</td>
<td>&amp;#951;</td>
<td>&amp;eta;</td>
<td>Greek small letter eta</td>
</tr>
<tr>
<td>&#952;</td>
<td>&amp;#952;</td>
<td>&amp;theta;</td>
<td>Greek small letter theta</td>
</tr>
<tr>
<td>&#953;</td>
<td>&amp;#953;</td>
<td>&amp;iota;</td>
<td>Greek small letter iota</td>
</tr>
<tr>
<td>&#954;</td>
<td>&amp;#954;</td>
<td>&amp;kappa;</td>
<td>Greek small letter kappa</td>
</tr>
<tr>
<td>&#955;</td>
<td>&amp;#955;</td>
<td>&amp;lambda;</td>
<td>Greek small letter lambda</td>
</tr>
<tr>
<td>&#956;</td>
<td>&amp;#956;</td>
<td>&amp;mu;</td>
<td>Greek small letter mu</td>
</tr>
<tr>
<td>&#957;</td>
<td>&amp;#957;</td>
<td>&amp;nu;</td>
<td>Greek small letter nu</td>
</tr>
<tr>
<td>&#958;</td>
<td>&amp;#958;</td>
<td>&amp;xi;</td>
<td>Greek small letter xi</td>
</tr>
<tr>
<td>&#959;</td>
<td>&amp;#959;</td>
<td>&amp;omicron;</td>
<td>Greek small letter omicron</td>
</tr>
<tr>
<td>&#960;</td>
<td>&amp;#960;</td>
<td>&amp;pi;</td>
<td>Greek small letter pi</td>
</tr>
<tr>
<td>&#961;</td>
<td>&amp;#961;</td>
<td>&amp;rho;</td>
<td>Greek small letter rho</td>
</tr>
<tr>
<td>&#962;</td>
<td>&amp;#962;</td>
<td>&amp;sigmaf;</td>
<td>Greek small letter final sigma</td>
</tr>
<tr>
<td>&#963;</td>
<td>&amp;#963;</td>
<td>&amp;sigma;</td>
<td>Greek small letter sigma</td>
</tr>
<tr>
<td>&#964;</td>
<td>&amp;#964;</td>
<td>&amp;tau;</td>
<td>Greek small letter tau</td>
</tr>
<tr>
<td>&#965;</td>
<td>&amp;#965;</td>
<td>&amp;upsilon;</td>
<td>Greek small letter upsilon</td>
</tr>
<tr>
<td>&#966;</td>
<td>&amp;#966;</td>
<td>&amp;phi;</td>
<td>Greek small letter phi</td>
</tr>
<tr>
<td>&#967;</td>
<td>&amp;#967;</td>
<td>&amp;chi;</td>
<td>Greek small letter chi</td>
</tr>
<tr>
<td>&#968;</td>
<td>&amp;#968;</td>
<td>&amp;psi;</td>
<td>Greek small letter psi</td>
</tr>
<tr>
<td>&#969;</td>
<td>&amp;#969;</td>
<td>&amp;omega;</td>
<td>Greek small letter omega</td>
</tr>
<tr>
<td>&#977;</td>
<td>&amp;#977;</td>
<td>&amp;thetasym;</td>
<td>Greek theta symbol</td>
</tr>
<tr>
<td>&#978;</td>
<td>&amp;#978;</td>
<td>&amp;upsih;</td>
<td>Greek Upsilon with hook symbol</td>
</tr>
<tr>
<td>&#982;</td>
<td>&amp;#982;</td>
<td>&amp;piv;</td>
<td>Greek pi symbol</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.2below0.com/html-greek-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Latin Symbols</title>
		<link>http://www.2below0.com/html-latin-symbols/</link>
		<comments>http://www.2below0.com/html-latin-symbols/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 10:53:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[html 4]]></category>
		<category><![CDATA[latin]]></category>
		<category><![CDATA[latin symbols]]></category>

		<guid isPermaLink="false">http://www.2below0.com/?p=46</guid>
		<description><![CDATA[Character entity references in HTML 4.
Entity names are case sensitive.
http://www.w3.org/TR/html4/sgml/entities.html


Character
Entity Number
Entity Name
Description


&#192;
&#38;#192;
&#38;Agrave;
Latin capital letter A with grave


&#193;
&#38;#193;
&#38;Aacute;
Latin capital letter A with acute


&#194;
&#38;#194;
&#38;Acirc;
Latin capital letter A with circumflex


&#195;
&#38;#195;
&#38;Atilde;
Latin capital letter A with tilde


&#196;
&#38;#196;
&#38;Auml;
Latin capital letter A with diaeresis


&#197;
&#38;#197;
&#38;Aring;
Latin capital letter A with ring above


&#198;
&#38;#198;
&#38;AElig;
Latin capital letter AE


&#199;
&#38;#199;
&#38;Ccedil;
Latin capital letter C with cedilla


&#200;
&#38;#200;
&#38;Egrave;
Latin capital letter E with [...]]]></description>
			<content:encoded><![CDATA[<p>Character entity references in HTML 4.</p>
<p>Entity names are case sensitive.</p>
<p><a title="http://www.w3.org/TR/html4/sgml/entities.html" href="http://www.w3.org/TR/html4/sgml/entities.html" target="_blank">http://www.w3.org/TR/html4/sgml/entities.html</a></p>
<table style="width: 100%;" border="0" cellspacing="2" cellpadding="2" align="center" class="table-list-1">
<tr>
<th width="20%">Character</th>
<th width="20%">Entity Number</th>
<th width="20%">Entity Name</th>
<th width="40%">Description</th>
</tr>
<tr>
<td>&#192;</td>
<td>&amp;#192;</td>
<td>&amp;Agrave;</td>
<td>Latin capital letter A with grave</td>
</tr>
<tr>
<td>&#193;</td>
<td>&amp;#193;</td>
<td>&amp;Aacute;</td>
<td>Latin capital letter A with acute</td>
</tr>
<tr>
<td>&#194;</td>
<td>&amp;#194;</td>
<td>&amp;Acirc;</td>
<td>Latin capital letter A with circumflex</td>
</tr>
<tr>
<td>&#195;</td>
<td>&amp;#195;</td>
<td>&amp;Atilde;</td>
<td>Latin capital letter A with tilde</td>
</tr>
<tr>
<td>&#196;</td>
<td>&amp;#196;</td>
<td>&amp;Auml;</td>
<td>Latin capital letter A with diaeresis</td>
</tr>
<tr>
<td>&#197;</td>
<td>&amp;#197;</td>
<td>&amp;Aring;</td>
<td>Latin capital letter A with ring above</td>
</tr>
<tr>
<td>&#198;</td>
<td>&amp;#198;</td>
<td>&amp;AElig;</td>
<td>Latin capital letter AE</td>
</tr>
<tr>
<td>&#199;</td>
<td>&amp;#199;</td>
<td>&amp;Ccedil;</td>
<td>Latin capital letter C with cedilla</td>
</tr>
<tr>
<td>&#200;</td>
<td>&amp;#200;</td>
<td>&amp;Egrave;</td>
<td>Latin capital letter E with grave</td>
</tr>
<tr>
<td>&#201;</td>
<td>&amp;#201;</td>
<td>&amp;Eacute;</td>
<td>Latin capital letter E with acute</td>
</tr>
<tr>
<td>&#202;</td>
<td>&amp;#202;</td>
<td>&amp;Ecirc;</td>
<td>Latin capital letter E with circumflex</td>
</tr>
<tr>
<td>&#203;</td>
<td>&amp;#203;</td>
<td>&amp;Euml;</td>
<td>Latin capital letter E with diaeresis</td>
</tr>
<tr>
<td>&#204;</td>
<td>&amp;#204;</td>
<td>&amp;Igrave;</td>
<td>Latin capital letter I with grave</td>
</tr>
<tr>
<td>&#205;</td>
<td>&amp;#205;</td>
<td>&amp;Iacute;</td>
<td>Latin capital letter I with acute</td>
</tr>
<tr>
<td>&#206;</td>
<td>&amp;#206;</td>
<td>&amp;Icirc;</td>
<td>Latin capital letter I with circumflex</td>
</tr>
<tr>
<td>&#207;</td>
<td>&amp;#207;</td>
<td>&amp;Iuml;</td>
<td>Latin capital letter I with diaeresis</td>
</tr>
<tr>
<td>&#208;</td>
<td>&amp;#208;</td>
<td>&amp;ETH;</td>
<td>Latin capital letter ETH</td>
</tr>
<tr>
<td>&#209;</td>
<td>&amp;#209;</td>
<td>&amp;Ntilde;</td>
<td>Latin capital letter N with tilde</td>
</tr>
<tr>
<td>&#210;</td>
<td>&amp;#210;</td>
<td>&amp;Ograve;</td>
<td>Latin capital letter O with grave</td>
</tr>
<tr>
<td>&#211;</td>
<td>&amp;#211;</td>
<td>&amp;Oacute;</td>
<td>Latin capital letter O with acute</td>
</tr>
<tr>
<td>&#212;</td>
<td>&amp;#212;</td>
<td>&amp;Ocirc;</td>
<td>Latin capital letter O with circumflex</td>
</tr>
<tr>
<td>&#213;</td>
<td>&amp;#213;</td>
<td>&amp;Otilde;</td>
<td>Latin capital letter O with tilde</td>
</tr>
<tr>
<td>&#214;</td>
<td>&amp;#214;</td>
<td>&amp;Ouml;</td>
<td>Latin capital letter O with diaeresis</td>
</tr>
<tr>
<td>&#216;</td>
<td>&amp;#216;</td>
<td>&amp;Oslash;</td>
<td>Latin capital letter O with stroke</td>
</tr>
<tr>
<td>&#217;</td>
<td>&amp;#217;</td>
<td>&amp;Ugrave;</td>
<td>Latin capital letter U with grave</td>
</tr>
<tr>
<td>&#218;</td>
<td>&amp;#218;</td>
<td>&amp;Uacute;</td>
<td>Latin capital letter U with acute</td>
</tr>
<tr>
<td>&#219;</td>
<td>&amp;#219;</td>
<td>&amp;Ucirc;</td>
<td>Latin capital letter U with circumflex</td>
</tr>
<tr>
<td>&#220;</td>
<td>&amp;#220;</td>
<td>&amp;Uuml;</td>
<td>Latin capital letter U with diaeresis</td>
</tr>
<tr>
<td>&#221;</td>
<td>&amp;#221;</td>
<td>&amp;Yacute;</td>
<td>Latin capital letter Y with acute</td>
</tr>
<tr>
<td>&#222;</td>
<td>&amp;#222;</td>
<td>&amp;THORN;</td>
<td>Latin capital letter THORN</td>
</tr>
<tr>
<td>&#223;</td>
<td>&amp;#223;</td>
<td>&amp;szlig;</td>
<td>Latin small letter sharp s</td>
</tr>
<tr>
<td>&#224;</td>
<td>&amp;#224;</td>
<td>&amp;agrave;</td>
<td>Latin small letter a with grave</td>
</tr>
<tr>
<td>&#225;</td>
<td>&amp;#225;</td>
<td>&amp;aacute;</td>
<td>Latin small letter a with acute</td>
</tr>
<tr>
<td>&#226;</td>
<td>&amp;#226;</td>
<td>&amp;acirc;</td>
<td>Latin small letter a with circumflex</td>
</tr>
<tr>
<td>&#227;</td>
<td>&amp;#227;</td>
<td>&amp;atilde;</td>
<td>Latin small letter a with tilde</td>
</tr>
<tr>
<td>&#228;</td>
<td>&amp;#228;</td>
<td>&amp;auml;</td>
<td>Latin small letter a with diaeresis</td>
</tr>
<tr>
<td>&#229;</td>
<td>&amp;#229;</td>
<td>&amp;aring;</td>
<td>Latin small letter a with ring above</td>
</tr>
<tr>
<td>&#230;</td>
<td>&amp;#230;</td>
<td>&amp;aelig;</td>
<td>Latin small letter ae</td>
</tr>
<tr>
<td>&#231;</td>
<td>&amp;#231;</td>
<td>&amp;ccedil;</td>
<td>Latin small letter c with cedilla</td>
</tr>
<tr>
<td>&#232;</td>
<td>&amp;#232;</td>
<td>&amp;egrave;</td>
<td>Latin small letter e with grave</td>
</tr>
<tr>
<td>&#233;</td>
<td>&amp;#233;</td>
<td>&amp;eacute;</td>
<td>Latin small letter e with acute</td>
</tr>
<tr>
<td>&#234;</td>
<td>&amp;#234;</td>
<td>&amp;ecirc;</td>
<td>Latin small letter e with circumflex</td>
</tr>
<tr>
<td>&#235;</td>
<td>&amp;#235;</td>
<td>&amp;euml;</td>
<td>Latin small letter e with diaeresis</td>
</tr>
<tr>
<td>&#236;</td>
<td>&amp;#236;</td>
<td>&amp;igrave;</td>
<td>Latin small letter i with grave</td>
</tr>
<tr>
<td>&#237;</td>
<td>&amp;#237;</td>
<td>&amp;iacute;</td>
<td>Latin small letter i with acute</td>
</tr>
<tr>
<td>&#238;</td>
<td>&amp;#238;</td>
<td>&amp;icirc;</td>
<td>Latin small letter i with circumflex</td>
</tr>
<tr>
<td>&#239;</td>
<td>&amp;#239;</td>
<td>&amp;iuml;</td>
<td>Latin small letter i with diaeresis</td>
</tr>
<tr>
<td>&#240;</td>
<td>&amp;#240;</td>
<td>&amp;eth;</td>
<td>Latin small letter eth</td>
</tr>
<tr>
<td>&#241;</td>
<td>&amp;#241;</td>
<td>&amp;ntilde;</td>
<td>Latin small letter n with tilde</td>
</tr>
<tr>
<td>&#242;</td>
<td>&amp;#242;</td>
<td>&amp;ograve;</td>
<td>Latin small letter o with grave</td>
</tr>
<tr>
<td>&#243;</td>
<td>&amp;#243;</td>
<td>&amp;oacute;</td>
<td>Latin small letter o with acute</td>
</tr>
<tr>
<td>&#244;</td>
<td>&amp;#244;</td>
<td>&amp;ocirc;</td>
<td>Latin small letter o with circumflex</td>
</tr>
<tr>
<td>&#245;</td>
<td>&amp;#245;</td>
<td>&amp;otilde;</td>
<td>Latin small letter o with tilde</td>
</tr>
<tr>
<td>&#246;</td>
<td>&amp;#246;</td>
<td>&amp;ouml;</td>
<td>Latin small letter o with diaeresis</td>
</tr>
<tr>
<td>&#248;</td>
<td>&amp;#248;</td>
<td>&amp;oslash;</td>
<td>Latin small letter o with stroke</td>
</tr>
<tr>
<td>&#249;</td>
<td>&amp;#249;</td>
<td>&amp;ugrave;</td>
<td>Latin small letter u with grave</td>
</tr>
<tr>
<td>&#250;</td>
<td>&amp;#250;</td>
<td>&amp;uacute;</td>
<td>Latin small letter u with acute</td>
</tr>
<tr>
<td>&#251;</td>
<td>&amp;#251;</td>
<td>&amp;ucirc;</td>
<td>Latin small letter u with circumflex</td>
</tr>
<tr>
<td>&#252;</td>
<td>&amp;#252;</td>
<td>&amp;uuml;</td>
<td>Latin small letter u with diaeresis</td>
</tr>
<tr>
<td>&#253;</td>
<td>&amp;#253;</td>
<td>&amp;yacute;</td>
<td>Latin small letter y with acute</td>
</tr>
<tr>
<td>&#254;</td>
<td>&amp;#254;</td>
<td>&amp;thorn;</td>
<td>Latin small letter thorn</td>
</tr>
<tr>
<td>&#255;</td>
<td>&amp;#255;</td>
<td>&amp;yuml;</td>
<td>Latin small letter y with diaeresis</td>
</tr>
<tr>
<td>&#338;</td>
<td>&amp;#338;</td>
<td>&amp;OElig;</td>
<td>Latin capital ligature oe</td>
</tr>
<tr>
<td>&#339;</td>
<td>&amp;#339;</td>
<td>&amp;oelig;</td>
<td>Latin small ligature oe</td>
</tr>
<tr>
<td>&#352;</td>
<td>&amp;#352;</td>
<td>&amp;Scaron;</td>
<td>Latin capital letter s with caron</td>
</tr>
<tr>
<td>&#353;</td>
<td>&amp;#353;</td>
<td>&amp;scaron;</td>
<td>Latin small letter s with caron</td>
</tr>
<tr>
<td>&#376;</td>
<td>&amp;#376;</td>
<td>&amp;Yuml;</td>
<td>Latin capital letter y with diaeresis</td>
</tr>
<tr>
<td>&#402;</td>
<td>&amp;#402;</td>
<td>&amp;fnof;</td>
<td>Latin small letter f with hook</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.2below0.com/html-latin-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
