apoc.text.code Function APOC Core apoc.text.code(codepoint) - Returns the unicode character of the given codepoint Signature apoc.text.code(codepoint :: INTEGER?) :: (STRING?) Input parameters Name Type Default codepoint INTEGER? null Usage Examples RETURN apoc.text.code(102) AS output; Table 1. Results output "f" apoc.text.clean apoc.text.compareCleaned