Created
November 10, 2014 16:45
-
-
Save getsetbro/2a22425f29ae062d90bf to your computer and use it in GitHub Desktop.
// source http://jsbin.com/yekiju
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
.bdy{ | |
font-size:3em | |
} | |
</style> | |
</head> | |
<body class="bdy"> | |
Emoji for EVERYBODY | |
<br> | |
‼ ⁉ ✌ ☝ ☎ ✉ ✒ ✏ ✂ ☀ ☁ ❄ 〽 ⚾ Ⓜ ✈ 🅿 ♨ 🅰 🅱 🅾 ♻ ⚠ 🈷 🈂 ㊙ ® © ™ ㊗ ℹ ✔ ✴ ✳ ✖ ↕ ⬆ ↗ ➡ ↘ ⬇ ↙ ⬅ ↖ ↔ ⤴ ⤵ ◀ ▶ ❇ ▫ ▪ 〰 ♠ ♥ ♣ ♦ ↩ ↪ | |
<script id="jsbin-source-css" type="text/css">.bdy{ | |
font-size:3em | |
}</script> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.bdy{ | |
font-size:3em | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment