it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

[NEW TOOL] Unicode search

Open cschaba opened this issue 2 years ago • 2 comments

What tool do you want? Search for Unicode characters

Describe the solution you'd like Search for any Unicode character either by typing it directly in the search field (A), or simply by typing its codepoint (U+0041), name (Latin Capital Letter A), or HTML code (Entity, Hex, Decimal).

UnicodePlus will then display the basic properties of the character (name, block, version, codepoint), check its bidirectional data, find any related character (e.g., A, Â, Ä, Å), and convert it to HTML, CSS, Javascript, or Python.

Is their example of this tool in the wild? https://unicodeplus.com

Additional context

cschaba avatar Nov 07 '23 17:11 cschaba

+1 I'd like to extend this idea by asking for a "copy to clipboard" button. This would be especially useful for characters like zero width space (U+200B), which I need to use frequently.

nichu42 avatar Aug 09 '24 14:08 nichu42

Hi @cschaba, @nichu42 and @CorentinTh, implemented in #1295

sharevb avatar Sep 14 '24 12:09 sharevb

Hi @cschaba , @nichu42 , implemented: https://sharevb-it-tools.vercel.app/unicode-search

And if you are interested in an up to date version of it-tools, with many improvements, new tools, and bug fixes, as this repo is almost no more maintained, I made a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)

sharevb avatar Oct 28 '25 21:10 sharevb