|
Sortable HTML Entity CodesThis cross-references the name and codes for the most used characters and symbols. Numeric entity references between 128 and 159 is not in the ASCII/ISO 8859-1 "Latin-1" character set and may not display correctly. Used instead are the Character Entity Set defined by ISO Standard 8879:1986/ENTITIES and the 926 characters from the Minimum European Subset of ISO/IEC 10646-1
|
|
ASCII stupid question, get a stupid ANSI! The lower 256 characters of Unicode are the same as the 256 characters of Latin-1. |
- | A | E | I | O | U | Y | a | e | i | o | u | y |
---|---|---|---|---|---|---|---|---|---|---|---|---|
´ Acute | Á É | É É | Í Í | Ó Ó | Ú Ú | Ý Ý | á á | é é | í í | ó ó | ú ó | ý ý |
` Grave | À È | È È | Ì Ì | Ò Ò | Ù Ù | - | à à | è è | ì ì | ò ò | ù ò | - |
ˆ Circumflex | Â Ê | Ê Ê | Î Î | Ô Ô | Û Û | - | â â | ê ê | î î | ô ô | û ô | - |
˜ Tilde | Ã &Etilde; | &Etilde; &Etilde; | Ĩ Ĩ | Õ Õ | Ũ Ũ | - | ã ã | &etilde; &etilde; | ĩ ĩ | õ õ | ũ õ | - |
¨ Umlaut | Ä Ë | Ë Ë | Ï Ï | Ö Ö | Ü Ü | Ÿ Ÿ | ä ä | ë ë | ï ï | ö ö | ü ö | ÿ ÿ |
Click a button below to sort on that field:
This uses
client-side data binding, one of the Dynamic HTML (DHTML)
features of Microsoft's IE4+, so they do not work on Netscape or other browsers.
Sorting by Octal code is the default sort sequence upon start-up. Dots sort under the alphabet because they have hex value B7, created by holding down Alt and pressing 183 on the numeric keys at the right side of the keyboard. Entity Code names are case sensitive ("ETH" and "eth" are two different characters). In PHP, to convert a character in $value to an HTML Entity code: $line .= '"' . htmlspecialchars($value,ENT_COMPAT,'UTF-8') . '"' . "\t"; To convert to UTF-8, use function utf8_decode($value) |
| Your first name: Your family name: Your location (city, country): Your Email address: |
Top of Page
Thank you! |