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. Modifiers Holding ⌘ yields \u{30C4} (swift, ES6 formatted) Holding ⌥ yields \u30C4 (python, go formatted) Holding ⌃ yields ツ (HTML entity) Holding ⇧ yields 0x30C4 (hex literal) Inverse Given a hex value, either raw or in one of the above formats, will return its corresponding Unicode character. For example, whatisit? \u{1F914} will return the info for 🤔 Edited April 15 by zeitlings v2.0.2 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