Skip to main content

supported_codepoint

Function supported_codepoint 

Source
pub fn supported_codepoint(code: u32) -> bool
Expand description

True when the codepoint falls within one of the supported Unicode script blocks. Mirrors KaTeX’s supportedCodepoint (unicodeScripts.ts).