Iosevka
Iosevka copied to clipboard
Symbols for Legacy Computing Supplement & other Unicode 16 semigraphics
- The requested characters are ...
- [ ] Latin
- [ ] Cyrillic
- [ ] Greek
- [ ] Punctuation
- [ ] Diacritic / Mark
- [x] Symbol
- The requested characters are used in ...
- [ ] The alphabet / character set of a natural language.
- [ ] The alphabet / character set of a constructed language.
- [ ] The alphabet / character set of a transliteration or notation system.
- [ ] Mathematical or other professional use in documents.
- [ ] The symbol set of a programming language. For the languages that support using arbitrary symbols, please provide usages in well-known components or libraries.
- [x] The symbol set of a command-line program.
- [ ] Some other monospace/programming fonts supported this character. Provide images below.
There are a lot of symbols under the new Symbols for Legacy Computing Supplement block. Some of them are very tricky to make (like the outlined letters -- we MAY need to build an automated outlining algorithm to generate these).
L2: https://www.unicode.org/L2/L2021/21235r-terminals-supplement.pdf
A quick progress report: After #2293, these symbols are left to be implemented, categorized by their shape:
Dots
- [ ] Speckles
๐ฑ๐ฑ
- [ ] Explosion
๐ทฝ๐ทพ๐ทฟ
The laziest implementation is probably to implement them like mosaics (and hardcoding each dots), but there might be better ways.
Terminal shapes
- [ ] Non-round voided cross
๐ฏ
- [ ] Black Small Chevron
๐ฏ
Both have a close equivalent๐ฏ๐ฏ
so implementations depend on them. Not sure how.
Symbols with curves
- [ ] Curved Gates
๐ฐ๐ฐ
- [ ] Coil
๐ฐ๐ฐ๐ฐ
Game sprites without curves
- [ ] Rocket
๐ฑ๐ฑ๐ฑ๐ฑ
- [ ] Moon Lander
๐ทต
- [ ] Rocket Booster?
๐ฒ ๐ฒก
(Looks like a teletext mosaic to me) - [ ] Roller Coaster?
๐ฒข๐ฒฃ
Game sprites with potentially simple curves
- [ ] Rifle
๐ฑฅ๐ฑฆ๐ฑง๐ฑจ
- [ ] Bassinet
๐ฑ๐ฑ
- [ ] Tank
๐ฒ๐ฒ
- [ ] Bomb
๐ฑ ๐ฑก๐ฑข๐ฑฃ
- [ ] UFO
๐ฒค๐ฒฅ
Game sprites with harder curves
- [ ] UFO?
๐ฑ๐ฑ
- [ ] Aliens
๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ
- [ ] Storm cloud
๐ฑค
(or depending on interpretation, a pinball plunger) - [ ] Fish and bird
๐ฒ๐ฒ๐ฒ๐ฒ๐ฒ
- [ ] Turtle
๐ทป๐ทผ
- [ ] Big human sprite
๐ทฆ๐ทง๐ทจ๐ทฉ๐ทช๐ทซ๐ทฌ๐ทญ๐ทฎ๐ทฏ
Straight-up emoji
- [ ] Planes
๐ทธ๐ทน๐ทบ
There are also the non-legacy โ๐ง
that are supposed to be a part of the set, so they will have to look consistent.
Big chess pieces
- [ ]
๐ฒบ๐ฒป๐ฒผ๐ฒฝ๐ฒพ๐ฒฟ๐ณ๐ณ๐ณ๐ณ๐ณ๐ณ ๐ณ๐ณ๐ณ๐ณ๐ณ๐ณ๐ณ๐ณ๐ณ๐ณ๐ณ๐ณ
This guy
- [ ] Standing knight
๐ณ๐ณ
๐ณ๐ณ
Literally the only usage I've seen is as an icon for a game producer for the Sharp MZ console.
Visualization in FairfaxHD:
I'm just putting this here because I'll probably run out of things that I can implement soon. I'll need help for the rest.
Some of them may worth just drawing them using any vector graphics software then import them...