A thorough analysis of HTML special characters

A thorough analysis of HTML special characters

A Thorough Analysis of HTML (14) Special Characters ■ Commonly Used Special Characters As long as you know HTML tags, you will know the uses of special characters.

HTML source code Display results describe
&lt; < Less than sign or display mark
> > Greater than sign or display mark
&amp; & Can be used to display other special characters
" " quotation marks
&reg; ? Already registered
&copy; ? copyright
&trade; ? trademark
&ensp; Half blank space
&emsp; A blank space
&nbsp; Uninterrupted blank space


ISO Latin-1 special characters
HTML source code Display results describe
&AElig; ? Uppercase AE diphthing
&Aacute; á Uppercase A, acute accent
&Acirc; ? Uppercase A, circumflex accent
&Agrave; à Uppercase A, grave accent
&Aring; ? Uppercase A, ring
&Atilde; ? Uppercase A, tilde
&Auml; ? Uppercase A, dieresis or umlaut mark
&Ccedil; ? Uppercase C, cedilla
&ETH; D Uppercase Eth, Icelandic
&Eacute; é Uppercase E, acute accent
&Ecirc; ê Uppercase E, circumflex accent
&Egrave; è Uppercase E, grave accent
&Euml; ? Uppercase E, dieresis or umlaut mark
&Iacute; í Uppercase I, acute accent
&Icirc; ? Uppercase I, circumflex accent
&Igrave; ì Uppercase I, grave accent
&Iuml; ? Uppercase I, dieresis or umlaut mark
&Ntilde; ? Uppercase N, tilde
&Oacute; ó Uppercase O, acute accent
&Ocirc; ? Uppercase O, circumflex accent
&Ograve; ò Uppercase O, grave accent
&Oslash; ? Uppercase O, slash
&Otilde; ? Uppercase O, tilde
&Ouml; ? Uppercase O, dieresis or umlaut mark
&THORN; T Uppercase THORN, Icelandic
&Uacute; ú Uppercase U, acute accent
&Ucirc; ? Uppercase U, circumflex accent
&Ugrave; ù Uppercase u, grave accent
&Uuml; ü Uppercase U, dieresis or umlaut mark
&Yacute; Y Uppercase Y, acute accent
&aelig; ? Lowercase ae diphth
&aacute; á Lowercase a, acute accent
&acirc; a Lowercase a, circumflex accent
&agrave; à Lowercase a, grave accent
&aring; ? Lowercase a, ring
&atilde; ? Lowercase a, tilde
&auml; ? Lowercase a, dieresis or umlaut mark
&ccedil; ? Lowercase c, cedilla
&eth; e Lowercase eth, Icelandic
&eacute; é Lowercase e, acute accent
&ecirc; ê Lowercase e, circumflex accent
&egrave; è Lowercase e, grave accent
&euml; ? Lowercase e, dieresis or umlaut mark
&iacute; í Lowercase i, acute accent
&icirc; ? Lowercase i, circumflex accent
&igrave; ì Lowercase i, grave accent
&iuml; ? Lowercase i, dieresis or umlaut mark
&ntilde; ? Lowercase n, tilde
&oacute; ó Lowercase o, acute accent
&ocirc; ? Lowercase o, circumflex accent
&ograve; ò Lowercase o, grave accent
&oslash; ? Lowercase o, slash
&otilde; ? Lowercase o, tilde
&ouml; ? Lowercase o, dieresis or umlaut mark
&szlig; ? Lowercase sharp s, German (sz ligature)
&thorn; t Lowercase thorn, Icelandic
&uacute; ú Lowercase u, acute accent
&ucirc; ? Lowercase u, circumflex accent
&ugrave; ù Lowercase u, grave accent
&uuml; ü Lowercase u, dieresis or umlaut mark
&yacute; y Lowercase y, acute accent
&yuml; ? Lowercase y, dieresis or umlaut mark

<<:  Detailed explanation of basic interaction of javascript

>>:  Automatic failover of slave nodes in replication architecture in MySQL 8.0.23

Recommend

Docker practice: Python application containerization

1. Introduction Containers use a sandbox mechanis...

Detailed explanation of common methods of JavaScript arrays

Table of contents Common array methods pop() unsh...

Research on the Input Button Function of Type File

<br />When uploading on some websites, a [Se...

JavaScript Array Methods - Systematic Summary and Detailed Explanation

Table of contents Common array methods Adding and...

MySQL Practical Experience of Using Insert Statement

Table of contents 1. Several syntaxes of Insert 1...

Implementing simple tabs with js

Tab selection cards are used very frequently on r...

Modify the style of HTML body in JS

Table of contents 1. Original Definition 2. JS op...

Text mode in IE! Introduction to the role of DOCTYPE

After solving the form auto-fill problem discussed...

Example analysis of MySQL startup and connection methods

Table of contents How to start mysqld Method 1: m...

Detailed explanation of Javascript Echarts air quality map effect

We need to first combine the air quality data wit...

Analysis of the Neglected DOCTYPE Description

doctype is one of them: <!DOCTYPE HTML PUBLIC &...