Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
unicode question
#2
It works with Python 3.7.3 and 3.8.3:

[deadeye@nexus ~]$ python
Python 3.7.3 (default, May 12 2020, 03:35:19) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print("\u1C00")
ᰀ
>>>
Maybe the Unicode character is missing in the console font which you're using.
Another possible Problem could be the Windows-Terminal vs Windows-Powershell.

And maybe you're using Python 2.7, which does not support all Unicode points.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
unicode question - by DPaul - Jun-18-2020, 02:48 PM
RE: unicode question - by DeaD_EyE - Jun-18-2020, 05:31 PM
RE: unicode question - by DPaul - Jun-18-2020, 05:52 PM
RE: unicode question - by DPaul - Jun-19-2020, 07:55 AM
RE: unicode question - by DeaD_EyE - Jun-19-2020, 10:54 AM
RE: unicode question - by DPaul - Jun-19-2020, 03:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  clean unicode string to contain only characters from some unicode blocks gmarcon 2 4,100 Nov-23-2018, 09:17 PM
Last Post: Gribouillis
  Python 2 Unicode question Skaperen 2 2,565 Sep-08-2018, 06:44 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020