- Does this generate the arrow as an image?
- No — pure CSS with rotated borders. No SVG, no image asset. The arrow scales with the container's font-size.
- Which directions are available?
- Up, down, left, right, and diagonals (up-left, up-right, etc.). Each is a one-liner in the generated CSS.
- Can I color the arrow separately from the container?
- Yes — the arrow's border color is independent. Match it to your accent color or the container's background for an outline effect.
- What about double-arrow / chevron pairs?
- Generate two arrows with different rotation values and stack them. The tool has presets for double-right (>>) and double-down (↓↓).