IntlChar::isgraph Check if code point is a graphic character &reftitle.description; public static boolIntlChar::isgraph mixedcodepoint Determines whether the specified code point is a "graphic" character (printable, excluding spaces). &true; for all characters except those with general categories "Cc" (control codes), "Cf" (format controls), "Cs" (surrogates), "Cn" (unassigned), and "Z" (separators). &reftitle.parameters; codepoint &intl.codepoint.parameter; &reftitle.returnvalues; Returns &true; if codepoint is a "graphic" character, &false; if not. &reftitle.examples; &intl.codepoint.example; ]]> &example.outputs;