Skip to content

ehsanqasimi/unicodeToCharacter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Unicode Explorer A sleek, educational web tool to convert between Unicode code points and characters β€” perfect for developers, students, and curious minds.

Unicode Explorer Screenshot

alt text

✨ Features πŸ” Two-way conversion: Unicode β†’ Character & Character β†’ Unicode πŸ“š Educational section: Learn what Unicode is and how it works 🎨 Modern UI: Clean, responsive, dark-themed design πŸ–±οΈ Keyboard support: Press Enter to convert πŸ“± Mobile-friendly: Works great on phones, tablets, and desktops βœ… Input validation: Handles errors gracefully πŸ§ͺ Supports hex & decimal: Enter 234 or 0xEA β€” both work! πŸš€ Live Demo πŸ‘‰ https://ehsanqasimi.github.io/unicodeToCharacter/

πŸ› οΈ How to Use

  1. Clone or Download bash

1 2 git clone https://github.com/yourusername/unicode-explorer.git cd unicode-explorer 2. Open in Browser Just open index.html in any modern browser β€” no server required!

πŸ’‘ Example Conversions 234 Γͺ Unicode β†’ Char 0xEA Γͺ Unicode β†’ Char Γͺ U+00EA (234) Char β†’ Unicode πŸ˜€ U+1F600 (128512) Char β†’ Unicode

πŸ§‘β€πŸ’» Built With HTML5 CSS3 (Flexbox, Responsive Design) JavaScript (ES6+) Google Fonts (Roboto) πŸ“„ Project Structure

1 2 3 4 5 unicode-explorer/ β”œβ”€β”€ index.html # Main HTML structure β”œβ”€β”€ style.css # Styling and layout β”œβ”€β”€ script.js # Conversion logic and event handling └── README.md # You are here! 🀝 How to Contribute We welcome contributions! Here’s how:

Fork the project Create your feature branch (git checkout -b feature/AmazingFeature) Commit your changes (git commit -m 'Add some AmazingFeature') Push to the branch (git push origin feature/AmazingFeature) Open a Pull Request πŸ“œ License Distributed under the MIT License. See LICENSE for more information.

πŸ™Œ Acknowledgments Inspired by early web development curiosity Thanks to MDN Web Docs for Unicode references Icons or fonts from Google Fonts πŸ’¬ Feedback or Ideas? Found a bug? Have a feature request? πŸ‘‰ Open an Issue or reach out!

✍️ Made by Mohamad Ehsan Qasemi πŸ”— LinkedIn: https://www.linkedin.com/in/mohamad-ehsan-qasemi-07529b2ba πŸ“§ ehsan@luckytech.dev

About

I made this project to improve my JS skills and to help people to find the character of a Unicode.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors