Unicode Space

󰃭 2025-02-16 | #daily-trick #tech

Introducion

Some online chat clients, like WhatsApp, WeChat and Identity V, reject empty as well as space message.

But once you wanna send blank message, there’s a workaround for WhatsApp and WeChat: just use Unicode Spaces

Workaround

That’s due to WeChat’s isspace only checks ASCII space (U+0020) but not others.

One of the most commonly used is U+2000 ("\u2000" in python):

not worked for Identity V

A full list

UnicodeHTMLDescriptionExample
U+0020&#32Space[ ]
U+00A0&#160No-Break Space[ ]
U+2000&#8192En Quad[ ]
U+2001&#8193Em Quad[ ]
U+2002&#8194En Space[ ]
U+2003&#8195Em Space[ ]
U+2004&#8196Three-Per-Em Space[ ]
U+2005&#8197Four-Per-Em Space[ ]
U+2006&#8198Six-Per-Em Space[ ]
U+2007&#8199Figure Space[ ]
U+2008&#8200Punctuation Space[ ]
U+2009&#8201Thin Space[ ]
U+200A&#8202Hair Space[ ]
U+2028&#8232Line Separator[]
U+205F&#8287Medium Mathematical Space[ ]
U+3000&#12288Ideographic Space[ ]

ref https://emptycharacter.com/

Continue reading 


Hello2025

󰃭 2025-01-28 | #celebrate

Hello New Year 2025

Happy China New Year!

Everyone!

In my opinion, the very part of this new year to commemorate is “It’s Python Year”

Yep. Have fun.

Continue reading 


Hello

󰃭 2025-01-13 | #hello

Hello, Welcome

Welcome to u!

Here’s my blog website, where I’d like to share somthing about my daily experiement as well as my notes.

Continue reading 