YouTip LogoYouTip

Ref Entities

## HTML ISO-8859-1 Reference Manual Modern web browsers support a variety of character sets to display text correctly: * **ASCII Character Set:** The foundational character encoding standard. * **Standard ISO Character Sets:** Extended character sets covering regional alphabets. * **Mathematical Symbols, Greek Letters, and Special Symbols:** Entities used for scientific and specialized notation. --- ## What is ISO-8859-1? **ISO-8859-1** (also known as Latin-1) is a standard character encoding for Western European languages. Historically, it has been the default character set for many web browsers and protocols. * **Lower Range (Codes 1 to 127):** This range is identical to the original ASCII character set, which includes numbers (0-9), uppercase and lowercase English letters, and basic punctuation marks. * **Upper Range (Codes 160 to 255):** This range contains special characters, symbols, and accented characters used in Western European languages. Every character in this range has a corresponding HTML entity name and entity number. While modern keyboards and operating systems allow you to type many of these symbols directly, HTML entities provide a reliable way to insert characters that are difficult to type or might be misinterpreted by the browser. --- ## HTML Reserved Characters HTML and XHTML reserve certain characters (such as `<`, `>`, and `&`) because browsers interpret them as markup tags. To display these characters as text, you must use their corresponding HTML entities. The table below lists the essential reserved characters and common symbols from the ISO-8859-1 range (160โ€“191): | Character | Entity Number | Entity Name | Description | | :---: | :---: | :---: | :--- | | ` ` | ` ` | ` ` | Non-breaking space | | ยก | `¡` | `¡` | Inverted exclamation mark | | ยข | `¢` | `¢` | Cent sign | | ยฃ | `£` | `£` | Pound sign | | ยค | `¤` | `¤` | Currency sign | | ยฅ | `¥` | `¥` | Yen / Renminbi sign | | ยฆ | `¦` | `¦` | Broken vertical bar | | ยง | `§` | `§` | Section sign | | ยจ | `¨` | `¨` | Spacing diaeresis | | ยฉ | `©` | `©` | Copyright symbol | | ยช | `ª` | `ª` | Feminine ordinal indicator | | ยซ | `«` | `«` | Left-pointing double angle quotation mark | | ยฌ | `¬` | `¬` | Negation / Not sign | | ยญ | `­` | `­` | Soft hyphen | | ยฎ | `®` | `®` | Registered trademark | | ยฏ | `¯` | `¯` | Spacing macron | | ยฐ | `°` | `°` | Degree sign | | ยฑ | `±` | `±` | Plus-or-minus sign | | ยฒ | `²` | `²` | Superscript two | | ยณ | `³` | `³` | Superscript three | | ยด | `´` | `´` | Spacing acute accent | | ยต | `µ` | `µ` | Micro sign | | ยถ | `¶` | `¶` | Paragraph sign / Pilcrow | | ยท | `·` | `·` | Middle dot | | ยธ | `¸` | `¸` | Spacing cedilla | | ยน | `¹` | `¹` | Superscript one | | ยบ | `º` | `º` | Masculine ordinal indicator | | ยป | `»` | `»` | Right-pointing double angle quotation mark | | ยผ | `¼` | `¼` | Vulgar fraction one quarter | | ยฝ | `½` | `½` | Vulgar fraction one half | | ยพ | `¾` | `¾` | Vulgar fraction three quarters | | ยฟ | `¿` | `¿` | Inverted question mark | --- ## ISO-8859-1 Character Entities (Accented Letters & Symbols) The following table lists the character entities in the ISO-8859-1 range (192โ€“255), which primarily consist of accented letters used in Western European languages: | Character | Entity Number | Entity Name | Description | | :---: | :---: | :---: | :--- | | ร€ | `À` | `À` | Capital letter A with grave accent | | ร | `Á` | `Á` | Capital letter A with acute accent | | ร‚ | `Â` | `Â` | Capital letter A with circumflex | | รƒ | `Ã` | `Ã` | Capital letter A with tilde | | ร„ | `Ä` | `Ä` | Capital letter A with umlaut | | ร… | `Å` | `Å` | Capital letter A with ring above | | ร† | `Æ` | `Æ` | Capital letter AE | | ร‡ | `Ç` | `Ç` | Capital letter C with cedilla | | รˆ | `È` | `È` | Capital letter E with grave accent | | ร‰ | `É` | `É` | Capital letter E with acute accent | | รŠ | `Ê` | `Ê` | Capital letter E with circumflex | | ร‹ | `Ë` | `Ë` | Capital letter E with umlaut | | รŒ | `Ì` | `Ì` | Capital letter I with grave accent | | ร | `Í` | `Í` | Capital letter I with acute accent | | รŽ | `Î` | `Î` | Capital letter I with circumflex | | ร | `Ï` | `Ï` | Capital letter I with umlaut | | ร | `Ð` | `Ð` | Capital letter Eth (Icelandic) | | ร‘ | `Ñ` | `Ñ` | Capital letter N with tilde | | ร’ | `Ò` | `Ò` | Capital letter O with grave accent | | ร“ | `Ó` | `Ó` | Capital letter O with acute accent | | ร” | `Ô` | `Ô` | Capital letter O with circumflex | | ร• | `Õ` | `Õ` | Capital letter O with tilde | | ร– | `Ö` | `Ö` | Capital letter O with umlaut | | ร— | `×` | `×` | Multiplication sign | | ร˜ | `Ø` | `Ø` | Capital letter O with slash | | ร™ | `Ù` | `Ù` | Capital letter U with grave accent | | รš | `Ú` | `Ú` | Capital letter U with acute accent | | ร› | `Û` | `Û` | Capital letter U with circumflex | | รœ | `Ü` | `Ü` | Capital letter U with umlaut | | ร | `Ý` | `Ý` | Capital letter Y with acute accent | | รž | `Þ` | `Þ` | Capital letter Thorn (Icelandic) | | รŸ | `ß` | `ß` | Small letter sharp s (German) | | ร  | `à` | `à` | Small letter a with grave accent | | รก | `á` | `á` | Small letter a with acute accent | | รข | `â` | `â` | Small letter a with circumflex | | รฃ | `ã` | `ã` | Small letter a with tilde | | รค | `ä` | `ä` | Small letter a with umlaut | | รฅ | `å` | `å` | Small letter a with ring above | | รฆ | `æ` | `æ` | Small letter ae | | รง | `ç` | `ç` | Small letter c with cedilla | | รจ | `è` | `è` | Small letter e with grave accent | | รฉ | `é` | `é` | Small letter e with acute accent | | รช | `ê` | `ê` | Small letter e with circumflex | | รซ | `ë` | `ë` | Small letter e with umlaut | | รฌ | `ì` | `ì` | Small letter i with grave accent | | รญ | `í` | `í` | Small letter i with acute accent | | รฎ | `î` | `î` | Small letter i with circumflex | | รฏ | `ï` | `ï` | Small letter i with umlaut | | รฐ | `ð` | `ð` | Small letter eth (Icelandic) | | รฑ | `ñ` | `ñ` | Small letter n with tilde | | รฒ | `ò` | `ò` | Small letter o with grave accent | | รณ | `ó` | `ó` | Small letter o with acute accent | | รด | `ô` | `ô` | Small letter o with circumflex | | รต | `õ` | `õ` | Small letter o with tilde | | รถ | `ö` | `ö` | Small letter o with umlaut | | รท | `÷` | `÷` | Division sign | | รธ | `ø` | `ø` | Small letter o with slash | | รน | `ù` | `ù` | Small letter u with grave accent | | รบ | `ú` | `ú` | Small letter u with acute accent | | รป | `û` | `û` | Small letter u with circumflex | | รผ | `ü` | `ü` | Small letter u with umlaut | | รฝ | `ý` | `ý` | Small letter y with acute accent | | รพ | `þ` | `&thousand;` | Small letter thorn (Icelandic) | | รฟ | `ÿ` | `ÿ` | Small letter y with umlaut | --- ## Syntax and Usage To display any of these characters in your HTML document, you can use either the **Entity Name** or the **Entity Number**. ### Entity Name Syntax ```html &entity_name; ``` *Example:* `©` displays as **ยฉ** ### Entity Number Syntax ```html &#entity_number; ``` *Example:* `©` displays as **ยฉ** --- ## Code Examples Here is a practical example of how to implement these entities in an HTML document: ```html HTML Entities Example

Currency and Math Examples

The price of the item is £49.99 (or £49.99).

Math equation: 10 ÷ 2 × 5 = 25

Accented Characters

The word "café" uses an acute accent over the 'e'.

The German letter ß is called a "sharp s" or "Eszett".

Legal and Copyright Symbols

© 2026 YouTip. All Rights Reserved. ®

``` --- ## Considerations and Best Practices 1. **Entity Names vs. Numbers:** * **Entity Names** are easier to remember and make the source code more readable (e.g., `©` is instantly recognizable compared to `©`). * **Entity Numbers** have better compatibility with older or highly specialized browsers that might not fully support the entire list of entity names. 2. **Case Sensitivity:** * Entity names are strictly case-sensitive. For example, `É` produces an uppercase **ร‰**, while `é` produces a lowercase **รฉ**. 3. **Modern Encoding (UTF-8):** * While ISO-8859-1 was the historical default, modern web development standardizes on **UTF-8**. If your document is saved and served as UTF-8 (declared via ``), you can type these characters directly into your editor without using entities, except for HTML reserved characters like `<`, `>`, and `&`.
โ† Html SymbolsHtml Ascii โ†’