🚀🚁🚂🚃🚄 |
HTML Emoji Transport Symbols:
💺💻💼💽💾 |
HTML Emoji Office Symbols:
👮👯👰👱👲 |
HTML Emoji People Symbols:
🐂🐃🐄🐅🐆 |
Emojis may resemble images or icons, but they’re actually characters derived from the UTF-8 (Unicode) character set.
UTF-8 encompasses a vast majority of characters and symbols found worldwide.
For proper display of an HTML page, a web browser needs to be aware of the character set employed in the page, a detail typically indicated within the <meta> tag.
<meta charset=”UTF-8″> |
If not explicitly stated, UTF-8 serves as the default character set in HTML.