You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.