world"), ("͔Β", ""), ("։ൃऀ", "developers"), ("͕", ""), ("ू", "ͭͲ"), ("͍·͢ɻ", "") ] func ruby(_ base: String, _ ruby: String) -> NSAttributedString { let annotation = CTRubyAnnotationCreateWithAttributes( .auto, .auto, .before, ruby as CFString, [kCTRubyAnnotationSizeFactorAttributeName: 0.5] as CFDictionary ) return NSAttributedString( string: base, attributes: [ kCTRubyAnnotationAttributeName as NSAttributedString.Key: annotation ] ) }