unicode_string
Chaos TestingGenerate strings with special Unicode characters including CJK, Arabic, Cyrillic, emoji, and combining characters. For internationalization and encoding testing.
Example Outputs
こんにちは 🌍 Приветمرحبا 你好 Z͢͡a͢͡l͢͡g͢͡o͢͡API Usage
Send a POST request to generate unicode string data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "unicode_string",
"type": "unicode_string"
}
]
}
]
}'Common Use Cases
- Unicode rendering testing
- Database encoding testing
- i18n testing
- Text overflow testing
Quick Info
- Field Type
- unicode_string
- Category
- Chaos Testing
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Unicode String + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.