How do you type a unicode like ‼ in xcode?

how do you type a unicode like :bangbang: in xcode?

Use the control command space keyboard shortcut, or choose EditEmoji & Symbols from the menu bar.

You can also use "\u{203C}\u{FE0F}" instead of "‼️" in a string or character literal.

Questions like this should really be asked on the Apple forums or on general programming sites like Stack Overflow.

3 Likes