home.social

#wordjoiner — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #wordjoiner, aggregated by home.social.

fetched live
  1. @argv_minus_one The usual way to accomplish this would be to use #wordjoiner⁠s, also known as #zero⁠width #no⁠break #space⁠s (U+2060).

  2. #Hashtag separators, copy-paste this:

    📋 #ZeroWidthSpace​Here
    `U+200B ZERO WIDTH SPACE`
    (does not prevent line breaks)

    📋 #WordJoiner⁠Here
    `U+2060 WORD JOINER`
    (prevents line breaks)

    🆓 Bonus:
    How to enter any Unicode character on Linux (GNOME), e.g. the word joiner:
    Ctrl+Shift+U 2060 Space

    #NoteToSelf #MastoHelp #Unicode #zwsp #wj #hashtags