{
  "name": "unicode",
  "kind": "bundled",
  "title": "Unicode Characters",
  "description": "A grid of arrows, math, currency, punctuation, keyboard symbols, box drawing, Greek, accented letters and other characters one pastes; searched by name, alias, HTML entity, LaTeX name or code point.",
  "version": "0.1.0",
  "icon": "󰏉",
  "author": "pal",
  "spec": "github:zcag/pal/extensions/unicode",
  "source": "https://github.com/zcag/pal/tree/HEAD/extensions/unicode",
  "commit": "a84c75d8e1ff65aae49fd8acc1cf888a84c8a465",
  "manifest": {
    "name": "unicode",
    "title": "Unicode Characters",
    "description": "A grid of arrows, math, currency, punctuation, keyboard symbols, box drawing, Greek, accented letters and other characters one pastes; searched by name, alias, HTML entity, LaTeX name or code point.",
    "version": "0.1.0",
    "icon": "󰏉",
    "author": "pal",
    "repo": "bundled",
    "license": "MIT",
    "settings": [],
    "store": {
      "tagline": "Arrows, math, currency, dashes and keyboard glyphs to paste",
      "category": "reference",
      "features": [
        "1795 characters as a grid, one section per block: arrows, math, Greek, currency, quotes and dashes, spaces, superscripts and fractions, accented Latin letters, the Mac keyboard glyphs (⌘ ⌥ ⇧ ⌃), check marks, box drawing, shapes, dingbats, enclosed numbers",
        "Search by name, code point (`2192`, `u+2192`), HTML entity (`rarr`, `nbsp`), LaTeX command (`\\rightarrow`, `\\alpha`), Unicode 1.0 name (`command key`) or a plain word (`cmd`, `turkish`, `tick`, `eur`)",
        "`Enter` copies the character, `cmd+enter` pastes it into the app in front",
        "Copy the code point (`U+2192`), the HTML entity (`\u0026rarr;`) or the numeric reference (`\u0026#x2192;`) behind shortcuts",
        "A detail pane with the glyph large, the block, the code point, both HTML forms, the UTF-8 bytes, the LaTeX command and the aliases",
        "The last twelve copied lead in a Recent section"
      ],
      "permissions": [
        "accessibility"
      ],
      "platforms": [
        "macos",
        "linux"
      ],
      "screenshots": [
        {
          "file": "1-grid.png",
          "caption": "The grid by block, the cursor on an arrow"
        },
        {
          "file": "2-search.png",
          "caption": "Searching `arrow`: the matches across the arrows, keyboard and other blocks"
        },
        {
          "file": "3-actions.png",
          "caption": "Copy, paste, or copy the code point, the entity or the numeric reference"
        }
      ],
      "actions": [
        {
          "title": "Copy character",
          "keys": "enter"
        },
        {
          "title": "Paste",
          "description": "Into the app that was in front; needs Accessibility on macOS.",
          "keys": "cmd+enter"
        },
        {
          "title": "Copy code point",
          "description": "`U+2192`",
          "keys": "cmd+shift+u"
        },
        {
          "title": "Copy HTML entity",
          "description": "`\u0026rarr;`, or `\u0026#x2192;` for a character without a named entity.",
          "keys": "cmd+shift+e"
        },
        {
          "title": "Copy numeric reference",
          "description": "`\u0026#x2192;`",
          "keys": "cmd+shift+n"
        }
      ]
    },
    "palettes": {
      "unicode": {
        "tier": "catalog",
        "kind": "grid",
        "description": "The bundled character table, by block; recently copied characters first.",
        "keys": [
          {
            "keys": "enter",
            "title": "Copy character"
          },
          {
            "keys": "cmd+enter",
            "title": "Paste"
          },
          {
            "keys": "cmd+shift+u",
            "title": "Copy code point"
          },
          {
            "keys": "cmd+shift+e",
            "title": "Copy HTML entity"
          },
          {
            "keys": "cmd+shift+n",
            "title": "Copy numeric reference"
          }
        ],
        "settings": [
          {
            "kind": "number",
            "id": "columns",
            "label": "Columns",
            "description": "Tiles per row in the grid.",
            "min": 4,
            "max": 16,
            "default": 10
          }
        ]
      }
    }
  },
  "updated_at": "2026-09-16T16:45:33Z",
  "url": "https://pal.cagdas.io/extensions/unicode",
  "tagline": "Arrows, math, currency, dashes and keyboard glyphs to paste",
  "category": "reference",
  "screenshots": [
    "https://pal.cagdas.io/extensions/unicode/screenshots/1-grid.png",
    "https://pal.cagdas.io/extensions/unicode/screenshots/2-search.png",
    "https://pal.cagdas.io/extensions/unicode/screenshots/3-actions.png"
  ],
  "panel_screenshots": [
    "https://pal.cagdas.io/extensions/unicode/screenshots/1-grid.png",
    "https://pal.cagdas.io/extensions/unicode/screenshots/2-search.png",
    "https://pal.cagdas.io/extensions/unicode/screenshots/3-actions.png"
  ],
  "bar_screenshots": [],
  "has_bar": false,
  "bar_items": [],
  "has_readme": true
}
