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

android, google-play

Solution

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.

Problem

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?

Original source

Related problems