Click a character to see details

Browse and copy Unicode characters, symbols, and special characters. Get the character, HTML entity, CSS code, or JavaScript escape sequence.

How to Use

  • Browse: Scroll through categories or filter by type
  • Search: Find characters by name (e.g., "arrow", "heart")
  • Copy: Click the clipboard icon next to any code format
  • Recent: Recently used characters appear at the top
/* HTML Entity */
→ → → → →

/* CSS content property */
content: '\2192';

/* JavaScript string */
const arrow = '\u2192';

/* Direct Unicode */
U+2192