Signifier
A perceivable indicator that communicates what action is possible or how an element should be used, such as an underline indicating a link, an arrow indicating a dropdown, or a handle indicating draggability.
What Is a Signifier?
A signifier is any perceivable cue that communicates how an element should be used. Don Norman introduced the term to distinguish between affordances (what actions are possible) and signifiers (the signals that communicate those possibilities to users). A chevron on an expandable section, a drag handle on a list item, an underline on a hyperlink, a cursor change on hover — these are all signifiers. They tell users "you can do this here" without requiring labels.
Also Known As
- UX and design: "interaction cue," "visual signal"
- Product and engineering: "UI indicator," "state cue"
- Marketing and growth: "clickability signal"
- Content teams: "visual wayfinding"
How It Works
A collapsible FAQ section uses just a title as its clickable trigger — no chevron, no arrow, no indicator of expandability. Users do not realize the items can expand; engagement with FAQ content is near zero. Adding a small chevron that rotates on expand creates a signifier. The affordance was always there (the title was clickable); adding the signifier revealed it. FAQ engagement rises dramatically.
Best Practices
- Pair icons with text labels whenever possible — icons alone rely on learned convention that may not transfer across audiences.
- Use consistent signifier systems: chevrons always mean "expand," arrows always mean "navigate," drag handles always mean "reorder."
- Add hover cues (cursor change, slight color shift) to reinforce interactivity on desktop.
- Follow platform conventions for signifiers — hamburger menus, search magnifying glasses, settings gears — and don't invent new ones without strong reason.
Common Mistakes
- Relying on affordance without signifiers — "it's clickable but looks like text, and users will figure it out" is almost never true.
- Inventing custom icons without labels, forcing users to guess meaning.
Industry Context
SaaS and B2B: dense dashboards need consistent signifier systems so users can scan for interactive elements quickly. Ecommerce and DTC: product image zoom, variant swatches, and review expansion all need clear signifiers to be discovered. Lead generation: form fields need clear signifiers (placeholder text, labels, validation icons) to communicate state.
The Behavioral Science Connection
Signifiers leverage learned conventions — cultural and platform-specific patterns the user's brain has cached. Following them is fluency; violating them is friction.
Key Takeaway
Affordance is possibility; signifier is the signal. Without visible signifiers, interactive elements might as well not exist — users cannot use what they cannot see is usable.