Search code examples
iosobjective-ciphoneunicodebullet

How to display hollow bullets using unicode in iPhone


I am developing an app which have an list. Which show bullets in this format:

enter image description here

I googled but nothing found. I only found this \u2022 which shows bullets like this:

enter image description here

I their any way from which I can achieve my desired output.

One alternate solution is to use UIImage or UIView. but I don't want to use this way.


Solution

  • Try one of those: \u07cb, \u09e6, \u0a66. Those are Unicode compliant. I don't think you have to do anything complex like image views and so on.