Boycott A.I.
Boycott A.I.

Reputation: 18921

How to include a bullet point in Google Play app description?

I've researched this, but only found that you can do basic formatting with < b >...< /b > and < i >...< /i > for an app description in Google Play, so does anyone know if is it possible to display a bullet (solid circle) symbol - preferably indented?

Upvotes: 29

Views: 17788

Answers (3)

Raghav Sood
Raghav Sood

Reputation: 82563

I don't think you can do it via HTML or Unicode. Still, when I type directly into the description and save it, I can see it across page reloads, at least in the dev console (so at least the server has saved it into the database. Whether it displays on the front end or not is entirely different). However, I don't know if it shows up on the Google Play page, as that takes several hours to update.

I will edit this answer once Google Play has updated whether or not it worked.

UPDATE: It worked.

Upvotes: 43

Shabbir Dhangot
Shabbir Dhangot

Reputation: 9131

This is not bullet but you can consider it. As there is nothing like big dot.

I used New Moon symbol in the description and its working fine. http://emojipedia.org/new-moon-symbol/

⚫ Black Circle

🌑 New Moon

🌕 Full Moon

💠 Diamond With a Dot

🔸 Small Orange Diamond

⚙ Gear

🏴 Black Flag

🏳 White Flag

▶ Play Button

⏩ Fast-Forward Button

⭕ Heavy Large Circle

✴ Eight-Pointed Star

◼ Black Medium Square

◽ White Medium-Small Square

◾ Black Medium-Small Square

⬛ Black Large Square

Also you can use full moon character.

You just need to copy and paste it over description. Below is the result.

enter image description here

Upvotes: 6

Desta Haileselassie Hagos
Desta Haileselassie Hagos

Reputation: 26176

I had the same issue but it does seem that HTML character entites are supported. You can check this out on this link. You can insert special characters like bullets '•' (&bull;), ® (&reg;), ™ (&trade;), ... etc pretty much the HTML way. This worked out for me.

Upvotes: 9

Related Questions