# Complex: Unicode Characters in Diagrams
# Tests handling of Unicode box drawing characters
# Mixed Unicode and ASCII box styles
╔══════════════════════════════════════════════╗
║ SYSTEM OVERVIEW ║
╠══════════════════════════════════════════════╣
║ ║
║ ┌─────────────────────────────────────┐ ║
║ │ Web Tier │ ║
║ └─────────────────────────────────────┘ ║
║ │ ║
║ ▼ ║
║ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ║
║ ┃ Application Layer ┃ ║
║ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ ║
║ │ ║
║ ▼ ║
║ ╭─────────────────────────────────────╮ ║
║ │ Database Layer │ ║
║ ╰─────────────────────────────────────╯ ║
║ ║
╚══════════════════════════════════════════════╝
# Unicode arrows and symbols
┌─────────┐ ┌─────────┐ ┌─────────┐
│ Client │───▶│ API │───▶│ Service │
└─────────┘ └─────────┘ └─────────┘
│ │ │
└─────────────┼─────────────┘
│
▼
┌─────────┐
│ Database│
└─────────┘
# International text in boxes
┌─────────────────────────────┐
│ システム概要 │
│ System Overview │
│ │
│ 🚀 Frontend Component │
│ 🗄️ Backend Services │
│ 💾 Data Storage Layer │
└─────────────────────────────┘