-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
8.5.14, 9.2.0
-
None
-
1
-
Severity 3 - Minor
-
Problem
Exporting to PDF a page that contains the Unicode char 274C (❌) produce a PDF file without the char.
Steps to Reproduce
- Create a Confluence page containing the symbol ❌. Storage format below to avoid confusion:
<p>Text Before Red X - <span>❌ - Text after Red X</span></p>
- Export the page created above to PDF.
Expected Results
The symbol ❌ is correctly rendered in the PDF export.
Actual Results
Workaround
Replace the ❌ symbol with the equivalent emoji :x:
<ac:emoticon ac:emoji-id="274c" ac:name="cross mark"/>