Canonical Equivalence
Canonical equivalence is a fundamental equivalence between individual Unicode characters and sequences of Unicode characters. For example, Unicode has a character for the letter e (U+0065) and a character for an acute accent (U+0301). The acute accent is called a combining character, because it combines with the preceding character to yield an accented character. When the string containing an acute accent is displayed, the accent is superimposed on the preceding character. However, Unicode also has a code point for the composite character é (U+00E9). The composite character and the two-character sequence are canonical equivalents. Appropriately rendered, canonical equivalents are indistinguishable. In this case, composite character U+00E9 is indistinguishable from the two character sequence U+0065 U+0301. Another example of canonical equivalence is that between Korean hangul syllables and the jamo characters that compose them.