Use !usi to break down any Unicode string into its individual characters. Each character is shown with its literal form, Unicode codepoint, and short Unicode name, along with a pointer to detailed information.
!usi reveals the string exactly as encoded, including spaces, combining marks, emoji components, ZWJ sequences, variation selectors, regional indicators, and tag characters. No clustering or normalization is performed.
This command is useful when inspecting mixed-script text, emoji sequences, security-sensitive identifiers, or any string where exact codepoint-level structure matters. It is especially helpful for debugging encoding issues, analyzing homoglyph risks, and understanding how complex emoji are formed.