Last active
May 24, 2020 18:33
-
-
Save danklammer/5351bdff9ef74ec440b300e1084e75f0 to your computer and use it in GitHub Desktop.
Modern Unicode Symbols// source https://jsbin.com/femeyik
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 name="description" content="Modern Unicode Symbols"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>Modern Unicode Symbols</title> | |
<style> | |
body { | |
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; | |
font-size: 4rem; | |
font-weight: 100; | |
} | |
</style> | |
</head> | |
<body> | |
☆★☒♡♥♫♬♪⚐⚑☉☐ ☑ ☒ ☻ ☼ ☽ ☾ | |
⚀ ⚁ ⚂ ⚃ ⚄ ⚅ | |
⚌ ⚍ ⚎ ⚏ | |
⚠ × ✪ ✎✐ ✈✁✄✓✗✘√☐☑≡⊙⊚⊕⊖⊗⊘= | |
☾★☰≣≡⋮⋯✖ | |
↖ ↗ ↘ ↙ ➜ ⤴ ⤵ ↓ ↔ ← → ↑ ⌦ ⌫ ⌧ ⤶ ⤷ ⤒ ⤓ ⟲ ⟳ | |
✕ | |
▲ ▼ ◀ ▶ ◂ ▴ ▾ ▸ ▵ ▿ ◃ ▹ | |
〈 〉︿ ﹀ | |
⌘ ⎈ ⎋ ⌧ | |
▀▁▂▃▄▅▆▇█▉▊▋▌▍▎▏ | |
▐░▒▓▔▕▖▗▘▙▚▛▜▝▞▟ | |
■□▢▣▤▥▦▧▨▩▪▫▬▭▮▯▰▱ | |
▲△▴▵▶▷▸▹►▻▼▽▾▿◀◁◂◃◄◅ | |
◆◇◈◉◊○◌◍◎●◐◑◒◓◔◕◖◗ | |
◘◙◚◛◜◝◞◟◠◡◢◣◤◥ | |
◦◧◨◩◪◫◬◭◮◯◰◱◲◳ | |
◴◵◶◷◸◹◺◻◼◽◾◿ | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment