#πŸ”’ unicode characters

23 messages Β· Page 1 of 1 (latest)

clever plinth
#

Im trying to generate the new unicode 16.0 characters, but when i copy paste character from this site : https://www.unicode.org/charts/PDF/Unicode-16.0/, some of them dont shows (a square with a '?') and some of them are shows as other character and i dont know why this happen. Do someone has an idea?

mint breachBOT
#

@clever plinth

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

clever plinth
barren pendant
#

their appearance depends on the app you're using to view them, not on python. In your case, it looks like Visual Studio Code

#

probably depends on your choice of font, too

clever plinth
barren pendant
#

beats me

#

!e

print(chr(0x13460))
mint breachBOT
barren pendant
#

so, discord on my Mac doesn't show it

clever plinth
#

same as me

#

but the thing is how to make it show

barren pendant
#

typically you have to search for a font that actually has a glyph at that position (and at all the positions you care about).

clever plinth
#

does vsc as a font manager so i can edit that?

#

is there a font that support ALL unicode characters?

barren pendant
barren pendant
drowsy chasm
#

VSC does not have a font manager specifically. You can just select the fonts you want to use.

#

My settings for fonts

drowsy chasm
mint breachBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.