Search Issue Tracker
Duplicate
Votes
0
Found in
3.4.1f5
Issue ID
426838
Regression
No
Specific Unicode character not displayed in Console.
- Open attached project
- Open the scene called Game (in the Scenes folder)
- Press Play and look in the console. All cards and all suits are displayed correctly.
- Open the Card.cs script and on line 63 replace s = "\u25C7"; with s = "\u2662"; and save
- In Unity, press Play again and look in the console. The Unicode character u2662, which stands for Diamonds Suit character is not printed.
Expected:
- all Unicode characters should be printed correctly in the Console.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Toggle All" and "Toggle None" in the Scenes in Baking Set burger menu are enabled and clickable when the list is empty
- No visual indicator is shown when dragging the Image visual element in UI Builder window
- Gizmo color is lost in Prefab Mode with Gray context even when the Gizmo is on the root Prefab GameObject
- Warning thrown when using an Apple Pencil with iPads released 2019 and newer
- Strikethrough in text sometimes fails to render when using a Japanese dynamic font
This is a duplicate of issue #368317