ag Manager + Consent Mode --> Skip to main content

Bulk import

Bulk Emoji Import

Paste JSON or CSV to add a whole batch of custom emojis at once. Imports are stored locally in your browser and appear in your search grid instantly.

Format reference

JSON fields: char (required), name (required), category (one of smileys-emotion, people-body, animals-nature, food-drink, travel-places, activities, objects, symbols, flags), keywords, meaning, examples, shortcodes, related.

CSV columns: char,name,category,keywords,meaning (keywords pipe-separated).

[
  {
    "char": "🫧",
    "name": "Bubbles",
    "category": "symbols",
    "keywords": [
      "bubbles",
      "clean",
      "soap"
    ],
    "meaning": "Soft bubbles — cleanliness, softness, or thought bubbles."
  }
]

Related tools