Chars - Display Unicode Characters | Online Free DevTools by Hexmos
Display Unicode characters with Chars. Find character names and codes for ASCII and Unicode. Free online tool, no registration required.
chars
Display names and codes for various ASCII and Unicode characters and code points. More information: https://github.com/boinkor-net/chars#running.
- Look up a character by its value:
chars '{{ß}}'
- Look up a character by its Unicode code point:
chars {{U+1F63C}}
- Look up possible characters given an ambiguous code point:
chars {{10}}
- Look up a control character:
chars "{{^C}}"