Buscador de Caracteres Unicode
Busca y explora caracteres Unicode con sus representaciones de código
←\2190\u2190↑\2191\u2191→\2192\u2192↓\2193\u2193↔\2194\u2194↕\2195\u2195↖\2196\u2196↗\2197\u2197↘\2198\u2198↙\2199\u2199↩\21A9\u21A9↪\21AA\u21AA↰\21B0\u21B0↱\21B1\u21B1↻\21BB\u21BB↺\21BA\u21BA⇐\21D0\u21D0⇑\21D1\u21D1⇒\21D2\u21D2⇓\21D3\u21D3⇔\21D4\u21D4➡\27A1\u27A1⬅\2B05\u2B05⬆\2B06\u2B06⬇\2B07\u2B07±\00B1\u00B1×\00D7\u00D7÷\00F7\u00F7∀\2200\u2200∂\2202\u2202∃\2203\u2203∅\2205\u2205∇\2207\u2207∈\2208\u2208∉\2209\u2209∋\220B\u220B√\221A\u221A∞\221E\u221E∧\2227\u2227∨\2228\u2228∩\2229\u2229∪\222A\u222A∫\222B\u222B≈\2248\u2248≠\2260\u2260≡\2261\u2261≤\2264\u2264≥\2265\u2265⊂\2282\u2282⊃\2283\u2283α\03B1\u03B1β\03B2\u03B2γ\03B3\u03B3δ\03B4\u03B4π\03C0\u03C0Σ\03A3\u03A3Ω\03A9\u03A9$\0024\u0024€\20AC\u20AC£\00A3\u00A3¥\00A5\u00A5₣\20A3\u20A3₹\20B9\u20B9₽\20BD\u20BD₿\20BF\u20BF₩\20A9\u20A9¢\00A2\u00A2₫\20AB\u20AB₺\20BA\u20BA₱\20B1\u20B1₴\20B4\u20B4─\2500\u2500│\2502\u2502┌\250C\u250C┐\2510\u2510└\2514\u2514┘\2518\u2518├\251C\u251C┤\2524\u2524┬\252C\u252C┴\2534\u2534┼\253C\u253C═\2550\u2550║\2551\u2551╔\2554\u2554╗\2557\u2557╚\255A\u255A╝\255D\u255D█\2588\u2588░\2591\u2591▒\2592\u2592▓\2593\u2593❤\2764\u2764✨\2728\u2728✅\2705\u2705❌\274C\u274C⚠\26A0\u26A0⭐\2B50\u2B50☕\2615\u2615✂\2702\u2702✏\270F\u270F✔\2714\u2714✖\2716\u2716❄\2744\u2744♠\2660\u2660♣\2663\u2663♥\2665\u2665♦\2666\u2666♪\266A\u266A♫\266B\u266B☺\263A\u263A☃\2603\u2603–\2013\u2013—\2014\u2014‘\2018\u2018’\2019\u2019“\201C\u201C”\201D\u201D…\2026\u2026•\2022\u2022§\00A7\u00A7¶\00B6\u00B6©\00A9\u00A9®\00AE\u00AE™\2122\u2122°\00B0\u00B0†\2020\u2020‡\2021\u2021℀\2100\u2100℅\2105\u2105℉\2109\u2109℃\2103\u2103№\2116\u2116℗\2117\u2117℞\211E\u211EΩ\2126\u2126Å\212B\u212Bµ\00B5\u00B5■\25A0\u25A0□\25A1\u25A1▪\25AA\u25AA▫\25AB\u25AB▲\25B2\u25B2▶\25B6\u25B6▼\25BC\u25BC◀\25C0\u25C0○\25CB\u25CB●\25CF\u25CF◆\25C6\u25C6◇\25C7\u25C7◊\25CA\u25CA◯\25EF\u25EFBuscador de Caracteres Unicode
Busca y explora caracteres Unicode con sus representaciones de código
Características
- ~150 curated Unicode characters across 8 categories: Arrows, Math, Currency, Box Drawing, Emoji, Punctuation, Letterlike, Shapes
- Search by name (e.g. "snowman"), by codepoint (e.g. "U+2603"), or by category
- Each result shows the character, codepoint, name, and HTML entity / CSS escape
- Copy character, codepoint, or HTML entity to clipboard with one click
- For full Unicode lookup (155,000+ characters in v15.0), use unicode.org or compart.com
Cómo usar
- Browse categories o search por character name o código point.
- Ver el character along con its código representations.
- Haz clic cualquier character card a copy it a tu portapapeles.
Consejos y buenas prácticas
- For HTML, you can use named entities for common characters (©, ®, —) or numeric (©) — both work.
- CSS escape syntax is `\<hex>` (e.g. `\2603` for the snowman) — used in pseudo-elements (`content:`).
- JavaScript: `\u2603` (4 hex digits, BMP only) or `\u{1F600}` (any codepoint) for non-ASCII strings.
- For emoji modifiers (skin tone, gender), combine the base emoji with ZWJ (U+200D) and modifier characters.
- For complete Unicode lookup, the canonical source is unicode.org. For browsing by category, compart.com has the best UI.
Preguntas frecuentes
How many characters are included?
The tool includes over 200 curated characters from the most commonly used Unicode blocks, organized into categories like Arrows, Math, Currency, and more.
How do I use these characters in my code?
Each character card shows the HTML entity (&#xXXXX;), CSS escape (\XXXX), and JavaScript escape (\uXXXX) codes you can copy directly into your code.
Is this tool free to use?
Yes, this tool is completely free with no registration required. There are no usage limits, no premium tiers, and no hidden costs.
Is my data safe and private?
Absolutely. All processing happens locally in your browser. No data is ever sent to our servers or any third party.
Does this tool work offline?
Once the page is loaded, the tool works entirely in your browser without requiring an internet connection.