WhatsApp supports a set of advanced text formatting options using simple inline symbols. Here's a complete overview of what's available:
| Format | Syntax | Example Input | Output |
|---|---|---|---|
| Bold | *text* |
*hello* |
hello |
| Italic | _text_ |
_hello_ |
hello |
~text~ |
~hello~ |
||
Monospace |
`text` |
`hello` |
hello (in monospace font) |
Yes, you can combine styles, for example:
*_bold and italic_*
Becomes: bold and italic
You can even nest formatting carefully like:
~*_strikethrough, bold & italic_*~
→ strikethrough, bold & italic
WhatsApp doesn't support true bullet lists or indentation, but you can simulate it:
• Item one
• Item two
1. First point
2. Second point
➤ Sub-point
➤ Sub-sub-point
Type > followed by a space before the text:
This is a quote
Code block with backticksBut multi-line blocks are not officially supported like in Slack/Discord.
*Welcome to TutorBot!* 👋
Here's how I can help you:
• 🎯 *Schedule a lesson* - Book your tutoring session
• ℹ️ *Get information* - Learn about rates and services
• 👨🏫 *Speak to Stephen* - Connect directly with your tutor
What would you like to do?
✅ *Lesson Confirmed!*
📅 **Date:** Monday, August 12th
⏰ **Time:** 14:00 - 15:00
📍 **Location:** Science Park 904
👤 **Student:** Maria
📧 I'll send you a confirmation email shortly.
❌ *Oops! Something went wrong*
I couldn't process your request. Please try again or contact Stephen directly.
👨🏫 *Need help?* Stephen is available at +31 6 47357426
💰 *Our Rates:*
📚 **Higher Education:**
• Single lesson: €80
• Package of 2: €135
• Package of 4: €250
🎓 **Secondary Education:**
• Single lesson: €60-75
• Package of 2: €100-130
• Package of 4: €200-230
When implementing these formats in your bot:
Need help implementing these formats in your bot? Check the main documentation for code examples.