Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@danklammer
Last active May 24, 2020 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danklammer/5351bdff9ef74ec440b300e1084e75f0 to your computer and use it in GitHub Desktop.
Save danklammer/5351bdff9ef74ec440b300e1084e75f0 to your computer and use it in GitHub Desktop.
Modern Unicode Symbols// source https://jsbin.com/femeyik
<!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