Blue Alphant

Character Entity Reference Chart and Font Support Verification

What is Blue Alphant?

Blue Alphant is a Chrome extension developed by Sheila Tanner, and its main feature is "Character Entity Reference Chart and Font Support Verification".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Blue Alphant Extension CRX File

Download Blue Alphant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Blue Alphant is a reference tool for developers, designers, and anyone interested in using Unicode for any reason.  Blue Alphant not only functions as an easy-to-use, highly visual Unicode Character Entity Reference Chart, but also allows you to quickly verify which characters are supported by the installed fonts on your desktop, tablet, or mobile device.

Blue Alphant allows you find the general type of character you want in the menu, filter through the related characters to narrow down the search, and visually scan through the remaining characters to find exactly what you need.  Each character tile includes the name of the character and its codepoint, which you can use to convert to HTML, Java, and C++ friendly codes.

Updates 1.1 through 1.4:
- Corrected typos
- Added new questions and answers in the help menu
- Corrected a minor design issue

Update 2.0 through 2.2:
- Updated existing writing systems for Unicode Version 11
- Updated symbols, punctuation, and emoji for Unicode Version 11
- Corrected a bug that caused some menu items to disappear past the edge of the dropdown menu on some brands of large curved monitors.
- Added new writing and numbering systems for Unicode Version 11 (Hanifi Rohingya, Old Sogdian, Sogdian, Dogra, Gunjala Gondi, Makasar, Medefaidrin, Mayan Numerals, and Indic Siyaq Numbers)

Update 3.0:
- Updated existing writing systems for Unicode Version 12
- Updated symbols, punctuation, and emoji for Unicode Version 12, including the new Symbols and Pictographs Extended-A
- Reorganized sections for emojis and other symbols, for example, moving some game symbols into the game symbols section from other sections.
- Added new writing and numbering systems for Unicode Version 12 (Elymaic, Nandinagari, Tamil Supplement, Egyptian Hieroglyph Format Controls, Small Kana Extension, Nyiakeng Puachue Hmong, Wancho, and Ottoman Siyaq Numbers)

Update 4.0
- Blue Alphant has been refactored completely, is compatible with most devices on any major browsers (and likely plenty of minor browsers), is renamed Azure Alphant, is available for download at https://sheilart.github.io/Azure-Alphant/ and will no longer be updated here. Blue Alphant (3.0) will still be available here in legacy form.                    

Extension Basic Information

Name Blue Alphant Blue Alphant
ID fckhccdmjmhdbdkehjkdfomlomckkmmk
Official URL https://chromewebstore.google.com/detail/blue-alphant/fckhccdmjmhdbdkehjkdfomlomckkmmk
Description Character Entity Reference Chart and Font Support Verification
File Size 1.3 MB
Installation Count 31
Current Version 3.0
Last Updated 2019-08-15
Publish Date 2019-08-14
Rating 5.00/5 Total 1 Ratings
Developer Sheila Tanner
Payment Type free
Extension Website https://sheilart.github.io/Azure-Alphant/
Supported Languages en
manifest.json
{
    "author": "Sheila Tanner",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Blue Alphant",
        "default_tooltip": "Blue Alphant"
    },
    "description": "Character Entity Reference Chart and Font Support Verification",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "800": "icon800.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "Blue Alphant",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0"
}