Difference between revisions of "HTML/entity"
< HTML
Jump to navigation
Jump to search
(→Standard ASCII in Entities: unified table; now covering 0-255) |
(→Standard ASCII in Entities: a few more alternates) |
||
Line 9: | Line 9: | ||
** '''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). | ||
− | == | + | ==Entities by Number== |
* 0-8 are not translated | * 0-8 are not translated | ||
* 9 is probably TAB | * 9 is probably TAB | ||
Line 17: | Line 17: | ||
* 32 is a standard space | * 32 is a standard space | ||
{| width=100% | {| width=100% | ||
− | ! colspan=6 style="border-bottom: 1px solid blue;" | | + | ! colspan=6 style="border-bottom: 1px solid blue;" | lower ASCII || colspan=8 style="border-bottom: 1px solid green;" | upper ASCII |
|- | |- | ||
| ! || &#33; | | ! || &#33; | ||
Line 24: | Line 24: | ||
|  || &#129; | |  || &#129; | ||
| ¡ || &#161; | | ¡ || &#161; | ||
− | | Á || &#193; | + | | Á || &#193; &Aacute; |
| á || &#225; | | á || &#225; | ||
|- | |- | ||
Line 40: | Line 40: | ||
| ƒ || &#131; | | ƒ || &#131; | ||
| £ || &#163; | | £ || &#163; | ||
− | | Ã || &#195; | + | | Ã || &#195; &Atilde; |
| ã || &#227; | | ã || &#227; | ||
|- | |- | ||
Line 48: | Line 48: | ||
| „ || &#132; | | „ || &#132; | ||
| ¤ || &#164; | | ¤ || &#164; | ||
− | | Ä || &#196; | + | | Ä || &#196; &Auml; |
| ä || &#228; | | ä || &#228; | ||
|- | |- | ||
Line 64: | Line 64: | ||
| † || &#134; | | † || &#134; | ||
| ¦ || &#166; | | ¦ || &#166; | ||
− | | Æ || &#198; | + | | Æ || &#198; &AElig; |
| æ || &#230; | | æ || &#230; | ||
|- | |- | ||
Line 265: | Line 265: | ||
| ¿ || &#191; | | ¿ || &#191; | ||
| ß || &#223; | | ß || &#223; | ||
− | | þ || &#254; | + | | þ || &#254; &thorn; |
|- | |- | ||
| @ || &#64; | | @ || &#64; | ||
Line 271: | Line 271: | ||
| € || &#128; | | € || &#128; | ||
|   || &#160; | |   || &#160; | ||
− | | À || &#192; | + | | À || &#192; &Agrave; |
| à || &#224; | | à || &#224; | ||
| ÿ || &#255; | | ÿ || &#255; | ||
|} | |} | ||
+ | And yes, it keeps going after this: ĀāĂă... |
Revision as of 16:07, 3 May 2009
Overview
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.
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).
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 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
! | ! | A | A | a | a |  |  | ¡ | ¡ | Á | Á Á | á | á |
" | " | 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 | š | š | º | º | Ú | Ú | ù | ù |
; | ; | [ | [ | { | { | › | › | » | » | Û | Û | ú | ú |
< | < | \ | \ | | | œ | œ | ¼ | ¼ | Ü | Ü | û | û | |
= | = | ] | ] | } | } |  |  | ½ | ½ | Ý | Ý | ü | ü |
> | > | ^ | ^ | ~ | ~ | ž | ž | ¾ | ¾ | Þ | Þ | ý | ý |
? | ? | _ | _ |  |  | Ÿ | Ÿ | ¿ | ¿ | ß | ß | þ | þ þ |
@ | @ | ` | ` | € | € |   | À | À À | à | à | ÿ | ÿ |
And yes, it keeps going after this: ĀāĂă...