Answers for "HTML Character Codes"

0

at html code

@
Posted by: Guest on October-28-2020
1

HTML Character Codes

## HTML Character Codes
#First code "Entity Name"
#Second code "Entity Number"
#You can use one of them
space	 	 
<	    &lt;	&#60;
>	    &gt;	&#62;
&	    &amp;	&#38;
"	    &quot;	&#34;
'	    &apos;	&#39;
¢	    &cent;	&#162;
£	    &pound;	&#163;
¥	    &yen;	&#165;
€	    &euro;	&#8364;
©	    &copy;	&#169;
®	    &reg;	&#174;
Posted by: Guest on August-25-2021
1

html entity at sign

&#64;
&commat;
Posted by: Guest on January-01-2021
5

html special characters

<!-- Answer to: "html special characters" -->

!
&excl;
[
&lsqb; &lbrack;
_
&lowbar;
`
&grave; &DiacriticalGrave;
|
&verbar; &vert; &VerticalLine;
}
&rcub; &rbrace;
¢
&cent;
<!-- There's many more at https://dev.w3.org/html5/html-author/charref -->
Posted by: Guest on March-07-2020
1

html entity for $

&dollar;
&#x00024;
&#36;
Posted by: Guest on October-05-2020

Browse Popular Code Answers by Language