Hey all 🤘!
Did you know you can display unicode characters in python by their name? Like this:
>>> '\N{SIGN OF THE HORNS}'
'🤘'
>>> '\N{KANGXI RADICAL HAND}'
'⼿'
>>> '\N{VICTORY HAND}'
'✌'
I didn't.
Docs
Hey all 🤘!
Did you know you can display unicode characters in python by their name? Like this:
>>> '\N{SIGN OF THE HORNS}'
'🤘'
>>> '\N{KANGXI RADICAL HAND}'
'⼿'
>>> '\N{VICTORY HAND}'
'✌'
I didn't.
Docs
For further actions, you may consider blocking this person and/or reporting abuse
100% open-source tool-use platform (backend, dev portal, integration library, SDK/MCP) that connects your AI agents to 600+ tools with multi-tenant auth, granular permissions, and access through direct function calling or a unified MCP server.
Top comments (0)