HTML Entities & Symbols
HTML Symbol Entities
HTML symbols like mathematical operators, arrows, technical symbols and shapes, are not present on a normal keyboard.
To add these symbols to an HTML page, you can use the HTML entity name.
If no entity name exists, you can use the entity number.
If the character does not have an entity name, you can use a decimal (or hexadecimal) reference.
Examples:
☔ Umbrella with rain drops; HTML Entity: ☔
💞 Revolving Heart: HTML Entity: 💞
Reference Sources
Emojipedia: https://emojipedia.org/
Unicode: https://www.compart.com/en/unicode/search?q=umbrella#characters
HTML Symbols: https://www.w3schools.com/charsets/ref_utf_symbols.asp
HTML Entities: https://www.w3schools.com/charsets/ref_html_entities_4.asp
HTML5 Character refs: https://dev.w3.org/html5/html-author/charref
How to use common unicode icons: https://css-tricks.com/snippets/css/common-unicode-icons/
Emojibase: https://www.emojibase.com/emoji-versions/v4.1
Chart icons: https://emojipedia.org/chart-with-upwards-trend/
ICONS
https://www.flaticon.com/
Leave a reply
You must login or register to add a new comment .