zeitlings Posted February 7 Share Posted February 7 (edited) The 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 🤔 https://github.com/zeitlings/alfred-workflows#12-what-unicode-character-is-this-ツ_ Edited February 7 by zeitlings jeffbyrnes 1 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now