Skip to content

Instantly share code, notes, and snippets.

@gustavom
Created February 5, 2019 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gustavom/bf4b45b1328d1db0aa2259efa491fed2 to your computer and use it in GitHub Desktop.
Save gustavom/bf4b45b1328d1db0aa2259efa491fed2 to your computer and use it in GitHub Desktop.
Tabela de acentos e caracteres especiais em HTML
<title>Tabela de acentos e caracteres especiais em HTML</title>
<h3>Tabela de acentos e caracteres especiais em HTML</h3>
<p>
<table border cellpadding=10>
<tr><td>
<center>
&Aacute; .............. &amp;Aacute;<br>
&aacute; ............... &amp;aacute;<br>
&Acirc; ................. &amp;Acirc;<br>
&acirc; ................ &amp;acirc;<br>
&Agrave; ............... &amp;Agrave;<br>
&agrave; ............... &amp;agrave;<br>
&Aring; ................. &amp;Aring;<br>
&aring; ................ &amp;aring;<br>
&Atilde; ................ &amp;Atilde;<br>
&atilde; ............... &amp;atilde;<br>
&Auml; .................. &amp;Auml;<br>
&auml; ................. &amp;auml;<br>
&AElig; ................. &amp;AElig;<br>
&aelig; .................. &amp;aelig;<br>
<p>
&Eacute; ................ &amp;Eacute;<br>
&eacute; ............... &amp;eacute;<br>
&Ecirc; ................. &amp;Ecirc;<br>
&ecirc; ................ &amp;ecirc;<br>
&Egrave; ................ &amp;Egrave;<br>
&egrave; ............... &amp;egrave;<br>
&Euml; .................. &amp;Euml;<br>
&euml; ................. &amp;euml;<br>
&ETH; ................... &amp;ETH;<br>
&eth; .................. &amp;eth;<br>
</center>
</td><td>
<center>
&Iacute; ................ &amp;Iacute;<br>
&iacute; ............... &amp;iacute;<br>
&Icirc; ................. &amp;Icirc;<br>
&icirc; ................ &amp;icirc;<br>
&Igrave; ................ &amp;Igrave;<br>
&igrave; ............... &amp;igrave;<br>
&Iuml; .................. &amp;Iuml;<br>
&iuml; ................. &amp;iuml;<br>
<p>
&Oacute; ........... &amp;Oacute;<br>
&oacute; .............. &amp;oacute;<br>
&Ocirc; ................ &amp;Ocirc;<br>
&ocirc; ................. &amp;ocirc;<br>
&Ograve; .............. &amp;Ograve;<br>
&ograve; ............... &amp;ograve;<br>
&Oslash; ................ &amp;Oslash;<br>
&oslash; ............... &amp;oslash;<br>
&Otilde; ................ &amp;Otilde;<br>
&otilde; ............... &amp;otilde;<br>
&Ouml; .................. &amp;Ouml;<br>
&ouml; ................. &amp;ouml;<br>
</center>
</td>
<td>
<center>
&Uacute; .............. &amp;Uacute;<br>
&uacute; ............... &amp;uacute;<br>
&Ucirc; ................ &amp;Ucirc;<br>
&ucirc; ................ &amp;ucirc;<br>
&Ugrave; ............. &amp;Ugrave;<br>
&ugrave; .............. &amp;ugrave;<br>
&Uuml; ................. &amp;Uuml;<br>
&uuml; ................. &amp;uuml;<br>
<p>
&Ccedil; ............... &amp;Ccedil;<br>
&ccedil; ............... &amp;ccedil;<br>
<p>
&Ntilde; ............... &amp;Ntilde;<br>
&ntilde; ............... &amp;ntilde;<br>
<p>
&lt; ................. &amp;lt;<br>
&gt; ................. &amp;gt;<br>
&amp; ................ &amp;amp;<br>
&quot; ................. &amp;quot;<br>
&reg; .................. &amp;reg;<br>
&copy; ............... &amp;copy;<br>
<p>
&Yacute; ............ &amp;Yacute;<br>
&yacute; ............ &amp;yacute;<br>
<p>
&THORN; .............. &amp;THORN;<br>
&thorn; ................ &amp;thorn;<br>
<p>
&szlig; ................ &amp;szlig;<br>
</center>
</td></tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment