Automates checking if a Unicode code point is fullwidth, ideal for text processing and internationalization in n8n automations.
This n8n workflow provides a simple yet powerful utility to detect whether a given Unicode code point represents a fullwidth character. Fullwidth characters are commonly used in East Asian typography for better visual alignment, and this workflow processes inputs via a Code node leveraging the is-fullwidth-code-point library. It takes a numeric code point or string input, performs the check, and outputs a boolean result along with details for further processing.
Benefits include seamless integr
Platform
n8n
Category
Lifestyle
Price
$4.99
Creator
QualityWorkflows
unicode
fullwidth
code-point
string
text-processing
i18n
validation
character-detection
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.