---
title: kUnicodeRightToLeftMask
framework: Core Services
role: symbol
role_heading: Enumeration Case
platforms: [Mac Catalyst 17.0+, macOS 10.0+]
path: coreservices/1433620-directionality_masks/kunicoderighttoleftmask
---

# kUnicodeRightToLeftMask

## Declaration

```occ
kUnicodeRightToLeftMask = kUnicodeRightToLeft << kUnicodeDirectionalityBits
```

## Discussion

Discussion The value kUnicodeRightToLeftMask tells the converter that the base paragraph direction is right to left. This determines which direction the converter should use for resolution of neutral coded characters, such as spaces that occur between sets of coded characters having different directions—for example, between Latin and Arabic characters—rendering ambiguous the direction of the space character.
