lpnfppempcmdojakglkoellajaijmbdc
Just search for any Unicode character either by typing it directly in the search field (Σ for example), or its codepoint (U+03A3), name (Greek Capital Letter Sigma), and HTML code (Σ | Σ | Σ). UnicodePlus will then: - Display the basic properties of Σ (name, block, version, codepoint). - Check the bidirectional data of Σ (Left to Right). - Check the character case of Σ and find its lowercase/uppercase counterpart (σ -> U+03C3).
Synballo
Your Ultimate Symbol Picker Extension & Emoji Keyboard for Enhanced Communication Unlock a vast universe of symbols, emoji, characters, and unicode with Synballo, the most comprehensive and efficient symbol picker extension for your browser. Designed for effortless insert and copy-paste functionality, Synballo is the special characters tool you've been waiting for. Whether you need a simple emoji keyboard, a dedicated mathematical symbols finder, or a robust text symbols helper, Synballo delivers unparalleled convenience and power. Why Synballo is the Best Choice for Your Browser: ✔️ Instant & Intuitive Access: Our unique symbol picker allows you to quickly find and insert any character with just a few clicks. Say goodbye to tedious searches and complex shortcuts. ✔️ Seamless Auto Copy-Paste: Effortlessly copy paste symbols directly into text fields across virtually all your favorite websites and online platforms. ✔️ Massive & Diverse Library: Access over 8,000 symbols, encompassing every category imaginable: emoji, mathematical symbols, currency signs, arrows, accent marks, punctuation, and countless custom characters. Synballo is truly a free symbol library unlike any other. ✔️ Blazing Fast & Resource-Efficient: Unlike other extensions, Synballo is the smallest in its niche and designed to not consume resources when not used. It intelligently unloads from memory, ensuring your browser remains fast and responsive. This means a smoother experience for you and minimal impact on your system. ✔️ 100% Secure and Private: Your privacy is our top priority. Synballo operates with Manifest Version 3 for enhanced security and is entirely private, collecting no personal data. ✔️ Smart & Powerful Search: Utilize a robust RegEx (Regular Expression) compatible search to quickly pinpoint the exact character or symbol you need, even from our extensive unicode collection. This symbol finder makes discovery a breeze. ✔️ Cross-Device Sync: Your settings and recently used symbols conveniently sync with your browser profile, ensuring a consistent experience across all your devices where Synballo is installed. ✔️ Actively Maintained & Future-Proof: With 17 versions released in the first two years and the 18th version completed after 3 more years of dedicated development, Synballo is a project committed to continuous improvement and innovation. We've poured years of passion into making this the most comprehensive and reliable tool available. Important Notes on Functionality: If you encounter any rare issues with "Paste to text field," please reach out to us to share your experience. In the meantime, you can always use "Copy to clipboard," which works universally. We're proud that even as browser technologies evolve (e.g., execCommand() deprecation), Synballo is designed to maintain functionality on a significant portion of websites, ensuring its long-term utility. We understand that some users prefer keyboard-only workflows. If this is your preference, please consider using the built-in Win + period(.) emoji menu in Windows or exploring other specialized extensions. Synballo is optimized for its unique efficiency model. RegEx Search Examples: Synballo offers powerful Regular Expression (RegEx) search capabilities. Here are some examples to help you find exactly what you need: Show all: .* Starts with: ^man (symbols that start with "man") Ends with: man$ (symbols that end with "man") Escape special characters: \* (escape asterisk); \(.*\) (symbols with round brackets in description) Groups and Ranges: ^[a-c|d-f] (symbols that start with a letter from "a" to "c" or "d" to "f"); hand[^s] (for "hand" without letter "s") Quantifiers: \d{2,} (two or more than two numbers in description) Look ahead: raised(?=.*hand) ("raised" followed by "hand") Look behind: (?
Character / Emoji Finder
Easily search for unicode characters and emojis. Handy browser extension to copy and paste the characters that you need. Character / Emoji Finder is a handy extension to use to search for a specific Unicode character or emoji. You can search by keyword or Unicode codepoint. Once you have found the character or emoji that you need, you can now easily copy the character to the clipboard for use in another program or webpage. If you need to get more information on any of the selected characters, you can just click on the 'More Info' button which will redirect you to the characters webpage, on the page you will find extra information for the selected character or emoji. All characters and emojis are available up to Unicode version 17.0 If you search for a character that displays a black rectangle, that means you do not have any font files that support that character. Head on over to https://www.charactercodes.net/font-support/ to test your fonts for character support. Likewise, if an emoji does not show, it may mean that it has just been released and your operating system does not support it yet.
Unicode Inspector
This extension is intended for people who look at strings on web pages and need to know what those strings really contain. (e.g., someone using a web-based computer forensics tool looking at potentially deliberately tricky command lines) This rips apart any highlighted text into its component Unicode code points, and shows how that text would be written in UTF-8 or UTF-16LE (UTF-16LE is what the Windows kernel uses for strings). It also allows one to edit UTF-8 or UTF-16 bytes and shows what strings they become. The byte representations can also use base64. To cut down on memory use, this extension loads Unicode names (pulled from the Unicode® Character Database) into memory as needed on a block-by-block basis, so there may be a tiny delay when looking up the first character of a given block. Preferences are saved with "Chrome sync"; the most recently viewed string is saved locally.
Unicode Converter / ASCII Converter
A versatile tool for converting between Unicode-strings, ASCII-characters and ASCII-strings. This extension is a robust, user-friendly tool designed for a variety of text encoding and decoding tasks. It supports three primary conversion types: • Unicode-String Converter: Convert any string into its Unicode representation and vice versa. This is particularly useful for developers working with internationalization and localization. • ASCII-Char Converter: Convert individual ASCII codes to their corresponding characters and the other way around. This is beneficial for understanding the ASCII values of specific symbols or characters. • ASCII-String Converter: Transform an entire string into its ASCII code equivalent and back. This feature is essential for data serialization and other encoding-related tasks. The extension's interface is designed for ease of use, featuring input fields, buttons, and output areas that are intuitively organized. Whether you're a seasoned developer, a student, or someone who just needs to convert text for whatever reason, this tool provides a quick, reliable way to perform these conversions.