func scalar_is_printable(scalar: Int) -> BoolExcludes control, format, surrogate, private-use, and unassigned categories.View Sourcepub func scalar_is_printable(scalar: Int) -> Bool { _has_property(scalar: scalar, bit: 256) }