diff --git a/Sources/SwiftDocC/Infrastructure/Link Resolution/PathHierarchy+PathComponent.swift b/Sources/SwiftDocC/Infrastructure/Link Resolution/PathHierarchy+PathComponent.swift index f819f5815..531ad22f7 100644 --- a/Sources/SwiftDocC/Infrastructure/Link Resolution/PathHierarchy+PathComponent.swift +++ b/Sources/SwiftDocC/Infrastructure/Link Resolution/PathHierarchy+PathComponent.swift @@ -588,6 +588,12 @@ private extension Unicode.Scalar { 0x2041 ... 0x2053, // ⁕ ⁖ ⁗ ⁘ ⁙ ⁚ ⁛ ⁜ ⁝ ⁞ 0x2055 ... 0x205E, + // Arrows + 0x2190 ... 0x21FF, + // Mathematical Operators + 0x2200 ... 0x22FF, + // Miscellaneous Technical + 0x2300 ... 0x23FF, // Box Drawing 0x2500 ... 0x257F, // Block Elements