Browse common special symbols by category (superscripts, subscripts, circled numbers, currency, arrows, Greek letters, Roman numerals, and more), with search and one-click copy so you can drop special characters into documents and code
The Special Symbol Lookup tool gathers the special characters you use most often when editing documents, writing code, or preparing technical content. Symbols are organized into 26 categories by purpose: superscripts, subscripts, circled numbers, currency, arrows, Greek letters, Roman numerals, Chinese numerals, Chinese pinyin, Russian letters, Japanese kana, Korean characters, date & time, geometry, triangles, circles, squares & filled blocks, stars, weather, music, math symbols, punctuation & marks, ticks & marks, chess pieces, religion symbols, and units & copyright. Switch between categories with the tabs at the top, or filter in real time by typing a name or character into the search box—search also covers pinyin, Russian transliteration, and Japanese romaji for non-Latin scripts.
Every symbol is shown as a card. Just click a card to copy that symbol to your clipboard, and the page confirms with a "Copied" message. You can then paste it straight into a document, your code, or a chat window—no need to memorize input-method shortcuts or HTML entity codes.
Most symbols shown here come from the "Symbols and Punctuation" blocks of the Unicode standard (for example U+00A5 for the yen sign ¥, U+2192 for the right arrow →, and U+03B1 for the Greek small letter alpha). Unicode assigns a unique code point to nearly every writing system and special symbol in the world, so the same code point is recognized and rendered correctly across operating systems, browsers, and editors.
In web pages or HTML documents these symbols can be written either as the literal character or as an escape: a numeric character reference such as → for →, or a named entity such as © for ©. This tool copies the literal character, which is compatible with almost all modern applications. If your target environment only accepts entity encoding, look up the symbol's code point and convert it to the &#xXXXX; form yourself.
&#xXXXX; form. We may add entity codes to the symbol detail in a future update.Scenario: Write "the temperature rose by 5 ℃" and add an upward arrow.
Special symbols are part of the character-encoding world; ASCII Code Lookup helps you understand the basics of control and printable characters. If you need to convert number bases, the Base Converter is handy.
When dealing with special characters in URLs, URL Decode and URL Encode correctly escape reserved characters. For arranging text lines, Line Sorter sorts content quickly.
When you need to match special symbols in a regular expression, the Regex Tester validates patterns online.