{"id":15636371,"url":"https://github.com/justjavac/deno_unicode","last_synced_at":"2026-04-28T20:03:35.003Z","repository":{"id":55447308,"uuid":"288683608","full_name":"justjavac/deno_unicode","owner":"justjavac","description":"Unicode lookup table for Deno","archived":false,"fork":false,"pushed_at":"2022-07-25T14:20:58.000Z","size":820,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-05T18:29:14.272Z","etag":null,"topics":["deno","deno-unicode","unicode","unicode-lookup-table"],"latest_commit_sha":null,"homepage":"https://deno.land/x/unicode","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justjavac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-19T09:00:37.000Z","updated_at":"2022-10-19T19:22:06.000Z","dependencies_parsed_at":"2022-08-15T00:30:50.381Z","dependency_job_id":null,"html_url":"https://github.com/justjavac/deno_unicode","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":"justjavac/deno_starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_unicode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_unicode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_unicode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_unicode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justjavac","download_url":"https://codeload.github.com/justjavac/deno_unicode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246237437,"owners_count":20745348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","deno-unicode","unicode","unicode-lookup-table"],"created_at":"2024-10-03T11:02:52.615Z","updated_at":"2026-04-28T20:03:29.969Z","avatar_url":"https://github.com/justjavac.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno_unicode\n\n[![tag](https://img.shields.io/github/release/justjavac/deno_unicode)](https://github.com/justjavac/deno_unicode/releases)\n[![ci](https://github.com/justjavac/deno_unicode/actions/workflows/ci.yml/badge.svg)](https://github.com/justjavac/deno_unicode/actions/workflows/ci.yml)\n[![license](https://img.shields.io/github/license/justjavac/deno_unicode)](https://github.com/justjavac/deno_unicode/blob/master/LICENSE)\n\nunicode lookup table, provides data from http://unicode.org/Public/UNIDATA/UnicodeData.txt for Deno.\n\n## Usage\n\n```ts\nimport unicode from \"https://deno.land/x/unicode/mod.ts\";\n\nconst code = \"♥\".charCodeAt(0);  // 9829\nconsole.log(unicode[code]);\n```\n\noutput:\n\n```ts\n{\n  value: '2665',\n  name: 'BLACK HEART SUIT',\n  category: 'So',\n  class: '0',\n  bidirectional_category: 'ON',\n  mapping: '',\n  decimal_digit_value: '',\n  digit_value: '',\n  numeric_value: '',\n  mirrored: 'N',\n  unicode_name: '',\n  comment: '',\n  uppercase_mapping: '',\n  lowercase_mapping: '',\n  titlecase_mapping: '',\n  symbol: '♥'\n}\n```\n\n**recommend**\n\n```ts\nimport So from \"https://deno.land/x/unicode/category/So.ts\";\n\nconst code = \"♥\".charCodeAt(0);  // 9829\nconsole.log(So[code]);\n```\n\n## License\n\n[deno_unicode](https://github.com/justjavac/deno_unicode) is released under the MIT License. See the bundled [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjavac%2Fdeno_unicode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustjavac%2Fdeno_unicode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjavac%2Fdeno_unicode/lists"}