Horje

Example of UTF-8 Characters

index.html
Example: HTML
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<body>

<p>I will display A B C</p> 
<p>I will display &#65; &#66; &#67;</p> 

</body>
</html>

Output should be:

Example of UTF-8 Characters



Related Articles
What is Emojis in HTML HTML Emojis
What is The HTML charset Attribute HTML Emojis
How to set UTF-8 Characters HTML Emojis
How to create HTML Emoji Characters HTML Emojis

Single Articles
How to create HTML <code> TagHTML Emojis
What Type of Browsers will Support for HTML <code> TagHTML Emojis
How to Use CSS to style the <code> elementHTML Emojis
How to set Default CSS Settings for HTML <code> TagHTML Emojis
How to add HTML <samp> Tag for Coding viewHTML Emojis
How to set Default CSS Settings HTML <samp> Tag for Coding view HTML Emojis
How to add HTML <kbd> Tag for Coding view HTML Emojis
How to add HTML <var> Tag for coding viewHTML Emojis
How to set Default CSS Settings HTML <var> Tag for coding viewHTML Emojis
How to add HTML <pre> TagHTML Emojis
How to create a pre-formatted text with a fixed width (with CSS)HTML Emojis
How to add Default CSS Settings HTML <pre> Tag for coing viewHTML Emojis

Type:
Html
Category:
Web Tutorial
Sub Category:
HTML Emojis
Uploaded by:
Admin



Share on: