✨Text Tools
Unicode text tools for social media and messaging
✨🖼️🔣🔲📥
Fancy Text Generator
Convert text to stylish Unicode fonts
Image to ASCII Art
Convert photos and illustrations into text (ASCII) art
Aesthetic Symbols
Copy Unicode symbols for your posts
Text Borders
Decorate your text with Unicode frames
Kaomoji Dictionary Download
Register kaomoji to your keyboard dictionary for instant access on any device
For Developers
</>
Embed Widget
Add kaomojis to your website with our free widget
Preview
Embed Code
<iframe src="https://kaomojis.jp/api/widget?category=&count=5&theme=light" width="320" height="260" style="border:none;border-radius:12px;overflow:hidden;" loading="lazy" title="Kaomoji Widget by kaomojis.jp"></iframe>
{}
Free Kaomoji API
Access 5,000+ kaomojis via our REST API
GET
/api/v1/kaomojisList kaomojis with pagination and category filtering
page=1limit=50category=happylocale=enGET
/api/v1/kaomojis/randomGet random kaomoji(s)
count=3category=cutelocale=jaGET
/api/v1/kaomojis/searchSearch kaomojis by keyword
q=happylimit=20locale=enQuick Example
curl "https://kaomojis.jp/api/v1/kaomojis/random?count=3&category=happy"
// Response:
{
"data": [
{ "id": 1, "text": "(^_^)", "categories": ["happy"], ... },
...
],
"attribution": "Powered by kaomojis.jp"
}Free for personal and commercial use. Please include attribution
Powered by kaomojis.jpwith a link back when possible.