## unicode_to_blob ```mermaid %%{init: { 'theme': 'base', 'themeVariables': { 'fontSize': '11px', 'nodePadding': '1', 'nodeBorder': '1', 'lineWidth': '0.8', 'fontFamily': 'Arial' } }}%% flowchart LR Start(( )) --> unicode_to_blob unicode_to_blob -->| | UNICODE_TO_BLOB UNICODE_TO_BLOB --> End(( )) ```