Type the interrobang (‽) with Unicode U+203D, a symbol picker, or 203D then Alt+X in Word.
You don’t need a special keyboard to write an interrobang. You just need one reliable way to insert a single character: ‽.
This page shows the fastest routes on Windows, Mac, phones, and the web, plus a couple of setup tricks so you can type it again later without hunting.
What An Interrobang Is And Where It Fits
An interrobang is a punctuation mark that blends a question mark and an exclamation point into one sign. It’s used for a surprised question, a playful challenge, or a line that reads like “Wait, what?!”
In plain text, people often type ?! or !?. The interrobang keeps that tone but uses one glyph. Some editors love it; some style rules skip it. Either way, it’s handy when you want the vibe and you want it in a single character.
Quick Ways To Type The Interrobang By Device
| Where You’re Typing | Fastest Way | Notes |
|---|---|---|
| Microsoft Word (Windows) | Type 203D, press Alt+X |
Uses the Unicode hex value for interrobang. |
| Microsoft Word (Mac) | Insert Symbol or Character Viewer | Search for “interrobang” in the symbol list. |
| Windows (Any App) | Character Map copy/paste | Works even when Alt codes fail on a laptop. |
| Windows (Many Apps) | Hold Alt, type 8253 on numpad |
Needs a numeric keypad; results depend on the app. |
| macOS (Any App) | Emoji & Symbols panel search | Find it once, then pin it to Favorites. |
| iPhone / iPad | Text replacement or copy/paste | Make “ibg” expand to ‽. |
| Android | Text replacement (keyboard app) or copy/paste | Setup varies by keyboard; clipboard is the fallback. |
| Google Docs | Insert > Special characters | Search “interrobang” or enter U+203D. |
| HTML / Web | Use ‽ or ‽ |
Safe in markup when fonts include the glyph. |
| Email / Chat | Paste ‽ |
Use a pinned note so it’s always one tap away. |
How To Type Interrobang In Microsoft Word And Office
If you work in Word a lot, this is the smoothest method because it’s fast and repeatable. Word can convert a Unicode code into the matching character.
Microsoft documents the conversion as: type the Unicode value, then press Alt+X.
Use The Unicode Hex Code In Word
- Click where you want the symbol.
- Type
203D. - Press
Alt+X.
Word swaps the code for ‽. If the code turns into a different symbol, select only the four characters 203D and press Alt+X again.
Insert It From The Symbol Dialog
- Go to Insert > Symbol > More Symbols.
- Set the font to one that has broad Unicode coverage.
- Scroll through punctuation, or search by character code if your version allows it.
- Click
‽, then Insert.
This route is slower, but it’s useful when you can’t recall the code or you’re training someone who prefers menus.
Make A Personal Shortcut With AutoCorrect
If you type interrobangs often, set a short trigger that expands into the symbol.
- Insert one interrobang into a document (use either method above).
- Select only the character
‽. - Open File > Options > Proofing > AutoCorrect Options.
- Pick a replace text like
ibgand set it to replace with‽.
Now you can type ibg, press Space, and Word drops the symbol in place.
Typing The Interrobang On Windows Outside Word
Windows has a few paths, and the best one depends on your keyboard. If you’re on a desktop with a number pad, Alt codes can be quick. If you’re on a laptop, Character Map is the steady option.
Try The Alt Code With A Numeric Keypad
In many programs, you can hold Alt and type 8253 on the numeric keypad to get ‽. Keep Num Lock on. Release Alt after the full number is entered.
If nothing appears, the app may not accept that code, or your keyboard may not have a real numpad. In that case, use Character Map.
Use Character Map To Copy And Paste
- Open Character Map (type “Character Map” in the Start menu search).
- Choose a font with wide symbol coverage.
- Find the interrobang by scanning punctuation or using advanced search if shown.
- Select it, click Copy, then paste into your app.
Once it’s in your clipboard, you can paste it into email, chat, a note app, or a caption line with no extra setup.
Save It As A Text Snippet For One-Click Use
Create a small file named “symbols” and keep a row of characters you use a lot, like ‽, em dashes, and curly quotes. Pin it to your taskbar or keep it in your notes app.
When you need the interrobang, copy it from the file and paste. It sounds simple, and it works when every other method turns into a dead end.
Typing The Interrobang On Mac With Character Viewer
On a Mac, the Emoji & Symbols panel is the fastest built-in path for rare punctuation. Apple shows the shortcut as pressing the globe button plus E, or opening Emoji & Symbols from the Edit menu.
Find It Once, Then Favorite It
- Place your cursor where you want the symbol.
- Open Emoji & Symbols.
- Type
interrobanginto the search field. - Double-click
‽to insert it.
After you’ve found it, add it to Favorites so it’s near the top next time. That turns a rare character into a two-second insert.
Create A Text Replacement On macOS
If you want a typing shortcut that works in most Mac apps, set a text replacement.
- Open System Settings > Keyboard.
- Find Text Replacements.
- Add a replacement like
ibgand set it to expand to‽.
Now you can type ibg in notes, mail, docs, and chat, then hit Space to drop the symbol.
Typing The Interrobang On Phones And Tablets
Mobile keyboards vary a lot. Some show extra punctuation when you long-press keys. Many don’t surface an interrobang on the default layout. When the keyboard won’t hand it to you, text replacement is the clean fix.
Use Text Replacement On iPhone And iPad
- Open Settings > General > Keyboard > Text Replacement.
- Tap +.
- Set Phrase to
‽. - Set Shortcut to something you’ll remember, like
ibg. - Save.
After that, type ibg and tap Space, and your device swaps it to ‽. This is the quickest way to get consistent results across apps.
Use Your Keyboard App’s Shortcut Tools On Android
Android keyboards often include text shortcuts, clipboard pins, or personal dictionary entries. The exact menu depends on your keyboard app.
- Add
‽as a clipboard pin if your keyboard offers it. - Add a text shortcut like
ibgthat expands to‽. - Keep
‽in a pinned note as a fallback.
Once you’ve set one method, you won’t need to hunt through symbol screens again.
Typing The Interrobang On Windows And Mac Without Hunting
If you’ve ever searched for how to type interrobang and then lost the answer a week later, set up a habit that sticks. Pick one method you can do in five seconds, then give yourself a backstop.
Pick One “Daily Driver” Method
- Word users:
203DthenAlt+X. - Mac users: Emoji & Symbols search and Favorites.
- Everyone else: a text replacement like
ibg.
Keep A Backstop For Weird Apps
Some apps ignore Alt codes. Some apps strip odd punctuation in plain-text fields. A backstop keeps you moving.
- A pinned note with
‽. - A snippet file on desktop.
- A saved draft email that includes the symbol.
When an app fights you, copy and paste. No drama.
Use Unicode And HTML Codes When You’re Writing For The Web
The interrobang’s Unicode code point is always U+203D. You can see it in the Unicode General Punctuation list when you need the code.
HTML Entity Codes
In HTML, you can write the interrobang as:
‽(decimal)‽(hex)
Most browsers will render it if the chosen font includes the glyph. If you see a blank box, switch to a font with wider punctuation coverage.
Use Unicode Escapes In Code Editors
If you write code, you can store the character as Unicode. In many languages, hex value maps to \u203D. Some editors offer an “insert Unicode” command where you type 203D and confirm.
When a file must stay ASCII-only, keep ?! as a backup. When Unicode is allowed, pasting ‽ keeps the line clean.
Insert It In Google Docs
In Google Docs, go to Insert > Special characters, then search for interrobang. Double-click ‽ to insert it. If search comes up empty, switch the symbol menus to punctuation and scan the grid.
Copy-Ready Character
If you just need the symbol right now, copy this: ‽
Then paste it where you want it. This works in comment fields, social posts, and anywhere that accepts standard Unicode text.
Common Snags And Fast Fixes
You See A Box Or A Question Mark In A Square
That usually means the font in use doesn’t include the interrobang glyph. Try changing the font, or paste the symbol into another app to confirm it displays there.
Alt Codes Do Nothing On Your Laptop
Many laptops don’t have a true numeric keypad. Some have an embedded keypad layer that needs an Fn combo. If that still doesn’t work, use Character Map or a text replacement.
Your App Turns It Into Plain “?!”
Some platforms run punctuation cleanup or convert characters during export. If you’re posting into a system that rewrites punctuation, keep a plain ?! backup in mind. Use the interrobang where you control the final output.
A Short Checklist You Can Reuse
| Goal | Method | Best When |
|---|---|---|
| Type it fast in Word | 203D then Alt+X |
You write in Word daily. |
| Type it fast on Mac | Emoji & Symbols search, then Favorite | You want a built-in picker. |
| Use it in any app | Text replacement ibg → ‽ |
You switch apps a lot. |
| Use it in HTML | ‽ or ‽ |
You write posts with markup. |
| Use it on a phone | Text replacement or pinned clipboard | Your keyboard doesn’t show it. |
| Fix missing glyphs | Switch to a wider font | You see a box symbol. |
| Handle stubborn fields | Paste ‽ from a note |
The field blocks codes. |
Once you’ve got one method that works on your main device, set a second method as backup. That way, you can type an interrobang anywhere without stopping your flow.
If you ever need to check the code again, U+203D is the value to remember. And if you’re still stuck, copy the symbol from this page and keep it in a note so it’s always close.
People often look up how to type interrobang once, then forget it. With a text shortcut or a saved snippet, it becomes just another mark you can reach on demand.