3

I saw some special characters used by developers in the description of their apps. How do I do that (for example show a star icon instead of *)?

Also - is it possible to show bold\italic\underlined text in the market description?

OkyDokyman
  • 3,786
  • 7
  • 38
  • 50
  • 1
    See this question http://stackoverflow.com/questions/11071127/google-play-app-description-formatting – Yojimbo Sep 20 '13 at 22:50
  • I had the same question. Found a full list here: http://stackoverflow.com/questions/11071127/google-play-app-description-formatting – Etienne Juneau Oct 15 '16 at 07:47

3 Answers3

6

Just copy paste the star character into your text (it is an unicode char) and you'll be set to go.

★ <-- copy paste this

Also I noticed it supports <b> tags, which is pretty useful.

tacone
  • 11,371
  • 8
  • 43
  • 60
2

I don't specifically what you are rerfering to. But I would imagine that you can copy any character out of character map(on windows) and paste into the description of your app on the developer console.

FoamyGuy
  • 46,603
  • 18
  • 125
  • 156
  • 3
    It looks like you can use a little HTML as well: http://developer.android.com/guide/topics/resources/string-resource.html#FormattingAndStyling – Jeremiah Willcock Jan 28 '11 at 18:28
  • When writing my android market description on android's developer site , I managed to insert some stars but after publishing the APP . The Stars were switchced to = signs. Maybe android does not allow special characters insertion on the descrition , but i know iphone enables this!!! –  Nov 01 '11 at 14:03
1

If all else fails, try inserting (empty) hyperlinks. Those are rendered in a slightly darker, bolder tone than the rest of the text.

Wytze
  • 7,844
  • 8
  • 49
  • 62