Skip to content

5ynthaire/5YN-UnicodeEmojiDumper-PY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Script: Unicode Emoji Dumper

Purpose

This Python script creates a text file dump of emojis, misc icons, and symbols grouped by their Unicode UTF-8 block with descriptive labels. Ideal for testing display on publishing platforms and viewports, as well as a handy icon palette for content creators tired of IME pad based trial and error.

Output Snippet

--- Emoticons (U+1F600–U+1F64F) ---
😀 😁 😂 😃 😄 😅 😆 😇 😈 😉 😊 😋 😌 😍 😎 😏 😐 😑 😒 😓 😔 😕 😖 😗 😘 😙 😚 😛 😜 😝 😞 😟 😠 😡 😢 😣 😤 😥 😦 😧 😨

Why use the script?

  • Tailor Ranges: Easily add or remove Unicode blocks by editing the blocks list.
  • Update-Ready: As new Unicode standards are released, simply update the hex ranges to capture the latest icons.
  • Environment Testing: Verify how different terminal environments or text editors handle raw UTF-8 rendering.

Requirements

  • Python 3.6+

Code

See the source: unicode_emoji_dumper.py

Usage

python unicode_emoji_dumper.py

Outputs: emoji_dump.txt in the same directory.

License

This Python script is released under the MIT License.

About

X: @5ynthaire
GitHub: https://github.com/5ynthaire
Mission: Transcending creative limits through human-AI synergy Attribution: Created with Grok by xAI (no affiliation).

About

Py script for dumping Unicode UTF-8 characters by blocks. Suited for display tests on platforms and generating icon palettes.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages