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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Jira markup supports setting the foreground color of an inline phrase ({color}
) but not the background color.
As a (very limited!) workaround—in particular, for single-letter colored labels—I'm using "negative" characters from the Unicode block "Enclosed Alphanumeric Supplement". Of course, there are many other characters in the Unicode character set that you can also use in Jira, assuming the font that Jira uses supports them. Here, my focus is characters that can be used to render letters with a custom-colored background.
Example:
🆁
Jira markup (using color values selected in the Jira UI):
{color:#57d9a3}🆁{color}
where 1F181 is the hexadecimal code point for the "negative squared" capital letter R.
The "foreground" color is applied to the "negative background" of the letter.
In Jira, you can either enter the character reference, such as 🆁
, while editing in "Text" (Jira markup) mode, or copy'n'paste the actual character from elsewhere (for example, from a web browser).
You can use this technique to build entire words:
🆁🅴🆅🅸🅴🆆
becomes:
🆁🅴🆅🅸🅴🆆
But, in my opinion, that gets onerous real quick.
There are also "negative circled" letters:
🅡
In the examples I've seen, these are smaller than the "squared" letters.