Skip to main content

Kaomoji Picker — Japanese Emoticons + Shrug Copy Paste

Browse 120+ Japanese emoticons by mood, search in English, click to copy the shrug ¯\_(ツ)_/¯ and friends

  • Runs locally
  • Category Text
  • Best for Removing repetitive cleanup work from everyday writing and operations.
120 kaomojiClick any face to copy it to your clipboard.

What this tool does

A kaomoji picker for the Japanese-style text faces people actually use: ¯\_(ツ)_/¯, (╯°□°)╯︵ ┻━┻, (。♥‿♥。), ( •_•) and over a hundred more. Unlike emoji, a kaomoji is built from plain Unicode characters, so it pastes into any text box, chat, code comment, commit message, terminal or game name without turning into a colorful glyph or a missing-box tofu. Pick a mood category like happy, sad, angry, love, surprised, cute or animals, or type a keyword such as shrug, bear, cry or wink to filter live. Click any face and it copies straight to your clipboard with a quick confirmation. Your search term and category save into the URL so a shared link reopens the exact same view. Everything runs in your browser, nothing is uploaded, and the whole thing is one small file.

Tool details

Input
Form fields
The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
Output
Live result + Copy
The result area focuses on usable output, with copy, download, or preview actions when supported.
Privacy
Browser-side processing
The main tool logic does not call an external API, so inputs normally stay in the current tab.
Save / share
Shareable URL state
Key settings are encoded in the URL so another person can reopen the same setup.
Performance budget
Initial JS <= 9 KB
No WASM budget is declared, keeping the tool quick to open on mobile.
Best fit
Text · Content Creator
Category and role tags drive related tools, internal links, and quick fit checks.

How to use

  1. 1. Input

    Paste or drop your content into the tool panel.

  2. 2. Process

    Click the button. All processing is local in your browser.

  3. 3. Copy / Download

    Copy the result or download to disk in one click.

How Kaomoji Picker fits into your work

Use it to clean, compare, reshape, or extract plain text before it goes into a document, CMS, spreadsheet, or prompt.

Text jobs

  • Removing repetitive cleanup work from everyday writing and operations.
  • Making text easier to compare, paste, publish, or feed into another tool.
  • Working with content locally when the text is private or unfinished.

Text checks

  • Scan for unintended whitespace, duplicate lines, and lost punctuation.
  • For long text, test the first few lines before applying the whole change.
  • Copy the final output only after checking the preview.

Good next steps

These links move the current task into a more complete workflow.

  1. 1 Unicode Character Inspector Inspect any text character-by-character: code points, UTF-8/UTF-16 bytes, HTML entities, JS escapes, names, and hidden zero-width / confusable glyphs. Open
  2. 2 NATO Phonetic Alphabet Converter Text to Alpha Bravo Charlie and back — spell anything aloud over the phone or radio, no mishearing. Open
  3. 3 Emoji Finder Unicode 15.1 / 1500+ emojis with bilingual search — one-click copy, browser-only Open

Real-world use cases

  • Drop a shrug into a Slack reply

    A teammate asks why the staging build is slow and you genuinely do not know yet. Instead of a paragraph of hedging, search shrug, copy ¯\_(ツ)_/¯ and send it. The face carries the tone, you keep typing the real answer underneath, and nobody had to remember the macron plus katakana keystrokes that make the shrug so annoying to type.

  • Flip the table in a game chat

    You just lost a ranked match to a lag spike. Pick the angry category, grab (╯°□°)╯︵ ┻━┻, and paste it into the post-game chat. Because it is plain text it shows up in the game client where real emoji often get stripped, and the box-drawing pieces render cleanly on any modern font so your teammates actually see the table go flying.

  • Add a face to a git commit message

    Commit messages are pure text in a monospace terminal, so colorful emoji are a gamble but a kaomoji is safe. Tag a relieved bugfix with (´。• ᵕ •。`) or a defeated one with (╥﹏╥). It reads the same in git log, on the web diff and in the terminal, since the font draws the characters directly instead of a platform redrawing an emoji.

  • Decorate a username or video title

    Many platforms let usernames and titles contain Unicode but reject emoji. A cute kaomoji like (。♥‿♥。) or ʕ•ᴥ•ʔ slips through where a heart emoji would be filtered, giving a profile or thumbnail a bit of personality. Search the cute or animals category, click, and paste straight into the name field.

Common pitfalls

  • Trying to hand-type the shrug character by character. The macron and the katakana tsu are not on a normal keyboard, so people end up pasting a broken ¯_(ツ)_/¯ with a missing slash or wrong dashes. Copy the whole string from one source instead of rebuilding it.

  • Pasting a katakana or box-drawing kaomoji into a system with a stripped-down font. Faces using ツ or ┻━┻ can show as tofu boxes on very old devices. If your audience runs ancient clients, prefer the pure ASCII faces like (^_^) that every font covers.

  • Forgetting to escape the backslash when putting a shrug in code or JSON. A raw ¯\_(ツ)_/¯ in a string literal eats the underscore as an escape; you need ¯\\_(ツ)_/¯ so the backslash survives to the output.

Privacy

The whole picker is static text plus a little JavaScript that runs in your browser tab. The kaomoji list ships with the page, copying uses your browser clipboard, and nothing you click or search is sent anywhere or logged. The only thing that leaves the page is what you choose: the search term and category are written into the URL so a shared link reopens the same view, which means a link pasted into chat reveals which mood you were browsing. The faces you copy are never recorded.

FAQ

Tool combos

Folks in your role tend to reach for these alongside this tool.

Made by Toolora · 100% client-side · Updated 2026-05-29