Difference between revisions of "HTML entity"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(named character references)
(6 intermediate revisions by the same user not shown)
Line 13: Line 13:
 
* [http://htmlhelp.com/reference/html40/entities/ HTML 4.0 entities]
 
* [http://htmlhelp.com/reference/html40/entities/ HTML 4.0 entities]
 
* [https://developers.whatwg.org/named-character-references.html#named-character-references Named character references], in alphabetical order, including newer ones not supported by most browsers
 
* [https://developers.whatwg.org/named-character-references.html#named-character-references Named character references], in alphabetical order, including newer ones not supported by most browsers
 +
* [https://www.freeformatter.com/html-entities.html HTML Entity List]: "Complete list of HTML entities with their numbers and names. Also included is a full list of ASCII characters that can be represented in HTML (i.e. printable characters)."
 +
 
==Questions==
 
==Questions==
 
* Does [[Google]] resolve html entities when indexing web pages? That is, if I spelled a word (e.g. "schmerglefrotz") entirely using html entities, would someone be able to find that page using google by typing "schmerglefrotz" (after the site had been spidered, of course)? (As a test, I will spell a completely different word using HTML entities, and try Googling it later: '''FRELGKLOTZ''')
 
* Does [[Google]] resolve html entities when indexing web pages? That is, if I spelled a word (e.g. "schmerglefrotz") entirely using html entities, would someone be able to find that page using google by typing "schmerglefrotz" (after the site had been spidered, of course)? (As a test, I will spell a completely different word using HTML entities, and try Googling it later: '''FRELGKLOTZ''')
 
** '''2007-07-15 answer''': Yes, it does find it (though it took several months at least before this page got indexed).
 
** '''2007-07-15 answer''': Yes, it does find it (though it took several months at least before this page got indexed).
 +
** '''2016-11-28 answer''': Searching for the word in question no longer produces any results. Neither does searching for "schmerglefrotz".
  
 +
==Note==
 +
'''2017-11-11''' MediaWiki 1.28.0 apparently no longer supports the "&#d;" style of entity; you now have to use named entities.
 
==Entities by Number==
 
==Entities by Number==
 
* 0-8 are not translated
 
* 0-8 are not translated
Line 25: Line 30:
 
* 32 is a standard space
 
* 32 is a standard space
 
{| width=100%
 
{| width=100%
! colspan=6 style="border-bottom: 1px solid blue;" | lower ASCII || colspan=8 style="border-bottom: 1px solid green;" | upper ASCII
+
! colspan=3 style="border-bottom: 1px solid blue;" | lower ASCII || colspan=4 style="border-bottom: 1px solid green;" | upper ASCII
 +
|-
 +
|
 +
{|
 
|-
 
|-
 
| !  || !
 
| !  || !
 +
|-
 +
| " || "
 +
|-
 +
| # || #
 +
|-
 +
| $ || $
 +
|-
 +
| % || %
 +
|-
 +
| & || & &
 +
|-
 +
| ' || '
 +
|-
 +
| ( || (
 +
|-
 +
| ) || )
 +
|-
 +
| * || *
 +
|-
 +
| + || +
 +
|-
 +
| , || ,
 +
|-
 +
| - || -
 +
|-
 +
| . || .
 +
|-
 +
| / || /
 +
|-
 +
| 0 || 0
 +
|-
 +
| 1 || 1
 +
|-
 +
| 2 || 2
 +
|-
 +
| 3 || 3
 +
|-
 +
| 4 || 4
 +
|-
 +
| 5 || 5
 +
|-
 +
| 6 || 6
 +
|-
 +
| 7 || 7
 +
|-
 +
| 8 || 8
 +
|-
 +
| 9 || 9
 +
|-
 +
| : || :
 +
|-
 +
| &#59; || &#59;
 +
|-
 +
| < || <
 +
|-
 +
| = || =
 +
|-
 +
| > || >
 +
|-
 +
| ? || ?
 +
|-
 +
| @ || @
 +
|}
 +
 +
|
 +
 +
{|
 +
|-
 
| A  || A
 
| A  || A
 +
|-
 +
| B || B
 +
|-
 +
| C || C
 +
|-
 +
| D || D
 +
|-
 +
| E || E
 +
|-
 +
| F || F
 +
|-
 +
| G || G
 +
|-
 +
| H || H
 +
|-
 +
| I || I
 +
|-
 +
| J || J
 +
|-
 +
| K || K
 +
|-
 +
| L || L
 +
|-
 +
| M || M
 +
|-
 +
| N || N
 +
|-
 +
| O || O
 +
|-
 +
| P || P
 +
|-
 +
| Q || Q
 +
|-
 +
| R || R
 +
|-
 +
| S || S
 +
|-
 +
| T || T
 +
|-
 +
| U || U
 +
|-
 +
| V || V
 +
|-
 +
| W || W
 +
|-
 +
| X || X
 +
|-
 +
| Y || Y
 +
|-
 +
| Z || Z
 +
|-
 +
| [ || [
 +
|-
 +
| \ || \
 +
|-
 +
| ] || ]
 +
|-
 +
| ^ || ^
 +
|-
 +
| _ || _
 +
|-
 +
| ` || `
 +
|}
 +
 +
|
 +
 +
{|
 +
|-
 
| a  || a
 
| a  || a
 +
|-
 +
| b || b
 +
|-
 +
| c || c
 +
|-
 +
| d || d
 +
|-
 +
| e || e
 +
|-
 +
| f || f
 +
|-
 +
| g || g
 +
|-
 +
| h || h
 +
|-
 +
| i || i
 +
|-
 +
| j || j
 +
|-
 +
| k || k
 +
|-
 +
| l || l
 +
|-
 +
| m || m
 +
|-
 +
| n || n
 +
|-
 +
| o || o
 +
|-
 +
| p || p
 +
|-
 +
| q || q
 +
|-
 +
| r || r
 +
|-
 +
| s || s
 +
|-
 +
| t || t
 +
|-
 +
| u || u
 +
|-
 +
| v || v
 +
|-
 +
| w || w
 +
|-
 +
| x || x
 +
|-
 +
| y || y
 +
|-
 +
| z || z
 +
|-
 +
| { || {
 +
|-
 +
| | || |
 +
|-
 +
| } || }
 +
|-
 +
| ~ || ~
 +
|-
 +
|  || 
 +
|-
 +
| € || €
 +
|}
 +
 +
|
 +
 +
{|
 +
|-
 
|  || 
 
|  || 
 +
|-
 +
| ‚ || ‚
 +
|-
 +
| ƒ || ƒ
 +
|-
 +
| „ || „
 +
|-
 +
| … || …
 +
|-
 +
| † || †
 +
|-
 +
| ‡ || ‡
 +
|-
 +
| ˆ || ˆ
 +
|-
 +
| ‰ || ‰
 +
|-
 +
| Š || Š
 +
|-
 +
| ‹ || ‹
 +
|-
 +
| Π|| Œ
 +
|-
 +
|  || 
 +
|-
 +
| Ž || Ž
 +
|-
 +
|  || 
 +
|-
 +
|  || 
 +
|-
 +
| ‘ || ‘
 +
|-
 +
| ’ || ’
 +
|-
 +
| “ || “
 +
|-
 +
| ” || ”
 +
|-
 +
| • || •
 +
|-
 +
| – || –
 +
|-
 +
| — || —
 +
|-
 +
| ˜ || ˜
 +
|-
 +
| ™ || ™ ™
 +
|-
 +
| š || š
 +
|-
 +
| › || ›
 +
|-
 +
| œ || œ
 +
|-
 +
|  || 
 +
|-
 +
| ž || ž
 +
|-
 +
| Ÿ || Ÿ
 +
|-
 +
|   ||  
 +
|}
 +
 +
|
 +
 +
{|
 +
|-
 
| ¡ || ¡
 
| ¡ || ¡
| Á || Á Á
 
| á || á
 
 
|-
 
|-
| " || "
 
| B || B
 
| b || b
 
| ‚ || ‚
 
 
| ¢ || ¢
 
| ¢ || ¢
| Â || Â
 
| â || â
 
 
|-
 
|-
| # || #
 
| C || C
 
| c || c
 
| ƒ || ƒ
 
 
| £ || £ £
 
| £ || £ £
| Ã || Ã Ã
 
| ã || ã
 
 
|-
 
|-
| $ || $
 
| D || D
 
| d || d
 
| „ || „
 
 
| ¤ || ¤
 
| ¤ || ¤
| Ä || Ä Ä
 
| ä || ä
 
 
|-
 
|-
| % || %
 
| E || E
 
| e || e
 
| … || …
 
 
| ¥ || ¥
 
| ¥ || ¥
| Å || Å
 
| å || å
 
 
|-
 
|-
| & || & &
 
| F || F
 
| f || f
 
| † || †
 
 
| ¦ || ¦
 
| ¦ || ¦
| Æ || Æ Æ
 
| æ || æ
 
 
|-
 
|-
| ' || '
 
| G || G
 
| g || g
 
| ‡ || ‡
 
 
| § || § §
 
| § || § §
| Ç || Ç
 
| ç || ç
 
 
|-
 
|-
| ( || (
 
| H || H
 
| h || h
 
| ˆ || ˆ
 
 
| ¨ || ¨
 
| ¨ || ¨
 +
|-
 +
| © || © ©
 +
|-
 +
| ª || ª
 +
|-
 +
| « || «
 +
|-
 +
| ¬ || ¬
 +
|-
 +
| ­ || ­
 +
|-
 +
| ® || ®
 +
|-
 +
| ¯ || ¯
 +
|-
 +
| ° || °
 +
|-
 +
| ± || ±
 +
|-
 +
| ² || ²
 +
|-
 +
| ³ || ³
 +
|-
 +
| ´ || ´
 +
|-
 +
| µ || µ
 +
|-
 +
| ¶ || ¶
 +
|-
 +
| · || ·
 +
|-
 +
| ¸ || ¸
 +
|-
 +
| ¹ || ¹
 +
|-
 +
| º || º
 +
|-
 +
| » || »
 +
|-
 +
| ¼ || ¼
 +
|-
 +
| ½ || ½
 +
|-
 +
| ¾ || ¾
 +
|-
 +
| ¿ || ¿
 +
|-
 +
| À || À À
 +
|}
 +
 +
|
 +
 +
{|
 +
|-
 +
| Á || Á Á
 +
|-
 +
| Â || Â
 +
|-
 +
| Ã || Ã Ã
 +
|-
 +
| Ä || Ä Ä
 +
|-
 +
| Å || Å
 +
|-
 +
| Æ || Æ Æ
 +
|-
 +
| Ç || Ç Ç
 +
|-
 
| È || È
 
| È || È
| è || è
 
 
|-
 
|-
| ) || )
 
| I || I
 
| i || i
 
| ‰ || ‰
 
| © || © ©
 
 
| É || É
 
| É || É
| é || é
 
 
|-
 
|-
| * || *
 
| J || J
 
| j || j
 
| Š || Š
 
| ª || ª
 
 
| Ê || Ê
 
| Ê || Ê
| ê || ê
 
 
|-
 
|-
| + || +
 
| K || K
 
| k || k
 
| ‹ || ‹
 
| « || «
 
 
| Ë || Ë
 
| Ë || Ë
| ë || ë
 
 
|-
 
|-
| , || ,
 
| L || L
 
| l || l
 
| Π|| Œ
 
| ¬ || ¬
 
 
| Ì || Ì
 
| Ì || Ì
| ì || ì
 
 
|-
 
|-
| - || -
 
| M || M
 
| m || m
 
|  || 
 
| ­ || ­
 
 
| Í || Í
 
| Í || Í
| í || í
 
 
|-
 
|-
| . || .
 
| N || N
 
| n || n
 
| Ž || Ž
 
| ® || ®
 
 
| Î || Î
 
| Î || Î
| î || î
 
 
|-
 
|-
| / || /
 
| O || O
 
| o || o
 
|  || 
 
| ¯ || ¯
 
 
| Ï || Ï
 
| Ï || Ï
| ï || ï
 
 
|-
 
|-
| 0 || 0
 
| P || P
 
| p || p
 
|  || 
 
| ° || °
 
 
| Ð || Ð
 
| Ð || Ð
| ð || ð
 
 
|-
 
|-
| 1 || 1
 
| Q || Q
 
| q || q
 
| ‘ || ‘
 
| ± || ±
 
 
| Ñ || Ñ
 
| Ñ || Ñ
| ñ || ñ
 
 
|-
 
|-
| 2 || 2
 
| R || R
 
| r || r
 
| ’ || ’
 
| ² || ²
 
 
| Ò || Ò
 
| Ò || Ò
| ò || ò
 
 
|-
 
|-
| 3 || 3
 
| S || S
 
| s || s
 
| “ || “
 
| ³ || ³
 
 
| Ó || Ó
 
| Ó || Ó
| ó || ó
 
 
|-
 
|-
| 4 || 4
 
| T || T
 
| t || t
 
| ” || ”
 
| ´ || ´
 
 
| Ô || Ô
 
| Ô || Ô
| ô || ô
 
 
|-
 
|-
| 5 || 5
 
| U || U
 
| u || u
 
| • || •
 
| µ || µ
 
 
| Õ || Õ
 
| Õ || Õ
| õ || õ
 
 
|-
 
|-
| 6 || 6
 
| V || V
 
| v || v
 
| – || –
 
| ¶ || ¶
 
 
| Ö || Ö
 
| Ö || Ö
| ö || ö
 
 
|-
 
|-
| 7 || 7
 
| W || W
 
| w || w
 
| — || —
 
| · || ·
 
 
| × || ×
 
| × || ×
| ÷ || ÷
 
 
|-
 
|-
| 8 || 8
 
| X || X
 
| x || x
 
| ˜ || ˜
 
| ¸ || ¸
 
 
| Ø || Ø
 
| Ø || Ø
| ø || ø
 
 
|-
 
|-
| 9 || 9
 
| Y || Y
 
| y || y
 
| ™ || ™ ™
 
| ¹ || ¹
 
 
| Ù || Ù
 
| Ù || Ù
 +
|-
 +
| Ú || Ú
 +
|-
 +
| Û || Û
 +
|-
 +
| Ü || Ü
 +
|-
 +
| Ý || Ý
 +
|-
 +
| Þ || Þ
 +
|-
 +
| ß || ß
 +
|-
 +
| à || à
 +
|}
 +
 +
|
 +
 +
{|
 +
|-
 +
| á || á
 +
|-
 +
| â || â
 +
|-
 +
| ã || ã
 +
|-
 +
| ä || ä
 +
|-
 +
| å || å
 +
|-
 +
| æ || æ
 +
|-
 +
| ç || ç ç
 +
|-
 +
| è || è
 +
|-
 +
| é || é
 +
|-
 +
| ê || ê
 +
|-
 +
| ë || ë
 +
|-
 +
| ì || ì
 +
|-
 +
| í || í
 +
|-
 +
| î || î
 +
|-
 +
| ï || ï
 +
|-
 +
| ð || ð
 +
|-
 +
| ñ || ñ
 +
|-
 +
| ò || ò
 +
|-
 +
| ó || ó
 +
|-
 +
| ô || ô
 +
|-
 +
| õ || õ
 +
|-
 +
| ö || ö
 +
|-
 +
| ÷ || ÷
 +
|-
 +
| ø || ø ø
 +
|-
 
| ù || ù
 
| ù || ù
 
|-
 
|-
| : || :
 
| Z || Z
 
| z || z
 
| š || š
 
| º || º
 
| Ú || Ú
 
 
| ú || ú
 
| ú || ú
 
|-
 
|-
| &#59; || &#59;
 
| [ || [
 
| { || {
 
| › || ›
 
| » || »
 
| Û || Û
 
 
| û || û
 
| û || û
 
|-
 
|-
| < || <
 
| \ || \
 
| | || |
 
| œ || œ
 
| ¼ || ¼
 
| Ü || Ü
 
 
| ü || ü
 
| ü || ü
 
|-
 
|-
| = || =
 
| ] || ]
 
| } || }
 
|  || 
 
| ½ || ½
 
| Ý || Ý
 
 
| ý || ý
 
| ý || ý
 
|-
 
|-
| > || >
 
| ^ || ^
 
| ~ || ~
 
| ž || ž
 
| ¾ || ¾
 
| Þ || Þ
 
 
| þ || þ þ
 
| þ || þ þ
 
|-
 
|-
| ? || ?
 
| _ || _
 
|  || 
 
| Ÿ || Ÿ
 
| ¿ || ¿
 
| ß || ß
 
 
| ÿ || ÿ
 
| ÿ || ÿ
 
|-
 
|-
| @ || @
 
| ` || `
 
| € || €
 
|   ||  
 
| À || À À
 
| à || à
 
 
| Ā || Ā
 
| Ā || Ā
 +
|}
 +
 
|}
 
|}
 
And yes, it keeps going after this: āĂă...
 
And yes, it keeps going after this: āĂă...
  
Others:
+
Others (number unknown):
* ’ - ’ - right single-quote
+
* {{show/entity|rsquo}} - right single-quote
* ‘ - ‘ - left single-quote
+
* {{show/entity|lsquo}} - left single-quote
 +
* {{show/entity|Alpha}} - Greek letter alpha (upper)
 +
* {{show/entity|Beta}} - Greek letter beta (upper)
 +
* {{show/entity|Gamma}} - Greek letter gamma (upper)
 +
* {{show/entity|Delta}} - Greek letter delta (upper)
 +
* {{show/entity|alpha}} - Greek letter alpha (lower)
 +
* {{show/entity|beta}} - Greek letter beta (lower)
 +
* {{show/entity|gamma}} - Greek letter gamma (lower)
 +
* {{show/entity|delta}} - Greek letter delta (lower)
 +
 
 +
==Links==
 +
* {{wikipedia|List of XML and HTML character entity references}} - a more complete list

Revision as of 21:40, 17 March 2020

About

An HTML entity is a combination of characters which will be displayed within an HTML browser as a single character. All HTML entities begin with "&" (ampersand) and end with ";" (semicolon). Many entities have mnemonic names (such as "&", which displays an ampersand); any possible character can be displayed as an entity by using the format "&#number;" where number is the output character's ASCII value in decimal.

see also: wikipedia:Percent-encoding

Reference

Questions

  • Does Google resolve html entities when indexing web pages? That is, if I spelled a word (e.g. "schmerglefrotz") entirely using html entities, would someone be able to find that page using google by typing "schmerglefrotz" (after the site had been spidered, of course)? (As a test, I will spell a completely different word using HTML entities, and try Googling it later: FRELGKLOTZ)
    • 2007-07-15 answer: Yes, it does find it (though it took several months at least before this page got indexed).
    • 2016-11-28 answer: Searching for the word in question no longer produces any results. Neither does searching for "schmerglefrotz".

Note

2017-11-11 MediaWiki 1.28.0 apparently no longer supports the "&#d;" style of entity; you now have to use named entities.

Entities by Number

  • 0-8 are not translated
  • 9 is probably TAB
  • 10 is probably LF
  • 13 is probably CR
  • 14-31 are not translated
  • 32 is a standard space
lower ASCII upper ASCII
! !
" "
# #
$ $
% %
& & &
' '
( (
) )
* *
+ +
, ,
- -
. .
/ /
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
: :
; &#59;
< &#60;
= &#61;
> &#62;
? &#63;
@ &#64;
A &#65;
B &#66;
C &#67;
D &#68;
E &#69;
F &#70;
G &#71;
H &#72;
I &#73;
J &#74;
K &#75;
L &#76;
M &#77;
N &#78;
O &#79;
P &#80;
Q &#81;
R &#82;
S &#83;
T &#84;
U &#85;
V &#86;
W &#87;
X &#88;
Y &#89;
Z &#90;
[ &#91;
\ &#92;
] &#93;
^ &#94;
_ &#95;
` &#96;
a &#97;
b &#98;
c &#99;
d &#100;
e &#101;
f &#102;
g &#103;
h &#104;
i &#105;
j &#106;
k &#107;
l &#108;
m &#109;
n &#110;
o &#111;
p &#112;
q &#113;
r &#114;
s &#115;
t &#116;
u &#117;
v &#118;
w &#119;
x &#120;
y &#121;
z &#122;
{ &#123;
&#124;
} &#125;
~ &#126;
&#127; &#127;
&#128; &#128;
&#129; &#129;
&#130; &#130;
&#131; &#131;
&#132; &#132;
&#133; &#133;
&#134; &#134;
&#135; &#135;
&#136; &#136;
&#137; &#137;
&#138; &#138;
&#139; &#139;
&#140; &#140;
&#141; &#141;
&#142; &#142;
&#143; &#143;
&#144; &#144;
&#145; &#145;
&#146; &#146;
&#147; &#147;
&#148; &#148;
&#149; &#149;
&#150; &#150;
&#151; &#151;
&#152; &#152;
&#153; &#153; &trade;
&#154; &#154;
&#155; &#155;
&#156; &#156;
&#157; &#157;
&#158; &#158;
&#159; &#159;
  &#160;
¡ &#161;
¢ &#162;
£ &#163; &pound;
¤ &#164;
¥ &#165;
¦ &#166;
§ &#167; &sect;
¨ &#168;
© &#169; &copy;
ª &#170;
« &#171;
¬ &#172;
­ &#173;
® &#174;
¯ &#175;
° &#176;
± &#177;
² &#178;
³ &#179;
´ &#180;
µ &#181;
&#182;
· &#183;
¸ &#184;
¹ &#185;
º &#186;
» &#187;
¼ &#188;
½ &#189;
¾ &#190;
¿ &#191;
À &#192; &Agrave;
Á &#193; &Aacute;
 &#194;
à &#195; &Atilde;
Ä &#196; &Auml;
Å &#197;
Æ &#198; &AElig;
Ç &#199; &Ccedil;
È &#200;
É &#201;
Ê &#202;
Ë &#203;
Ì &#204;
Í &#205;
Î &#206;
Ï &#207;
Ð &#208;
Ñ &#209;
Ò &#210;
Ó &#211;
Ô &#212;
Õ &#213;
Ö &#214;
× &#215;
Ø &#216;
Ù &#217;
Ú &#218;
Û &#219;
Ü &#220;
Ý &#221;
Þ &#222;
ß &#223;
à &#224;
á &#225;
â &#226;
ã &#227;
ä &#228;
å &#229;
æ &#230;
ç &#231; &ccedil;
è &#232;
é &#233;
ê &#234;
ë &#235;
ì &#236;
í &#237;
î &#238;
ï &#239;
ð &#240;
ñ &#241;
ò &#242;
ó &#243;
ô &#244;
õ &#245;
ö &#246;
÷ &#247;
ø &#248; &oslash;
ù &#249;
ú &#250;
û &#251;
ü &#252;
ý &#253;
þ &#254; &thorn;
ÿ &#255;
Ā &#256;

And yes, it keeps going after this: āĂă...

Others (number unknown):

  • &rsquo; : - right single-quote
  • &lsquo; : - left single-quote
  • &Alpha; : Α - Greek letter alpha (upper)
  • &Beta; : Β - Greek letter beta (upper)
  • &Gamma; : Γ - Greek letter gamma (upper)
  • &Delta; : Δ - Greek letter delta (upper)
  • &alpha; : α - Greek letter alpha (lower)
  • &beta; : β - Greek letter beta (lower)
  • &gamma; : γ - Greek letter gamma (lower)
  • &delta; : δ - Greek letter delta (lower)

Links