Skip to content

๐…๐š๐ง๐œ๐ฒ แ‘Œแ‘ŽIแ‘•Oแ—ชE ๐˜ง๐˜ฐ๐˜ฏ๐˜ต๐˜ด

Notifications You must be signed in to change notification settings

ninest/unique-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

37 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ…„๐Ÿ„ฝ๐Ÿ„ธ๐Ÿ…€๐Ÿ„ด ๐Ÿ„ฒ๐Ÿ„พ๐Ÿ„ณ๐Ÿ„ด

Fancy plain text

๐Ÿฆ‹ Demo

uniquecode.now.sh

Examples

  • Bold sans-serif: ๐—ง๐—ต๐—ถ๐˜€ ๐˜๐—ฒ๐˜…๐˜ ๐—ถ๐˜€ ๐—ณ๐—ฎ๐—ป๐—ฐ๐˜†
  • Italics serif: ๐‘ป๐’‰๐’Š๐’” ๐’•๐’†๐’™๐’• ๐’Š๐’” ๐’‡๐’‚๐’๐’„๐’š
  • Light circles: โ“‰โ’ฝโ’พโ“ˆ โ“‰โ’บโ“โ“‰ โ’พโ“ˆ โ’ปโ’ถโ“ƒโ’ธโ“Ž
  • Dark squares: ๐Ÿ†ƒ๐Ÿ…ท๐Ÿ…ธ๐Ÿ†‚ ๐Ÿ†ƒ๐Ÿ…ด๐Ÿ†‡๐Ÿ†ƒ ๐Ÿ…ธ๐Ÿ†‚ ๐Ÿ…ต๐Ÿ…ฐ๐Ÿ…ฝ๐Ÿ…ฒ๐Ÿ†ˆ

All of these characters are plain text, so they can be pasted anywhere.

โš™Build setup

yarn
yarn dev

Hosting

Vercel is used to host the site:

# host site for dev
vercel

# host site for production
vercel --prod

Formatting

Prettier is used to format on save.

// recommended VS code setting
{
  "editor.defaultFormatter": "esbenp.prettier-vscode"
}

Icons

iOS splash screens

pwa-asset-generator ./assets/web-icon.svg ./assets/ios-splash --splash-only --background "#F3F4F6"

iOS icons, Android icons, favicons

pwa-asset-generator ./assets/web-icon.svg ./assets/icons --icon-only --maskable --opaque false --favicon --padding "25%"

pwa-asset-generator ./assets/web-icon.svg ./assets/icons --icon-only --maskable --opaque true --padding "25%"

Workbox

This project uses Workbox generateSW:

yarn workbox wizard
yarn workbox generateSW
yarn workbox generateSW workbox-config.js
# or
yarn build-sw

Accessibility

The use of these "unicode fonts" may impede accessibility. Screen readers can read "๐—›" as "mathematical character bold H" rather than "H". Read Can screen readers interpret Unicode styles fonts such as bold and italics?

Please only use this on messages to friends! Do not put this text on your website!

๐Ÿ“œ License

MIT

๐Ÿ˜Š Useful websites

Thank you to these sites for help making Unique Code:

About

๐…๐š๐ง๐œ๐ฒ แ‘Œแ‘ŽIแ‘•Oแ—ชE ๐˜ง๐˜ฐ๐˜ฏ๐˜ต๐˜ด

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published