1

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.

Krunal
  • 77,632
  • 48
  • 245
  • 261
NSUser
  • 1,233
  • 9
  • 15

1 Answers1

2

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.

Arthur Gevorkyan
  • 2,069
  • 1
  • 18
  • 31