Usage
Inspect unicode characters via the whatisit? keyword.

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