文⁶⁵⁸⁷ Code Points Viewer

by Kyōsuke Tokoro

Version 7 (April 23, 2023)

Download (18 downloads)

This flow is a residential type program to show hexadecimal code-points of selected text string on any apps.
For example, when you select characters like “🧚‍♂️🧚‍♀️.” and start this flow, it will show you:
🧚\U01f9da‍\u200d♂\u2642VS16\ufe0f🧚\U01f9da‍\u200d♀\u2640VS16\ufe0f
So, we can find selected two emojis are ♂ and ♀variations of the same character.

This flow is triggered by SHARE.
Select text string what you want to inspect on any app, and tap SHARE button/menu, then choosing “Automate flow,” and “文⁶⁵⁸⁷ Code Points Viewer.”

changelog:
Sun, 23 Apr 2023 16:24 +0900
* Specification change: Stop parsing after 1536 characters (limited by “until” parameter of the block #4.)

Sat, 22 Apr 2023 19:05 +0900
* Specification change: The Process text selection interface (by the block #27 and #30) has been enabled again, because some apps have no SHARE interface.
* Doesn’t generate obsoleted elements.
* Generates just one element per line, instead of generating a element per character.

Thu, 06 Apr 2023 20:24 +0900
* Specification change: The Process text selection interface (by the block #27 and #30) has been disabled (but not removed.)
* Specification change: Codes above 0x10000 were displayed in fixed 8 digits, but now they are expressed in 6 digits (by the block #47; e.g. 😀\U01f000.)
* Optimization: Simplifìed hexadecimal encodings. (the block #25 and #26)

Sun, 02 Apr 2023 03:05 +0900
* Now this flow shows variation selectors and some entities of white spaces. Definitions for this are on the block #2 ~ #3. It's easy to customize.

Sat, 01 Apr 2023 04:07 +0900
* Added an interface which can be invoked from another flow. Put a “flow start” block in your flow, and set a text string whatever you want to inspect as its payload.

Tue, 28 Mar 2023 23:01:06 +0900
* Initial release