Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,570
Community Members
 
Community Events
184
Community Groups

Using "negative" Unicode characters to render letters with colored background

Edited
Graham Hannington
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Mar 20, 2023

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.

0 comments

Comment

Log in or Sign up to comment