Reading comments in different communities, I noticed that users hardly leave smilies. Why is that?

༼ つ ◕_◕ ༽つ

  • @[email protected]
    link
    fedilink
    English
    69 months ago

    Its just the group we have. I use basic ones sometimes. But I also come from a time before emoji existed.

        • Corroded
          link
          fedilink
          English
          5
          edit-2
          9 months ago

          I still test out messaging apps by using this fella

          (_/)

          (0.0)

          (> <)

          I’d be interested to see which ones you have on that file

          Edit: Lemmy apparently doesn’t like the rabbit’s formatting

          • my_hat_stinks
            link
            69 months ago

            It should format properly if you use a code block. This is the bunny I always used to use

              (\ /)
             (^.^ )
            (")(")o
            
          • @[email protected]
            link
            fedilink
            4
            edit-2
            9 months ago

            either escape the backslash or embed the whole thing in a code block

            (\_/)
            (0.0)
            (> &lt;)
            

            and Markdown insists on breaking anything with a less-than character (considering the preview shows correctly but then you hit “Save”) …

          • @[email protected]
            link
            fedilink
            English
            29 months ago

            You can escape formatting by adding a backslash in front.

            this is a quote

            > this is an escaped quote

          • @[email protected]
            link
            fedilink
            English
            19 months ago

            Oh the file itself turned out to be garbage because it was a text file. So it was terrible at preserving spacing and all that. I can upload it when I get home if you want nostalgia more than usability lol I probably used it for a month out of stubbornness before just finding a website that hosts emoticons.

          • BougieBirdie
            link
            fedilink
            English
            19 months ago

            The rabbit’s left ear looks like it should be a backslash (\_/)

            Backslash is an escape character used in formatting, so if you want to actually display a backslash you need to use two (\\_/)