└── readme.md /readme.md: -------------------------------------------------------------------------------- 1 | # App Store description symbols 2 | 3 | > List of symbols usable in an app description 4 | 5 | Apple is blocking a lot of non-ascii characters from being used, like the checkmark ✓. 6 | 7 | After doing a quick test, here are some that works: 8 | 9 | ``` 10 | 〉 11 | # 12 | ● 13 | ○ 14 | ‣ 15 | ► 16 | ⁕ 17 | ◆ 18 | ∞ 19 | ⌘ 20 | ■ 21 | ``` 22 | 23 | PR welcome for additional characters. 24 | 25 | ## License 26 | 27 | [![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) 28 | 29 | To the extent possible under law, [Sindre Sorhus](https://sindresorhus.com) has waived all copyright and related or neighboring rights to this work. This work is published from: Norway. 30 | --------------------------------------------------------------------------------