Jump to content

What Unicode Character is this? (ツ)_/¯


Recommended Posts

whatisit.png.0332a6b6cd253aae1cdd1103667f50c5.pngThe What Unicode Character is this? workflow tells you which unicode character it is.

Given a character or string, you will get the unicode code points, the scalar names and general categories.


Example

  • KATAKANA LETTER TU
  • U+30C4
  • Other Letter


Modifiers

  • ⌘ cmd yields \u{30C4} (swift, ES6 formatted)
  • ⌥ opt yields \u30C4 (python, go formatted)
  • ⌃ ctrl yields ツ (HTML entity)
  • ⇧ shift yields 0x30C4 (hex literal)


Inverse
Given a hex value either raw or in any of the above formattings will return its corresponding unicode character.

  • whatisit? \u{1F914} yields info for 🤔

 

preview_whatisit.thumb.jpg.b87357cf3302a7166527f6e7df2fe4e5.jpg

 

https://github.com/zeitlings/alfred-workflows#12-what-unicode-character-is-this-ツ_

 

Edited by zeitlings
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...