copyrightsymbols2
copyrightsymbols2
Hi Colin, if ALT+0169 is displaying as a pound symbol (£) on printouts, it is usually a font encoding or charset issue in FastReport. Try using the HTML entity © or explicit Unicode character code U+00A9. Alternatively, set the report font to a full Unicode font like Arial or Segoe UI. If you need quick copy-paste copyright symbols and ASCII code references, check out https://copyrightsymbols.com/
About
- Username
- copyrightsymbols2
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Using non-standard Unicode symbols like Ⓒ (U+24B8) can lead to font rendering issues on different printers. If ALT+0169 is printing as a pound symbol (£) in FastReport, it means the output font is using ANSI character mapping instead of Unicode. To …