A special web app to render fancy UTF-8 sequences. :hindu_temple: :scroll:

Overview

UTF RENDER πŸ›• πŸ“œ

A special web app to render fancy UTF-8 sequences. πŸ›• πŸ“œ

GitHub CI

ABOUT πŸ“š

Emojis and fancy symbols are part of the UTF-8 character standard (The unicode standard.). Each character has a special unicode sequence assocociated with it. To render this character out, you need the sequence. This app helps you by rendering the sequence as a symbol for you to copy and use for whatever you want. This repository contains the source code for a web app that does exactly this. This project was written in CSS and Rust using Yew.

DEPLOYED PROJECT ON GITHUB PAGES πŸš€

To view a live deployed version of this project, click here: VIEW

USAGE πŸ”¨

  • 1.) Visit this link.
  • 2.) Get some unicode sequences at this link! (They should look something like U+13080.)
  • 3.) Copy them.
  • 4.) Type one of them into the input field.
  • 5.) Click "RENDER"!
  • 6.) The symbol should be rendered and copied to your clipboard for you to use.

TRY THE CODE FOR YOURSELF! πŸ“₯

You should have the following tools installed and available from the command line:

  • Rust
  • Git

To try UTF Render on your own machine, follow these steps:

cargo install trunk
  • 2.) Clone this project's source code:
git clone https://github.com/angeldollface/utf-render
  • 3.) Change directory into the source code's root directory:
cd utf-render
trunk --config trunk.toml serve --release
  • 5.) If you want to build the app into a bundle to deploy to a server, run the command below. This will produce a directory called dist with the bundle inside it.
trunk --config trunk.toml build --release
  • 5.) Enjoy! ❀️‍πŸ”₯

CHANGELOG βœ’οΈ

Version 1.0.0

  • Initial release.
  • Upload to GitHub.
  • Deployment to GitHub Pages.

NOTE πŸ“œ

  • UTF Render πŸ›• πŸ“œ by Alexander Abraham πŸ–€ a.k.a. "Angel Dollface" 🎎 πŸŽ€
  • Licensed under the MIT license.
You might also like...
Reload Rust code without app restarts. For faster feedback cycles.
Reload Rust code without app restarts. For faster feedback cycles.

hot-lib-reloader hot-lib-reloader is a development tool that allows you to reload functions of a running Rust program. This allows to do "live program

A Rust library that implements the main lightning logic of the lipa wallet app.

lipa-lightning-lib (3L) Warning This library is not production ready yet. Build Test Start Nigiri Bitcoin: nigiri start --ln The --ln flag is not stri

A Raycast/Spotlight like app shell using tauri
A Raycast/Spotlight like app shell using tauri

Tauri Shell This repo can be used as reference for building alfred/raycast/spotlight apps using Tauri. Usage This reference repository is using Svelte

An example app in Rust for CircleCI's Dynamic Config demo
An example app in Rust for CircleCI's Dynamic Config demo

circleci-dynamic-config-example An example app in Rust for CircleCI's dynamic config demo. Dynamic config allows you to dynamically generate CircleCI'

OpenAI ChatGPT desktop app for Mac, Windows, & Linux menubar using Tauri & Rust
OpenAI ChatGPT desktop app for Mac, Windows, & Linux menubar using Tauri & Rust

ChatGPT Desktop App Unofficial open source OpenAI ChatGPT desktop app for mac, windows, and linux menubar using tauri & rust. Downloads Windows (2.7 M

This repo is a sample video search app using AWS services.
This repo is a sample video search app using AWS services.

Video Search This repo is a sample video search app using AWS services. You can check the demo on this link. Features Transcribing Video and generate

Scaffold that provides a basic setup for a Yew app with DaisyUI for styling.

Yew and Tailwind CSS Scaffold This scaffold provides a basic setup for a Yew app with Tailwind CSS for styling. It also includes DaisyUI, a Tailwind C

OpenAI chat client desktop app (Windows, MacOS, Linux)
OpenAI chat client desktop app (Windows, MacOS, Linux)

ChatWizard OpenAI chat client Desktop Application (Windows, MacOS, Linux) Declaration This project is currently undergoing active development and has

Desktop app for UpVPN - Pay as you go VPN

upvpn A Modern Serverless VPN upvpn upvpn (pronounced Up VPN) lets you connect to the internet from a location of your choice. For more information pl

Releases(v.1.0.0)
Owner
✭ ANGEL DOLLFACE ✭
Everyone's favorite doll! :dolls: :ribbon:
✭ ANGEL DOLLFACE ✭
Render cargo dependency tree in online

Cargo Tree Online Check out rendered page Render cargo dependency tree in online. Usage trunk serve Copy and paste the content of Cargo.lock file to

Kangwook Lee (μ΄κ°•μš±) 2 Sep 23, 2021
A simple web-app allowing you to batch archive groups of repositories from a given organization

ice-repos My goal here is to build a simple web-app allowing you to batch archive groups of repositories from a given organization, using Rust+Yew. As

Nic McPhee 6 Nov 5, 2022
Web-wrapped Supabase desktop app for macOS, Windows & Linux powered by Tauri

Supabase Desktop App What is it? It's a cross-platform web-wrapped Supabase desktop app powered by Tauri. You can install it on your macOS, Windows (u

Abiel Zulio M 12 Jan 25, 2023
Czkawka is a simple, fast and easy to use app to remove unnecessary files from your computer.

Multi functional app to find duplicates, empty folders, similar images etc.

RafaΕ‚ Mikrut 9.2k Jan 4, 2023
Simple comparison app for iRacing car setups.

CarTunes Simple comparison app for iRacing car setups. About Export a setup in the iRacing garage and CarTunes will let you compare it with other setu

Jay Oster 31 Jan 7, 2023
Fusion is a cross-platform App Dev ToolKit build on Rust . Fusion lets you create Beautiful and Fast apps for mobile and desktop platform.

Fusion is a cross-platform App Dev ToolKit build on Rust . Fusion lets you create Beautiful and Fast apps for mobile and desktop platform.

Fusion 1 Oct 19, 2021
How to use libtor in a Rust app

libtor example Uses libtor crate to run a Tor daemon in process. This example spawns the Tor daemon using Tokio's spawn_blocking, and then spawns othe

Byron Hambly 1 Nov 28, 2021
A VtubeStudio plugin that allows iFacialMocap to stream data to the app, enabling full apple ARkit facial tracking to be used for 2D Vtuber models.

facelink_rs A VtubeStudio plugin that allows iFacialMocap to stream data to the app, enabling full apple ARkit facial tracking to be used for 2D Vtube

Slashscreen 2 May 6, 2022
Easily sync your clipboard between devices. This is a work in progress app.

Clipboard Sync Description Easily sync your clipboard between devices. This is a work in progress app. Stack Frontend: React Tauri isomorphic-ws TSX,

Steveplays 2 Mar 2, 2022
Extracting react native app source code from apk file.

extract-myreact Extracting React Native app source code from apk file.

Aan 3 Oct 5, 2022