Group_Coder

Using Unicode characters

Sep 29th, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>HTML Emoji</title>
  6. </head>
  7. <body>
  8. <!-- Page content goes here -->
  9. <p>This is a smiling face emoji: &#x1F600;</p>
  10. </body>
  11. </html>
  12.  
Advertisement
Add Comment
Please, Sign In to add comment