Skip to content

Instantly share code, notes, and snippets.

@darylf
Last active August 29, 2015 14:27
Show Gist options
  • Save darylf/ebbb93056023e7725102 to your computer and use it in GitHub Desktop.
Save darylf/ebbb93056023e7725102 to your computer and use it in GitHub Desktop.
Unicode can be used as valid HTML ID's and Classes.
<!doctype html>
<head>
<title>Disapproval</title>
<style>
#ಠ_ಠ { }
.❤ { }
</style>
</head>
<body>
<div id="ಠ_ಠ"></div>
<div class="❤"></div>
@darylf
Copy link
Author

darylf commented Aug 14, 2015

This is valid HTML5!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment