I am trying to find a full list of the emoticon names available for use with
<ac:emoticon ac:name="<xxx>">
I see the response to the question at
mentions some of them, and the link to Confluence Storage Format has a table of some of them, but there are clearly others (such as blue-star), and the emoji list in the UI is much longer. In any docs I export via API that were edited in the UI and use the :emoticon: style of insert, the element looks like this:
<ac:emoticon ac:name="blue-star" ac:emoji-shortname=":red_circle:" ac:emoji-id="1f534"
ac:emoji-fallback="🔴" />
If I remove the ac:emoji-fallback, I just get the blue-star.
I am generating a document with code, and I want to keep the ac:emoticon bit as simple as possible. So, to reiterate the original question, is there a full list of emoticon names anywhere?
Thanks,
Kev.