Compare strings character by character

Find the exact position where two visually similar strings diverge, including hidden Unicode differences.

Compare strings character by character

Sample comparison

Raw strings can differ even when they look identical. NFC status is reported separately.

Why use Compare?

Use Compare for identifiers, copied labels, test fixtures, and any review where visual similarity is not enough.

Coverage

Coverage includes raw equality, NFC-normalized equality, character positions, and the differing code-point values.

Read the related RevealText guide.