isBoxDrawing function

bool isBoxDrawing(
  1. int cp
)

Implementation

bool isBoxDrawing(int cp) => cp >= 0x2500 && cp <= 0x259F;