Combining overlays
Sometimes people get confused about whether to use precomposed or decomposed characters that are in Unicode.
We can look at whether to use a “combining overlay” character plus the base character or whether to use a precomposed character. For example, Unicode has Ł . Is it more appropriate to use Ł or to use L + ◌̸ ?
A simple rule-of-thumb to go by is that if a character has diacritics (either above or below the character), it can be decomposed. If the character has an “overlay” (superimposed on the character) then the preformed (not precomposed) character should be used.
An easy way to find Unicode characters is to look at: Unicode collation charts. This page is sorted alphabetically. However, it does not show character properties and decompositions, so if you find you need that information you will need to go to the Unicode Core Specification or the Unicode Character Code Charts to find that information. You can find charts of all the Unicode characters at this site, but another chart that is particularly useful is the chart for Combining Diacritical Marks.
In the example we are using ( Ł ) you will find that there is no decomposition listed for this character and so you should not use “L” + “/” ( + ). This also means that we should not be using the term “precomposed” for this character, rather, it is “preformed”.
This article formerly appeared on ScriptSource.