this post was submitted on 25 Apr 2025
2 points (100.0% liked)

chat

8381 readers
273 users here now

Chat is a text only community for casual conversation, please keep shitposting to the absolute minimum. This is intended to be a separate space from c/chapotraphouse or the daily megathread. Chat does this by being a long-form community where topics will remain from day to day unlike the megathread, and it is distinct from c/chapotraphouse in that we ask you to engage in this community in a genuine way. Please keep shitposting, bits, and irony to a minimum.

As with all communities posts need to abide by the code of conduct, additionally moderators will remove any posts or comments deemed to be inappropriate.

Thank you and happy chatting!

founded 3 years ago
MODERATORS
 

You literally can just long press the normal hyphen on the iOS keyboard, probably similar in Android


So, you saw an em dash in a sentence and immediately screamed “AI!”? Hold up. That long, dramatic line — yeah, that one — has been around way before ChatGPT slid into your DMs. Writers have been using em dashes for centuries to spice things up, create vibes, and break the rules in the coolest way possible.

Here’s the tea: the em dash is a tool, not a tell. Just because an AI uses it doesn’t mean it’s some secret signature. You know who else uses em dashes? Literally every author who’s ever wanted to sound clever, casual, or just a little chaotic.

So next time you spot an em dash, don’t panic. It’s punctuation, not a personality test.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 2 days ago (1 children)

not a sign of AI? correct. easy to type? bullshit, i have to google and copy and paste them 😭 my real physical pc keyboard only has - and _ :(

[–] [email protected] 1 points 2 days ago* (last edited 1 day ago)

There exists multiple ways of inserting unicode chars:

  • Visual selectors, like the character map in Windows, or gucharmap (gnome) or kcharselect (kde), and probably more
  • Decimal input
    • On Windows if you have a numeric keypad, you can hold down the Alt key and type in the unicode code point expressed in decimal... with some caveats, the decimal for em-dash should be 8212 (see the next line), but in windows alt codes it is 0151
    • In html—and therefore potentially in markdown—it is possible to use &#[NUM]; to input it, like this: —, which gives you the —
  • Hexadecimal input
    • can be enabled in windows and macos, see the wikipedia link for more info
    • ctrl+shift+u works... in some places
      • With an IME such as ibus or fcitx5 installed on linux, it should work through the system
      • For me, it works (without an ime installed) in Firefox
      • Wikipedia says it may work in other X11 applications
  • Clicking the Compose key (Linux. May need to be enabled), and writing

will get you an em-dash