# Unicode counting checklist

- Ask which unit the input limit counts.
- Distinguish displayed graphemes from code points and UTF-16 units.
- Use UTF-8 bytes only when the limit is a byte limit.
- Check combining marks, emoji sequences, and zero-width joiners.
- Do not claim that a value fits until the unit is named.
