-
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"/>
Notes
[CONFSERVER-99285] PDF Export cannot render X symbol (U+274C)
Status | Original: Needs Triage [ 10030 ] | New: Gathering Impact [ 12072 ] |
Support reference count | New: 1 |
Description |
Original:
h3. Problem
Exporting to PDF a page that contains the Unicode char 274C (❌) produce a PDF file without the char. h3. Steps to Reproduce # Create a Confluence page containing the symbol ❌. Storage format below to avoid confusion: {code:java} <p>Text Before Red X - <span>❌ - Text after Red X</span></p> {code} # Export the page created above to PDF. h3. Expected Results The symbol ❌ is correctly rendered in the PDF export. h3. Actual Results !image-2025-02-21-14-05-33-004.png|width=355,height=77! h3. Workaround Replace the ❌ symbol with the equivalent emoji :x: {code:java} <ac:emoticon ac:emoji-id="274c" ac:name="cross mark"/>{code} h3. Notes |
New:
h3. Problem
Exporting to PDF a page that contains the Unicode char 274C (❌) produce a PDF file without the char. h3. Steps to Reproduce # Create a Confluence page containing the symbol ❌. Storage format below to avoid confusion: {code:java} <p>Text Before Red X - <span>❌ - Text after Red X</span></p> {code} # Export the page created above to PDF. h3. Expected Results The symbol ❌ is correctly rendered in the PDF export. h3. Actual Results !pdf-export-screenshot.png|thumbnail! h3. Workaround Replace the ❌ symbol with the equivalent emoji :x: {code:java} <ac:emoticon ac:emoji-id="274c" ac:name="cross mark"/>{code} h3. Notes |
Attachment | New: pdf-export-screenshot.png [ 485224 ] |