CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
21.55k stars 2.58k forks source link

[NEW TOOL] Unicode search #735

Open cschaba opened 10 months ago

cschaba commented 10 months ago

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

nichu42 commented 1 month ago

+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.

sharevb commented 2 weeks ago

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