About
How to show a unicode character in HTML.
Articles Related
Example
Example with the grinning face emoji. This character has the unicode value:
- 1F600 in hexadecimal
- or 128512 in decimal
<p>In hexadecimal, I will write: 😀 to show a grinning face</p>
<p>In decimal, I will write: 😀 to show a grinning face</p>
Output: