Bidirectional characters warning in Atlassian products

Platform Notice: Cloud and Data Center - This article applies equally to both cloud and data center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Problem

The following message is displayed when hovering over highlighted unicode characters in Atlassian products including Bitbucket, Jira, Confluence, and others.

1 2 Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.

Here's an example of the message appearing in a code block in Confluence Data Center.

(Auto-migrated image: description temporarily unavailable)

In mobile apps and mobile web views, the characters are displayed and highlighted, without the tooltip.

Cause

Unicode bidirectional override characters are used to specify the order that characters should be displayed, for example to support right-to-left languages. These special characters are typically not displayed in the browser or code editors, but can affect the meaning of the source code when it is processed by a compiler or an interpreter. For this reason we display and highlight bidirectional characters so you can identify them in your code, or code snippets.

For more information see:

Resolution

If you encounter bidirectional characters in a pull request, code snippet, or code block, we recommend you take some time to understand what the characters are doing, and how the code will be interpreted when executed.

You can learn more about these characters in the unicode specification.

Updated on April 17, 2025

Still need help?

The Atlassian Community is here for you.