In digital typography, combining characters are characters that are intended to modify other characters. The most common combining characters in the Latin script are the combining diacritical marks (including combining accents). Unicode also contains many precomposed characters, so that in many cases it is possible to use both combining diacritics and precomposed characters, at the user's or application's choice. This leads to a requirement to perform Unicode normalization before comparing two Unicode strings and to carefully design encoding converters to correctly map all of the valid ways to represent a character in Unicode to a legacy encoding to avoid data loss. In Unicode, the main block of combining diacritics for European languages and the International Phonetic Alphabet is U+0300–U+036F. Combining diacritical marks are also present in many other blocks of Unicode characters. In Unicode, diacritics are always added after the main character (in contrast to some older combining character sets such as ANSEL), and it is possible to add several diacritics to the same character, including stacked diacritics above and below, though some systems may not render these well. Combining Diacritical Marks (Unicode block) Combining Diacritical Marks Extended (Unicode block) Combining Diacritical Marks Supplement (Unicode block) Combining Diacritical Marks for Symbols (Unicode block) and Combining Half Marks (Unicode block) The following blocks are dedicated specifically to combining characters: Combining Diacritical Marks (0300–036F), since version 1.0, with modifications in subsequent versions down to 4.1 Combining Diacritical Marks Extended (1AB0–1AFF), version 7.0 Combining Diacritical Marks Supplement (1DC0–1DFF), versions 4.1 to 5.2 Combining Diacritical Marks for Symbols (20D0–20FF), since version 1.0, with modifications in subsequent versions down to 5.1 Combining Half Marks (FE20–FE2F), versions 1.0, with modifications in subsequent versions down to 8.