{"id":21853316,"url":"https://github.com/emnudge/unicode-lookup","last_synced_at":"2025-04-08T04:18:31.544Z","repository":{"id":38402126,"uuid":"272362938","full_name":"EmNudge/unicode-lookup","owner":"EmNudge","description":"The web's best unicode lookup tool!","archived":false,"fork":false,"pushed_at":"2025-04-04T14:22:35.000Z","size":1426,"stargazers_count":62,"open_issues_count":3,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-07T12:51:17.336Z","etag":null,"topics":["codepoint","lookup","unicode","utf"],"latest_commit_sha":null,"homepage":"https://unicode.emnudge.dev","language":"Svelte","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/EmNudge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-15T06:48:05.000Z","updated_at":"2025-03-31T16:01:27.000Z","dependencies_parsed_at":"2024-04-10T05:29:27.170Z","dependency_job_id":"1f455564-1b4d-4ef6-b0e1-343e320866b9","html_url":"https://github.com/EmNudge/unicode-lookup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmNudge%2Funicode-lookup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmNudge%2Funicode-lookup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmNudge%2Funicode-lookup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmNudge%2Funicode-lookup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmNudge","download_url":"https://codeload.github.com/EmNudge/unicode-lookup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773721,"owners_count":20993639,"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":["codepoint","lookup","unicode","utf"],"created_at":"2024-11-28T01:21:44.915Z","updated_at":"2025-04-08T04:18:31.515Z","avatar_url":"https://github.com/EmNudge.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unicode Lookup\n\nThis is a web app to quickly look up unicode names from hex codes.\n\nI've recently been using unicode lookup tools a lot during research and I found some to be lacking, buggy, or slow.\nIt turns out that it's super easy to use web workers and a massive text file to make the entire application static and super quick.\nThat's what this is.\n\nA quick, easy, static unicode lookup web app.\nTry it at http://unicode.emnudge.dev/\n\n![tool](https://github.com/EmNudge/unicode-lookup/assets/24513691/3d0a3cff-7bc9-465c-9a6f-c6d86d434634)\n\n# How To Use\nRight click the info icon to copy it to your clipboard.\n\nLeft click a row to bring up the info view.\n\nCurrently there is \"Simple Search\" and \"Advanced Search\".\n\nFor *Simple Search*, it accepts:\n- character to find (simply type in a single character)\n- text to match against description\n- regex to match against *character* (in form `/regex/flags`)\n- glob pattern match against *names* (in form `latin * a`)\n- codepoint of character\n  - decimal form\n  - hexidecimal form (in form `0x[number]` or `U+[number]` e.g. `0xfab23` or `U+fab23`)\n  - binary form (in form `0b[number]` e.g. `0b1101110`)\n- codepoint range (in form `num1-num2`, where `num1` and `num2` are in dec, hex, or bin form)\n\n*Advanced Search* is a bit more... advanced.\nIt allows us to create a series of filters, called \"rules\". These rules can be of 2 types:\n\n- **Require**\n  - requires codepoint to match any of N filters.\n  - can chain multiple with the `OR` button.\n- **Exclude**\n  - requires codepoint to NOT match a specific filter.\n\nThe following example excludes characters in the BMP and then requires the character to either have the unicode property XID_Start or the property White_Space:\n\n![advanced search](https://user-images.githubusercontent.com/24513691/106977581-9d479900-6728-11eb-8e76-b152552ea71d.jpg)\n\n*Simple Search* will execute while we type. *Advanced Search* will only execute once pressing the `Search` button. \n*Simple Search* will also execute if we press enter focusing the box.\n\n### Known Bugs/Limitations\n- Safari does not support any regex unicode property where `Script` equals one of `\"Chorasmian\"`, `\"Dives_Akuru\"`, `\"Elymaic\"`, `\"Khitan_Small_Script\"`, `\"Nandinagari\"`, `\"Nyiakeng_Puachue_Hmong\"`, `\"Wancho\"`, or `\"Yezidi\"`.\n  - e.g. `/\\p{Script=Wancho}/u` will throw an error on Safari and is therefore not supported on that browser.\n- Anything typed into simple search before all unicode data has loaded will not be searched, even after the unicode data has loaded.\n  - Pressing enter while in the text box will perform a search after loading is complete.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femnudge%2Funicode-lookup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femnudge%2Funicode-lookup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femnudge%2Funicode-lookup/lists"}