mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
n/emoji.md: add roman numerals
This commit is contained in:
parent
577e287f4a
commit
374c4169f9
66
n/emoji.md
66
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)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
@ -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 `Ⅹ‍Ⅳ`
|
||||
|
||||
<!-- TODO: FINISH THESE!
|
||||
|
||||
- Ⅼ `\u216B` or `Ⅰ`
|
||||
- Ⅽ `\u216C` or `Ⅰ`
|
||||
- Ⅾ `\u216D`
|
||||
- Ⅿ `\u216E`
|
||||
- ⅰ `\u216F`
|
||||
- ⅱ `\u216G`
|
||||
- ⅲ
|
||||
- ⅳ
|
||||
- ⅴ
|
||||
- ⅵ
|
||||
- ⅶ
|
||||
- ⅷ
|
||||
- ⅸ
|
||||
- ⅹ
|
||||
- ⅺ
|
||||
- ⅻ
|
||||
- ⅼ
|
||||
- ⅽ
|
||||
- ⅾ
|
||||
- ⅿ
|
||||
- ↀ
|
||||
- ↁ
|
||||
- ↂ
|
||||
- Ↄ
|
||||
- ↅ
|
||||
- ↆ
|
||||
- ↇ
|
||||
- ↈ
|
||||
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user