Numeric character reference: Difference between revisions

Content deleted Content added
Adding local short description: "Common markup construct used in SGML, XML, and HTML", overriding Wikidata description "markup construct used in SGML, XML, and HTML to refer to a Unicode character by codepoint, either in decimal (Æ) or in hexadecimal (Æ)" (Shortdesc helper)
m Removed table attributes which are redundant due to wikitable class
Line 5:
==Examples==
In SGML, HTML, and XML, the following are all valid numeric character references for the Greek capital letter Sigma
{| class="wikitable" border="1"
|+ Numerical character reference of {{unichar|03A3|GREEK CAPITAL LETTER SIGMA}}<br/>(Note that {{hexadecimal|0931}} = 931<sub>10</sub>)
|-
Line 25:
 
In SGML, HTML, and XML, the following are all valid numeric character references for the Latin capital letter AE
{| class="wikitable" border="1"
|+ Numerical character reference of {{unichar|00C6|Latin capital letter AE}}
|-
Line 39:
 
In SGML, HTML, and XML, the following are all valid numeric character references for the Latin small letter sharp s ß
{| class="wikitable" border="1"
|+ Numerical character reference of {{unichar|00DF|Latin small letter sharp s}}
|-