Returns a colored circle emoji based on a given hex color code.

Maps different hue ranges to corresponding color emojis (🔴🟠🟡🟢🔵🟣⚫).

  • Parameters

    • hex: string

      A hexadecimal color code (e.g., "#FF5733").

    Returns string

    A string containing a single emoji representing the color.