Skip to content

How to replace/remove "🖤"? #4371

Closed Answered by mikf
EpicLPer asked this question in Q&A
Jul 31, 2023 · 2 comments · 10 replies
Discussion options

You must be logged in to vote

The JSON representation of 🖤 is apparently \\ud83d\\udda4

>>> json.dumps("🖤")
'"\\ud83d\\udda4"'

edit: It has to be \ud83d\udda4 when putting it in a JSON file.

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
8 replies
@EpicLPer
Comment options

@mikf
Comment options

mikf Jul 31, 2023
Maintainer

Answer selected by EpicLPer
@Hrxn
Comment options

@mikf
Comment options

mikf Jul 31, 2023
Maintainer

@Hrxn
Comment options

@mikf
Comment options

mikf Jul 31, 2023
Maintainer

Comment options

You must be logged in to vote
2 replies
@EpicLPer
Comment options

@mikf
Comment options

mikf Jul 31, 2023
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants