Unicode Inspector

Inspect Unicode code points, categories, and representations in text.

How to interpret Unicode and segmentation

Unicode Inspector works with a layer of text that is not always visible on screen. A user-perceived character may contain several code points, emoji may use ZWJ sequences, and word rules vary by language.

  • Distinguish UTF-16 units, code points, and grapheme clusters before defining field limits or positions.
  • Use normalization when comparing equivalent text represented by different sequences.
  • Treat results as a default analysis: languages such as Thai, Chinese, and Japanese may need tailored rules.
Practical tip: Do not cut text inside a grapheme cluster. Test emojis, combining marks, and different scripts.

Como usar este módulo

Inspecionar Unicode revela como um texto é representado internamente. Essa visão ajuda a encontrar caracteres invisíveis, combinações inesperadas e diferenças entre símbolos parecidos.

Dica prática: Use dados reais somente quando não houver informação sensível na entrada.