Difference between revisions of "HTML/entity"
< HTML
Jump to navigation
Jump to search
m (show/entity/row now accepts optional 2nd arg) |
(→Entities by Appearance: improved layout) |
||
Line 298: | Line 298: | ||
==Entities by Appearance== | ==Entities by Appearance== | ||
− | + | {| class="wikitable sortable" | |
− | + | ! entity || shows || description | |
− | + | {{show/entity/row|gt|greater than}} | |
− | + | {{show/entity/row|lt|less than}} | |
− | + | {{show/entity/row|ge|greater than or equal to}} | |
− | + | {{show/entity/row|le|less than or equal to}} | |
− | + | {{show/entity/row|ne|not equal to}} | |
− | + | {{show/entity/row|larr|left arrow}} | |
− | + | {{show/entity/row|rarr|right arrow}} | |
− | + | {{show/entity/row|lsquo|left single-quote}} | |
− | + | {{show/entity/row|rsquo|right single-quote}} | |
− | + | {{show/entity/row|trade|trademark symbol (superscripted)}} | |
− | + | {{show/entity/row|copy|copyright-circle symbol}} | |
− | + | {{show/entity/row|reg|registered-circle symbol}} | |
− | + | {{show/entity/row|Alpha|Greek letter alpha (upper)}} | |
+ | {{show/entity/row|Beta|Greek letter beta (upper)}} | ||
+ | {{show/entity/row|Gamma|Greek letter gamma (upper)}} | ||
+ | {{show/entity/row|Delta|Greek letter delta (upper)}} | ||
+ | {{show/entity/row|alpha|Greek letter alpha (lower)}} | ||
+ | {{show/entity/row|beta|Greek letter beta (lower)}} | ||
+ | {{show/entity/row|gamma|Greek letter gamma (lower)}} | ||
+ | {{show/entity/row|delta|Greek letter delta (lower)}} | ||
+ | |} | ||
+ | ===missing=== | ||
+ | * Is there no entity for "equals"? It's not &eq;, &equ;, &equal;, or =. The only thing that seems to work is the ASCII numeric, {{show/entity|#61}}. | ||
===Roman alphabet=== | ===Roman alphabet=== | ||
− | {| | + | {| class="wikitable sortable" |
|- | |- | ||
! upper || lower || mnemonics | ! upper || lower || mnemonics | ||
Line 331: | Line 341: | ||
| {{show/entity|#269}} - '''c''' with {{l/wp|caron}} | | {{show/entity|#269}} - '''c''' with {{l/wp|caron}} | ||
|} | |} | ||
− | === | + | ===missing=== |
* '''2024-08-31''' {{show/entity|Ccaron}} and {{show/entity|ccaron}} are apparently no longer supported, if they ever existed and were not just a figment of my imagination. | * '''2024-08-31''' {{show/entity|Ccaron}} and {{show/entity|ccaron}} are apparently no longer supported, if they ever existed and were not just a figment of my imagination. | ||
==Links== | ==Links== | ||
* {{wikipedia|List of XML and HTML character entity references}} - a more complete list | * {{wikipedia|List of XML and HTML character entity references}} - a more complete list |
Revision as of 15:25, 6 February 2025
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
- Wikipedia
- HTML 4.0 entities
- Named character references, in alphabetical order, including newer ones not supported by most browsers
- 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
- 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.
- 2020-05-23 This seems to have been fixed?
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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
Notes
- 2024-08-31
™
used to map to™
™
. That is either browser-specific or is no longer the case.
Entities by Appearance
entity | shows | description |
---|---|---|
> |
> | greater than |
< |
< | less than |
≥ |
≥ | greater than or equal to |
≤ |
≤ | less than or equal to |
≠ |
≠ | not equal to |
← |
← | left arrow |
→ |
→ | right arrow |
‘ |
‘ | left single-quote |
’ |
’ | right single-quote |
™ |
™ | trademark symbol (superscripted) |
© |
© | copyright-circle symbol |
® |
® | registered-circle symbol |
Α |
Α | Greek letter alpha (upper) |
Β |
Β | Greek letter beta (upper) |
Γ |
Γ | Greek letter gamma (upper) |
Δ |
Δ | Greek letter delta (upper) |
α |
α | Greek letter alpha (lower) |
β |
β | Greek letter beta (lower) |
γ |
γ | Greek letter gamma (lower) |
δ |
δ | Greek letter delta (lower) |
missing
- Is there no entity for "equals"? It's not &eq;, &equ;, &equal;, or =. The only thing that seems to work is the ASCII numeric,
=
=
.
Roman alphabet
upper | lower | mnemonics |
---|---|---|
Á Á - A with acute accent
|
á á - a with acute accent
|
Á Á á á
|
ā ā - a with macron
| ||
ă ă - a with caron
| ||
Č Č - C with caron
|
č č - c with caron
|
missing
- 2024-08-31
Č
Č
andč
č
are apparently no longer supported, if they ever existed and were not just a figment of my imagination.
Links
- Wikipedia - a more complete list