Workflow Icon

What Unicode Character Is This?

Find out the components of a string

Version 2.0.2 by Patrick Sy


Usage

Inspect unicode characters via the whatisit? keyword.

Inspecting characters

  • Copy the Unicode character..
  • Copy the Swift, ES6 formatted code unit (e.g. \u{30C4}).
  • Copy the Python, Go-lang formatted code unit (e.g. \u30C4).
  • Copy the HTML entity (e.g. ツ).
  • Copy the hex literal (e.g. 0x30C4).

Inverse Check

Specifying a hex value, either raw or in one of the above formats, will return its corresponding Unicode character.

Performing a reverse check