From 374c4169f9d6c1e04cd8e74221a910c3f87578d6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 1 Jun 2024 13:48:31 +0300 Subject: [PATCH] n/emoji.md: add roman numerals --- n/emoji.md | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/n/emoji.md b/n/emoji.md index cd2abe6..cf670e8 100644 --- a/n/emoji.md +++ b/n/emoji.md @@ -1,8 +1,11 @@ --- +title: Emojis and symbols in terminal and HTML +excerpt: This is just for personal reference and fun. layout: mini permalink: /n/emoji.html redirect_from: /r/emoji.html sitemap: true +robots: noai lang: en --- @@ -25,6 +28,8 @@ So to make something not an emoji, `U+FE0E` or `︎` and to use emoji, - [Motivational messages](#motivational-messages) - [aminda.eu](#amindaeu) +- [Kingdom Hearts](#kingdom-hearts) + - [Roman Numerals](#roman-numerals) @@ -43,3 +48,64 @@ _My shellrc has some reminders for me and these are the sequences there._ - 🧅︎ Onion: `\u1f9c5` `🧅︎` - I guess it just doesn't have a non-emoji variant at least on my system at the time of writing? + +## Kingdom Hearts + +Well, one must be prepared to discuss the clash between Light and Darkness and the χ-blade, in case someone resurrects it? + +- χ can be expressed as `\U03C7`, `χ` or neatly `χ`. + - In case of `&Chi` making it a capital letter turns it into Χ, but can you even distinguish that from X? + +### Roman Numerals + +_You have no idea how often I miss these. And I don't even mean to discuss the_ Organization ⅫⅠ. + +**_WARNING: The first syntax may be incorrect._** + +- Ⅰ `\u2160` or `Ⅰ` +- Ⅱ `\u2161` or `Ⅱ` +- Ⅲ `\u2162` or `Ⅲ` +- Ⅳ `\u2163` or `Ⅳ` +- Ⅴ `\u2164` or `Ⅴ` +- Ⅵ `\u2165` or `Ⅵ` +- Ⅶ `\u2166` or `Ⅶ` +- Ⅷ `\u2167` or `Ⅷ` +- Ⅸ `\u2168` or `Ⅸ` +- Ⅹ `\u2169` or `Ⅹ` +- Ⅺ `\u2170` or `Ⅺ` +- Ⅻ `\u216A` or `Ⅻ` +- Ⅻ‍Ⅰ `\u2161a\u8544` or `Ⅻ‍Ⅰ` +- Ⅹ‍Ⅳ `\u2169\u2163` or `Ⅹ‍Ⅳ` + +