Following post will give us an idea how to include character entities in our web pages.
Note : Character entities are case sensitive
I have included following aspx design page tags for your reference.
Note : Character entities are case sensitive
I have included following aspx design page tags for your reference.
<form id="form1" runat="server">
<div>
HTML Character Entities. Entity names are case sensitive.
<p>this is space.</p>
<p>this is & ampersand.</p>
<p>this is < less than</p>
<p>this is > greater than</p>
<p>this is ∅ empty</p>
<p>this is ∇ NABLA</p>
<p>this is ¢ cent</p>
<p>this is £ pound</p>
<p>this is ¥ yen</p>
<p>this is € euro</p>
<p>this is © copyright</p>
<p>this is ® register trademark</p>
<p>this is ™ trademark</p>
<p>this is ∏ pi</p>
<p>this is ∑ summation</p>
<p>this is ε epsilon<br />
this is Ε epsilon</p>
<p>this is δ Delta<br />
this is Δ Delta</p>
<p>this is α alpha<br />
this is Α alpha</p>
<p>this is β beta<br />
this is Β beta</p>
<p>this is γ gamma
<br />this is Γ gamma</p>
<p>this is ♥ hearts<br />
this is ♠ spade<br />
this is ♣ <br />
this is ♦ diamond</p>
Diacritical Marks to letter k
<p>k̀<br />
ḱ<br />
k̂<br />
k̃</p>
</div>
</form>
After viewing this page in browser, we will see following
this is space.
this is & ampersand.
this is < less than
this is > greater than
this is ∅ empty
this is ∇ NABLA
this is ¢ cent
this is £ pound
this is ¥ yen
this is € euro
this is © copyright
this is ® register trademark
this is ™ trademark
this is ∏ pi
this is ∑ summation
this is ε epsilon
this is Ε epsilon
this is Ε epsilon
this is δ Delta
this is Δ Delta
this is Δ Delta
this is α alpha
this is Α alpha
this is Α alpha
this is β beta
this is Î’ beta
this is Î’ beta
this is γ gamma
this is Γ gamma
this is Γ gamma
this is ♥ hearts
this is ♠ spade
this is ♣
this is ♦ diamond
this is ♠ spade
this is ♣
this is ♦ diamond
Diacritical Marks to letter k
k̀
ḱ
k̂
k̃
ḱ
k̂
k̃
for more details visit this link for details.





