#Unicode
1 messages · Page 30 of 1
is there any more element like that you would want me to test it with before i start it?
hmm its hard to know
in theory theres a wide range of modifiers they could respond tio
maybe just like reverse/opposite/backwards/swap/inverse/cyrillic reverse
wont do too many
probably not much will happen but i am curious
for the moment i dont really see a lot of thing, except the characters giving themselve, but i got 2 new unicode
replaced characters with their codepoint
reverse + 2540 = 2541
reverse + 254A = 254B
nice all i needed
looks like 2545 is white hole candidate - as much sense as that makes given how loose the tie between codepoints and the characters in 25xx for the ai is
rn i am at 2566 (its slow cause i dont wanna be annoyed by cloudflare)
Interesting! ☺️ You implemented this in node.js or python?
python, my scrapper use a .db file as a output, then i convert my .db file into a savefile via another program i made (i have one to transform a savefile into a db, and another to transform a .db in a savefile)
this is the sqlite thing isnt it
Oh! A full db implémentation
yep
That makes sense. Python is so much better on file manipulation than JavaScript. I cannot make it append a new line to a json savefile so everytime i overwrite the old one
here the one with opposite and reverse (for the other it would have took ages, i need to make some modification to my scrapper so it send thing in big block so i can lower the delay without getting ratelimited by discord) (deleted the file cause i im gonna send the full one soon
My code implements a”buffer” made by reddit user @eva-rosalene ( https://www.reddit.com/r/infinitecraft/comments/1avms5o/ive_made_a_simple_bot_that_randomly_combines/ ) and send things when the message size exceeds 1900 chars
i found a way to do it (i just send the message when there more than a specific number of combination in the message i will send)
edit after reply: ok
i was asking johny mostly cause he used someone elses buffer i was just wondering if i understand it properly thats all
Well I ||stole|| (borrowed) eva-rosalene code as a whole to begin with and all my coding was done on top of that
oh ok
cause i would have thought it is like - find something - add to a string, when len>=cutoff, send
Yeah that’s the idea
At the end you must not forget to also send what is left in the buffer before you exit the script!
ok this time it is in the good order and it contain all the output ive got (except Nothing ones)
anything new? (there were some new discoveries i made while it was running so)
it didnt get any fd if irc after i didnt check if all of them are in sheet or not
okay
but there this one that not in the spreadsheet, #1206592567622373446 message but with this lineage...
wdym sorry
utf-32 💀
there probably a Variation Selector-16 at the start or end (edit: verified it, there is a VARIATION SELECTOR-16 at the end)
beileve me when i say this
but i actually dont know when the chain from U+1f0a0 ends
ive been able to increment smoothly every time using only 3 tricks
either the standard combine last two, previous/next letter/unicode, or U+000(last digit of what you want)
in one case U+0010 was needed
and in another U+10000
due to an large unassigned gap
other than that its literally free???
you could run a bot on it
and it would get up so far i bet
but i wonder how am i supposed to add smth in Missing character sheet?, cause i do not really know specificaly the way to do it (i mean like is there a certain order to follow?)
yeah same
adding stuff to missing/unassigned/unknown character is very vague... we dont even have the statistic of it or even how many/where they are
mostly i just skip em even though its usable for incrementing unicode block i needed
which took me a detour
yeah but since its the firs time i got 3 Private Use Area one i was thinking about it
i got some private use area too - idk how worth keeping track of them is
theres far more unassigned codes than there are assigned
in total
Can someone add this?
can you send pic? discord links dont work sometimes
like i click it
it sends me to somewhere else
not the message its supposed to
here #1206592567622373446 message
bruh 31f2 is kicking my ass how did you even get it
i dont have +f1
or +fanything
been trying for a while
for those
i have U+f+f tho
I shared the way to get them in a previous video
#1206592567622373446 message for I think all u+X0 (letter number)
#1206592567622373446 message for the increments in the above video
#1206592567622373446 message for U+a0
yeah okay
how dos that video even work btw
vanilla gameplay wont be able to reproduce such effect
You combine U+letter with the U+++++a(number), and U+++e0, u+++e1 for the first two ones
so that was for U+fx but what about the others?
did it just work for all
lmao
bruh
well when I started making them I had a different strategy but then discovered this one. Just try it for all of them (with U+a up to U+f), sometimes one is skipped and a different element is created, but you can just combine U+f1 + U+f2 to get U+f3 for example (just an example, idk if this specific recipe works)
actually half the stuff you have there ive been trying to get for a very long time
but yeah you seemed to know in advance that all combos would work?
well just for the U+f(number) it worked out (almost, if you look closely, two of the elements didn't actually combine into the right element, so I had to combine two previous to get it or smth)
bcs I tried it for like U+e and u+d I think, so I supposed that it would work for U+f as well
ok
if you can't make some of them tell me I can share the recipe
yeah i see
f6a and f9a
to resolve those what did you do
i guess increment
fair enough
yeah
okay its in now
if you want you can run my script on ur file to see what else you have
sure
how sweet
right i need to go get those - these all come from I hate that unicode right
wait so what does the script do and where is it available?
i will show you so i have 2 scripts but the first one doesnt require much work on your part as long as you have somewhere to run python
nata could porbably make it runnable in console
but this here is the first one - you need a save file and you need to point to it where it says to change this in the code
and dont use \ in the file path
if you do it will be an error
ok
yeah so for some reason there is a key error with the 25th line (discovered = element['discovered'])
; ;
i can only suggest that means your save isnt in the correct format somehow
but ill have another look
well I just exported it using the helper script
add a debugging line like this
right before the error line
put print(element)
the last thing it prints should be where the error is
and then look in your save at that location
if the file wasnt found the error should have occurred much sooner
may i see the full traceback?
wait no. I moved it to a different directory but I forgot to change the console so I was still using the old one
this is the wrong element
{'text': 'Trailer Park', 'emoji': '🏚️'}
yeah for some reason it doesn't have the discovered tag
i fixed it. Just checked if it exists and if not then continue
So yeah. I have 1784 Unicode characters discovered, and of those 548 FD's
the next script requires a copy of the unicode sheet which i dont think you have permissions to copy yourself
well I was editor but now I am not, since I am not really feeling like searching for new unicodes atm
in any case the script basically prints out all the characters you have but arent in sheet
that is nice. I used to do that manually (partially)
like go through new unicode chars I found and just check if they are in the spreadsheet
right - i may be able to send a copy of all the sheets to you if you cant export it as csv yourself
ok, dm?
sure i think i can do that
got 1fa95
last rendering unicode on the main sheet
for me anyway with my fonts
"not a character" "0 fonts"
can confirm my trick for 1f0/1xx is still working down here
we could possibly clean out 90% of the emoji block
like
all of 1fxxx
with this
ok
so the strat is fairly simple basically pick somewhere
make sure you can get a couple characters in a row - try incrementing the usual way
if not - then you unleash this
if you have say 1fa9e
then
try everything with 000f in it
like U+000f worked in this instance
but also try +++ and Append/prepend (+ and +++ as well as quoted variants)
that strat alone took me from 1f0a0 to 1f147
it looks like it breaks down somewhere in there it becomes unhappy
not to worry i just pack up and settle somewhere else
I found these 2 emojis by accident
Ok so I stopped the Ancient Greek characters (U+1F00 to U+1FFF) cooking since it only gave two fd. Here is the whole text file of it
for some reasons my internet is horrible today
one request is taking like 3 minutes
All alive thankfully. I will post the recipes soon
may we have the fist discoveries only? also do you have copy of sheet
its far better to compare to sheet than fd
fd is a bad indicator
Also stopped the dead elements search from U+0400 to U+0FFF. These are the dead elements in that range.
I have an old copy of sheet that is outdated. I cannot download or copy yhe current version
i can send u
yes please
Here are the fd from the revived range U+22XX - U+23XX range run
I will search my files for the recipes
it is QE hehehe
also may want to run the full results against sheet
make sure for casing's sake you are taking directly from console
or using mbs
Ok well the first I found is impossible recipe...
U+1ec6
U+0fad + Nothing = ❌ Ệ
I always wanted a unicode character for that specific angle! /s
They are all the same...
U+1f42
U+0f92 + Nothing = ❓ ὂ
really?
they are all + nothing?
may have to inform laurasia about why the heck that is if thats true
ill go back to 1fxxx tho
whiteholes potentials testing? 👀
pfff not all
Character ⦛ is Codepoint U+299b.
□ U+029b + 👉 Directly Next = ❓ ⦛
1fxxx is literally just add U+000x
Character ⟘ is Codepoint U+27d8.
□ U+0278 + □ Convert To Utf-8 = ❓ ⟘
The recipe for U+2C70 is lost for me due to a bug... 😞
I was not storing the output of the script to my savefile or webhook
so where were you storing it
I was not
nowhere 🎉
I have to rerun the range U+0400 to U+0dcc
unless you really want to of course
i suggest not, its one recipe out of thousands...
I guess it will be faster... now I know the dead elements in that range 😉
better just move on & use new tool for same range then...
that is true
yes no "nothing" nonsense///
actuallu
now youve run all those recipes
it will be much faster
they will all cmobine near instantly
but still rate limited i think
still ratelimit exist
oh yeah i saw that
probs might try as minimal altphabet as possible
for what
Unicode Character [ (U+FF3B)
Recipes for U+(letter)(letter)
Prerequisites:
- "alphabet"
- "..alphabet" (only "..u")
- basic unicode stuff
"..u" + Prepend Hyphen = "..u-"
Start with U+ax and end with U+fx
btw I love the random duck
u+c8 + u+c9 = u+ca
just increment u+cx (x is number)
:>
for future researches
u+aa u+ab u+ac u+ad u+ae u+af
u+ba u+bb u+bc u+bd u+be u+bf
u+ca u+cb u+cc u+cd u+ce u+cf
u+da u+db u+dc u+dd u+de u+df
u+ea u+eb u+ec u+ed u+ee u+ef
u+fa u+fb u+fc u+fd u+fe u+ff
alright then that idea will be trashed
nah glowy for U+cx you dont need any alt alphabet
just U+++++a2-9
(did we find +++++a0-1?)
five pluses
concerning...
I didn't, and I don't think I really tried
i have U+++++a00
nah its not that bad
just U++++ + U+a2
...
U+++++ + U+a0
lmao
now a1
- U+++++1
nice
also found these when searching for those. not sure if you want the recipes for any of them. Maybe U+f00 and U+f000 ?
feeling hungry?
apparently things like sql javascript html and whatnot could be useful to convert unicodes
Recipe for U+2C70 also included Nothing so I have not find it on the rerun. because I skip that combination
Character is Codepoint U+U+128e.
□ U+040E + 💻 Ethiopic Greek Unicode = ❓
Character ө is Codepoint U+U+04e9.
□ U+0429 + 🤖 #fromcharcode = ❓ ө
Character ѷ is Codepoint U+U+0477.
□ U+0437 + 💻 Ethiopic Greek Unicode = ❓ ѷ
Character һ is Codepoint U+U+04bb.
□ U+043B + 🤖 #fromcharcode = ❓ һ
Character Ჩ is Codepoint U+U+1ca9.
□ U+0469 + 💻 Ethiopic Greek Unicode = ❓ Ჩ
Character Ძ is Codepoint U+U+1cab.
□ U+046B + 💻 Ethiopic Greek Unicode = ❓ Ძ
Some fd from the last run
oh? did you add in extra tool
ᴄᴜʀʀᴇɴᴛ
Current reverse
ok I will run in reverse order from U+27FF to U+1F00 the tools:
Current Symbol
Current Unicode
Greek Unicode
Ελληνικά
#fromcharcode
Unicode Greek
fromcharcode
Greek Unicode Phonetic
Balinese Unicode Greek
Ethiopic Greek Unicode
Unicode
Hexadecimal
Directly Next Unicode
#Fromcharcode
"fromcharcode"
Fromcharcode
Convert To Utf-8
Convert To Unicode
Directly Next
#correct-charcode
Mayan Unicode
unless nata is already doing that...?
might be usable, try it
Character ᑓ is Codepoint U+1453.
□ U+0693 + 💙 Greek Unicode = ❓ ᑓ
Character ﺯ is Codepoint U+feaf.
□ U+062F + 🇮🇩 Balinese Unicode Greek = ❓ ﺯ
Deseret Capital Letter Long A (U+10402) 𐐂
□ U+0537 + 💻 Mayan Unicode = ❓ 𐐂
Character ᲆ is Codepoint U+1c86.
□ U+0496 + 💻 Ethiopic Greek Unicode = ❓ ᲆ
Character ѹ is Codepoint U+0479.
□ U+0479 + 💙 Greek Unicode = ❓ ѹ
Character Ⳃ is Codepoint U+2cc2.
□ U+27c2 + 💻 Ethiopic Greek Unicode = ❓ Ⳃ
more coming!!!
not fd but missing recipes from the sheet
Character ➉ is Codepoint U+2789.
U+2799 + □ Current Unicode = ❾ ➉
Character ✙ is Codepoint U+2719.
U+2799 + 🤖 #fromcharcode = ❌ ✙
Character ✹ is Codepoint U+2739.
U+2799 + 💻 "fromcharcode" = ✹ ✹
Character ➈ is Codepoint U+2788.
U+2798 + 🤖 fromcharcode = 🎲 ➈
Character ➃ is Codepoint U+2783.
U+2793 + □ Current Symbol = 🎲 ➃
Character ✃ is Codepoint U+2703.
U+2783 + □ Current Unicode = ✃ ✃
Character 🙴 is Codepoint U+1f674.
U+2774 + 🔢 #correct-charcode = 🤔 🙴
Character 🙰 is Codepoint U+1f670.
U+2770 + 🔢 #correct-charcode = ❓ 🙰
Character ✩ is Codepoint U+2729.
U+2729 + □ Current Unicode = ✩ ✩
Character ⇂ is Codepoint U+21c2.
U+271b + □ Current Symbol = ↻ ⇂
im going to quickly post the lineage for Fucking Add Hashtag
alright, here it is
Lul
evil ass cat wtffff
latest fd part 1/2
Character ѹ is Codepoint U+0479.
U+0479 + 💙 Greek Unicode = ❓ ѹ
Character ᲆ is Codepoint U+1c86.
U+0496 + 💻 Ethiopic Greek Unicode = ❓ ᲆ
Character Ԗ is Codepoint U+0516.
U+0536 + □ Directly Next Unicode = ❓ Ԗ
U+0537 + 💻 Mayan Unicode = ❓ 𐐂
Character ﺯ is Codepoint U+feaf.
U+062F + 🇮🇩 Balinese Unicode Greek = ❓ ﺯ
Character ᑓ is Codepoint U+1453.
U+0693 + 💙 Greek Unicode = ❓ ᑓ
Character st is Codepoint U+fb06.
U+070F + 🤖 fromcharcode = ❌ st
Character ᑂ is Codepoint U+1442.
U+0742 + 🤖 #fromcharcode = ❓ ᑂ
Character ᑈ is Codepoint U+1448.
U+0748 + 🤖 #fromcharcode = ❓ ᑈ
Character ᑉ is Codepoint U+1449.
U+0749 + 🤖 #fromcharcode = ❓ ᑉ
Character ⱉ is Codepoint U+2c49.
U+0749 + 🇬🇷 Greek Unicode Phonetic = ❓ ⱉ
Modifier Letter Small Capital Aa (U+10780) 𐞀
U+0770 + 🔢 #correct-charcode = ❓ 𐞀
Character ⱡ is Codepoint U+2c61.
U+0771 + 🇬🇷 Greek Unicode Phonetic = ❓ ⱡ
Modifier Letter Bilabial Click (U+107B5) 𐞵
U+0775 + 🔢 #correct-charcode = ❓ 𐞵
Modifier Letter Small Turned R With Long Leg (U+107A6) 𐞦
U+0776 + 🔢 #correct-charcode = ❓ 𐞦
Modifier Letter Small Dz Digraph With Retroflex Hook (U+10788) 𐞈
U+0778 + 🔢 #correct-charcode = ❓ 𐞈
Character ⱹ is Codepoint U+2c79.
U+0779 + 🇬🇷 Greek Unicode Phonetic = ❓ ⱹ
Modifier Letter Small Dz Digraph With Curl (U+10789) 𐞉
U+0779 + 🔢 Hexadecimal = ❓ 𐞉
Imperial Aramaic Number Two (U+10859) 𐡙
U+0779 + 🔢 #correct-charcode = ❓ 𐡙
Modifier Letter Small Dezh Digraph (U+1078A) 𐞊
U+077A + 🔢 #correct-charcode = ❓ 𐞊
U+077B + 🔢 #correct-charcode = ❓
Character ռ is Codepoint U+057c.
U+077C + 🤖 #fromcharcode = ❌ ռ
Modifier Letter Small L With Retroflex Hook And Belt (U+1079D) 𐞝
U+077D + 🔢 #correct-charcode = ❓ 𐞝
Character վ is Codepoint U+057e.
U+077E + 🤖 #fromcharcode = ❌ վ
U+077E + 🔢 #correct-charcode = ❓
Character ủ is Codepoint U+1ee7.
U+07E7 + 🤖 #fromcharcode = ❓ ủ
Character ⵇ is Codepoint U+2d47.
U+07E7 + 🤖 fromcharcode = ❓ ⵇ
latest fd part 2/2
Character ỹ is Codepoint U+1ef9.
U+07E9 + 💻 "fromcharcode" = 🤔 ỹ
Character ৡ is Codepoint U+09e1.
U+07F1 + 🤖 #fromcharcode = ❓ ৡ
Character ⱱ is Codepoint U+2c71.
U+07F1 + 🇬🇷 Greek Unicode Phonetic = ❌ ⱱ
Character ⟑ is Codepoint U+27d1.
U+07F1 + 🔢 Hexadecimal = ❓ ⟑
Character is Codepoint U+0ef2.
U+07F2 + 🤖 #fromcharcode = ❓
Character ኲ is Codepoint U+12b2.
U+07F2 + 💻 Ethiopic Greek Unicode = ❓ ኲ
U+07F2 + 🔢 #correct-charcode = ❓
Character ࠠ is Codepoint U+0820.
U+08A0 + 🔢 Hexadecimal = ❓ ࠠ
Character ಓ is Codepoint U+0c93.
U+08A3 + 🤖 #fromcharcode = 🤔 ಓ
Character is Codepoint U+0ca9.
U+08A9 + 🤖 #fromcharcode = ❓
Character ࣮ is Codepoint U+08ee.
U+08AE + □ Convert To Unicode = ❓ ࣮
Character ू is Codepoint U+0942.
U+0902 + 💙 Greek Unicode = ❓ ू
Character ड़ is Codepoint U+095c.
U+099C + 🇮🇩 Balinese Unicode Greek = ❌ ड़
Character ໎ is Codepoint U+0ece.
U+0A0E + 💻 "fromcharcode" = ❓ ໎
Character ኗ is Codepoint U+1297.
U+0A17 + 💻 Ethiopic Greek Unicode = ❓ ኗ
Seems good
Continuing fd'
Character ኜ is Codepoint U+129c.
U+0A1C + 💻 Ethiopic Greek Unicode = ❓ ኜ
Character ኝ is Codepoint U+129d.
U+0A1D + 💻 Ethiopic Greek Unicode = ❓ ኝ
Character ಒ is Codepoint U+0c92.
U+0B12 + 🤖 #fromcharcode = ❓ ಒ
Character is Codepoint U+0b97.
U+0C17 + 🤖 fromcharcode = ❌
Character ಛ is Codepoint U+0c9b.
U+0C1B + 🤖 #fromcharcode = ❓ ಛ
Character ಯ is Codepoint U+0caf.
U+0C2F + 💻 Mayan Unicode = 🤔 ಯ
Character ಿ is Codepoint U+0cbf.
U+0C3F + 💻 Mayan Unicode = 🤔 ಿ
Character ᾅ is Codepoint U+1f85.
U+0C45 + 🇮🇩 Balinese Unicode Greek = ❓ ᾅ
Character ᑨ is Codepoint U+1468.
U+0C48 + 🔤 Unicode = ❓ ᑨ
Character ἣ is Codepoint U+1f23.
U+0C63 + 💻 Ethiopic Greek Unicode = 🤔 ἣ
Character ᑤ is Codepoint U+1464.
U+0C64 + □ Convert To Utf-8 = ❓ ᑤ
Character ἅ is Codepoint U+1f05.
U+0C6B + 💻 Ethiopic Greek Unicode = 🤔 ἅ
Character ಲ is Codepoint U+0cb2.
U+0C72 + 🤖 fromcharcode = ❓ ಲ
Character is Codepoint U+0cd3.
U+0C73 + 💻 Mayan Unicode = 🌿
see how the presence of "reverse" influenced the emoji choice?
yeah recipe can become a factor for the result emoji...
good thing we didnt have several element for one element with all different emojis
yeah well it can give clues
the brown square emoji's emoji is ?
whereas the others are all their own emoji
it basically means that it was gotten by random nonsense
probably not having anything to do with the codepoint
do you have mayan unicode
i dont
i hate that languages are sticky and the unicode isnt
like x unicode + y = x y
not y unicode
💀
so many dead codepoints that dont even have letters
starting at 2xx
want to try 1fxxx with me? your strat works super well i think
actually im gonna say guys if you ever use "..u-" to make a codepoint please at least make U+xxx0 and increment up (or +xxxa if you are doing letters)! we need as many alive codepoints as possible
U+2800 "braille pattern blank" lmao
i really like how they did it though
the braille block
it makes perfect sense
the last byte of the codepoint directly corresponds to the braille pattern in binary
0 = off, 1 = on
any of you guys found the nice increment strat? like if you have 23 and 24 (example only, can be any sequence) - all you do is put down 23 and 24 next to each other, middle click on 24 and drag onto 23 to make 25, then middle click on 25 and drag onto 24 to make 26 and repeat
nope
im still using the old way
u+x u+++x u+000x
:>
its not old per se its technically more efficient
but i dont like having to lay out my board with 100 elements on it
im getting my board ready to combine all U+0x with all U+letter x
i use it
its not consistent for each codeblock... as some just refuse increment tool and accept its own self increment like u+xxx1 + u+xxx3 = u+xxx4 + u+xxx1 = u+xxx5, sometimes it wanted to do this to
also true
well i meant in terms of strat not just combining previous 2
but doing it like that
with that board setup and sequence of moves
like you technically never have to move your mouse while not dragging something
meaning its max efficiency
and the distance you need to drag is nearly 0
text based
?
api request, automations
u got result?
all U+09a0-9ff revived
nice
same for 01 if it wasnt already
i am just doing U+0x + U+letterx
i tried U+e0001..... it did not work
apparently i actually have two recipes for the element with 0090
Hangul’s [stuff] be doing weid stuff more than i thought
can I get the skin you guys use for Infinite Craft
uh search hydrogen, neon hydrogen or ask nata for his i forgor the name
nata doesnt do much designing css
unless you mean element with codepoint/unicode preview on the above element
then yeah its from nata's mbs
how do i use mbs
bruhhh why most of the fd i get are private use Area -_-
why are you getting in private use is the better question
you download and drag and use
idk, its not even what i am looking for
?
nvm
your scraper? yeah
i think brute force will end up there more often
but i think we can do 90% of the 1fxxx block
maybe, all the last time i tried i never ever got even one Private Use Area, that why i found it strange and annoying
arabic unicode seems the culprit
oh yeah didnt see it happened almost only with him
but if you want useful fd
manually run through 1fxxx
we can get like90% of it at least i reckon
i got all from 1f0a0 to 1f147 with basically 3 tools only
and i then plopped down in 1faxx and it still worked there
it only becomes hard rarely or if you need to bridge unassigned
for the moment all U+xxxx i have made gave me everything except what i tried to get 💀 https://cdn.discordapp.com/attachments/1212905256887787560/1247459169674723389/Jzit6mA.png?ex=66601a62&is=665ec8e2&hm=32311e9878357c55bcc5ee5147911d4f6d4e86aa36fd520e6f4b32ee20b82af2&
yeah well thats the thing the strat is to not use those
codepoints are unreliable ive personally never had one come through up that high
so the way you do it is you go to a pre existing character
and you try 3 thinhgs
- normal incrementation (combine with itself, previous character, or other nearby characters, probably only try a couple before moving on since the next steps are very effective)
- [directly] previous/next [letter/number/unicode] (probably just try one since step 3 is super effective and come back later if it doesnt work
- Combine with ["][The ][prepend/append] U+[++][000]x["], where x is the last digit of the next character
again try the leasy complex of those first
so like to get to 1f684 from 1f683 youd try U+0004 first
or maybe even U+4, then move onto the simplest prepend/appends
they worked about 98% so hopefully that works for ya
previous letter was most consistent for the step 2
for some reason previous is more consistent at incrementing than next is
I also use U+XXXX + U+++0001 because one of them sometimes produczs dead variants with capital letters A,B,C,E,F
Yeah that happens a lot.
Some more fd
Character is Codepoint U+0cd3.
U+0C73 + 💻 Mayan Unicode = 🌿
Character ൭ is Codepoint U+0d6d.
U+0C75 + 🔢 #correct-charcode = ❓ ൭
Character is Codepoint U+0df6.
U+0C76 + 🤖 fromcharcode = ❓
Character is Codepoint U+0dfa.
U+0C7A + 🤖 fromcharcode = ❓
Character is Codepoint U+0cba.
U+0C7A + 💻 Mayan Unicode = ❓
Character ಫ is Codepoint U+0cab.
U+0C7B + 💻 Mayan Unicode = 👍 ಫ
Character is Codepoint U+0dfd.
U+0C7D + 🤖 fromcharcode = ❓
Character is Codepoint U+0dfe.
U+0C7E + 🤖 fromcharcode = ❓
Character ὐ is Codepoint U+1f50.
U+0C90 + 💻 Ethiopic Greek Unicode = ❓ ὐ
Character ὔ is Codepoint U+1f54.
U+0C94 + 💻 Ethiopic Greek Unicode = 🤔 ὔ
Character ᓖ is Codepoint U+14d6.
U+0C96 + 🤖 fromcharcode = ❓ ᓖ
Character Ὠ is Codepoint U+1f68.
U+0C98 + 💻 Ethiopic Greek Unicode = ❓ Ὠ
Character ᭩ is Codepoint U+1b69.
U+0C99 + 🤖 fromcharcode = ❓ ᭩
Character ⟵ is Codepoint U+27f5.
U+2575 + 👉 Directly Next = ↩️ ⟵
Character is Codepoint U+2435.
U+24b5 + 💻 Ethiopic Greek Unicode = ❓
Character ⏘ is Codepoint U+23d8.
U+23d8 + □ Current Symbol = ❓ ⏘
U+24ad + 🇬🇷 Ελληνικά = 🅰️🅱️ ⒶⒷⒷⒺ
U+2497 + 💻 Ethiopic Greek Unicode = 🤔 አዘን
U+2485 + 🇬🇷 Ελληνικά = ❌ ⒶⒷⒸ
when you check them against the sheet first check to see if they are actually listed in the sheet - the sheet isnt updated to unicode 15.1 yet
and you can modify it to say i found this but its not in sheet, either cause its recent or its unassigned
here is the list of the unicodes recipes not fd but missing from the sheet:
part1/2
Character ➉ is Codepoint U+2789.
U+2799 + □ Current Unicode = ❾ ➉
Character ✙ is Codepoint U+2719.
U+2799 + 🤖 #fromcharcode = ❌ ✙
Character ✹ is Codepoint U+2739.
U+2799 + 💻 "fromcharcode" = ✹ ✹
Character ➈ is Codepoint U+2788.
U+2798 + 🤖 fromcharcode = 🎲 ➈
Character ➃ is Codepoint U+2783.
U+2793 + □ Current Symbol = 🎲 ➃
Character ✃ is Codepoint U+2703.
U+2783 + □ Current Unicode = ✃ ✃
Character 🙴 is Codepoint U+1f674.
U+2774 + 🔢 #correct-charcode = 🤔 🙴
Character 🙰 is Codepoint U+1f670.
U+2770 + 🔢 #correct-charcode = ❓ 🙰
Character ✩ is Codepoint U+2729.
U+2729 + □ Current Unicode = ✩ ✩
Character ⇂ is Codepoint U+21c2.
U+271b + □ Current Symbol = ↻ ⇂
Character ⇁ is Codepoint U+21c1.
□ U+2718 + □ Current Symbol = ↪️ ⇁
Character ✘ is Codepoint U+2718.
□ U+2718 + □ Current Unicode = ❌ ✘
Character ⇇ is Codepoint U+21c7.
□ U+2717 + □ Current Symbol = ↩️ ⇇
Character ⇆ is Codepoint U+21c6.
□ U+2716 + □ Current Symbol = ↔️ ⇆
Character ✐ is Codepoint U+2710.
□ U+2710 + □ Current Unicode = 📝 ✐
Character ⚠ is Codepoint U+26a0.
□ U+26b0 + 💻 "fromcharcode" = ⚠ ⚠
Character ☨ is Codepoint U+2628.
□ U+2628 + 🤖 #fromcharcode = ❌ ☨
Character ⚖ is Codepoint U+2696.
□ U+2616 + □ Current Unicode = ⚖️ ⚖
Character ▏ is Codepoint U+258f.
□ U+2591 + □ Current Unicode = ❓ ▏
Character ◷ is Codepoint U+25f7.
□ U+2574 + 🤖 #fromcharcode = ⏳ ◷
Character ◽ is Codepoint U+25fd.
□ U+255d + 🔢 #correct-charcode = ❓ ◽
Character ◼ is Codepoint U+25fc.
□ U+253c + □ Current Unicode = ❌ ◼
Character ◔ is Codepoint U+25d4.
□ U+2535 + 🤖 #fromcharcode = ❓ ◔
Character ◫ is Codepoint U+25eb.
□ U+252b + □ Current Unicode = ❓ ◫
Character ◠ is Codepoint U+25e0.
□ U+2520 + 🤖 #fromcharcode = 🙂 ◠
part 2/2
Character K is Codepoint U+212a.
□ U+251c + 🇬🇷 Unicode Greek = ❌ K
Character ⥧ is Codepoint U+2967.
□ U+24db + 👉 Directly Next = ❓ ⥧
Character 💬 is Codepoint U+1f4ac.
□ U+24ca + 🔤 Unicode = 💬 💬
Character ⓾ is Codepoint U+24fe.
□ U+24be + □ Current Symbol = ❶ ⓾
Character ⏽ is Codepoint U+23fd.
□ U+23fd + □ Current Unicode = ❓ ⏽
Character ⏹ is Codepoint U+23f9.
□ U+23f9 + □ Current Unicode = ⏹ ⏹
Character ⏙ is Codepoint U+23d9.
□ U+23f9 + 💙 Greek Unicode = ❓ ⏙
Character ⏶ is Codepoint U+23f6.
□ U+23f6 + □ Current Unicode = ⏶ ⏶
Character 🎖 is Codepoint U+1f396.
□ U+23f5 + 💻 "fromcharcode" = 🏅 🎖
Character ⏲ is Codepoint U+23f2.
□ U+23f2 + □ Current Unicode = ⏲ ⏲
Character ⏂ is Codepoint U+23c2.
□ U+23f2 + 🇮🇩 Balinese Unicode Greek = ❓ ⏂
that is not a problem because I don't make negative checked of whether they are on the sheet but whether there is a U+XXXX codepoint entry but the column "Obtained" is FALSE
so anything missing from the sheet is not listed
there’s just a lot of things being printed out that aren’t on the sheet as in literally there’s no entry for them
Due to unassigned/recent
I also only check the sheet for Unicode characters and not other ranges..Hangul..CJK...etc
well everything is stored in my scrapping channels...feel free to roam and dicover...be my guest
So yeah for now the unassigned/missing characters given by the script I’ve ignored but still verified the recipe for
Ready for if they should ever be needed
the grind isnt going to be fun for these
I personally won’t care for them
Unicode Character “◌ֳ” (U+05B3)#1206592567622373446 message for u+05f3
Did this but with U+1f63c + Prepend Hyphen
time to increment
and it worked like a charm
{1f63c} + U+000d = {1f63d}
... well yes
ah ok
recipe for 1f622 and 1f625 on sheet were wrong
because they look near identical
they got confused
fixed it
ah yes how could i forget about {[ astonished face ]}
1f60c the final boss
it even redirects my attempts to the grimacing emoji
so clearly this one is gonna be rough
yeah idk
another correct emoji
its very good at that actually
isn't really helping 😦
well at least you can use it in discord ;)
goofy, i can revive it
u want the recipe as well?
well I am more interested on being able to use them on the bot.
but maybe other people will come looking for them
ok, imma try revival with the method i used to do... no complain if the lineage reach over 300+ step
two more fd
Character ⏘ is Codepoint U+23d8.
U+23d8 + □ Current Symbol = ❓ ⏘
Character is Codepoint U+2fff.
U+22ff + 👉 Directly Next = ❓
I used the method described by Alfo_fish with "..u-1f" element as starting point
g
qui
done :>
please stop this nonsense 😦
idk why but u+0 seems very good at incrementing u+1f7x
oki imma continue u+1f8x
impressive it worked this time too
im not happy with this
ok seems like it need "..u" method, im not getting it
gotta skip
Ok that is great! You are really fast!
u+1fbx till u+1fcx is all alive now
that is oddly high quality emotes
U+1fdx except u+1fdc
what's the recipe for U+0?
#1226511876733669436 message
im not having it
my wifi being slow again
im done...
U+1fab U+1fac U+1fdc
U+1feb U+1fec U+1fed
U+1fef U+1ffe U+1fff
gl if you want to revive this, im going afk for a while
gj
i messed around and got this for some reason
fish 👍
the heck? I could use those variants you have - I don’t have those obviously cause FD but also the Mr ones I don’t have
they're dead tho
cuz only right side has quotes and they start with lowercase
yeah I know but there were other variants you used that I don’t have - plus I’d like those anyway in case they get revived
If "from.charcode? works (which it usually doesn't), it can add " to the end (sometimes it makes a new element and then adds the " to the end of that
example to the latter
Yes that’s normal
elements with one bracket or quote get closed by the ai
it still after all clearly sees the text input and output as one contiguous string
yeah but that'll probably mean that it'll just add a " to the end of the character or codepoint (if it even works on it)
if I was doing this I would not be using a general purpose ai like that but I also would be about 15 years under skilled to implement it
How about the ones involving mr? that could offer options with making mr. characters
haven't tested the "from.charcode?" that much on codepoints but got this earlier today
already revived
𝐂𝐨𝐧𝐟
conf
how was the first one done? I’ve been unable to get around it doing that to my charcode variants
bp sub1 reference ..
The braille Unicode block is so perfect
exactly runs from 2800-28ff and the least significant byte if you write it out in a grid like braille it literally is the pattern of dots
so 2800 = blank
yea i love the way it's encoded
meanwhile the legacy computing block 😭
i couldn't figure out how that one was encoded
from 1FB00 to 1FB3B
when your font is just: x&01 x&03 \n x&07 x&0f \n x&1f x&3f \n x&7f x&ff
Or rather wait no not quite
eh don’t worry
point is it’s so satisfying
to have the codepoint itself encode the information
And not needing to resort to a lookup table to figure out what that character looks like
? helpful
I forgot to include #astring.tocodepoint
When I combine with #tocodepoint it gives me emojis but I haven't tried with symbols
got U+200E LEFT-TO-RIGHT MARK
𝐶𝑂𝑂𝐿
what made the ai think its COOL result
just spent an hour looking for an element I didn’t even need lmao 🫠
it was so obvious I didn’t need it too fucks sake XD
i just realized i cant get any early dynastic cuneiform characters since they were made in unicode 15.1 😭
oh nvm unicode 8
Im trying to get Regional indicators s (U+1f1f8) and m(U+1f1f2). I have the Unicodes but whenever I mix them with any form of Unicode it doesn’t work
for S
hmm not a fd i wonder who have done samaritan
yeah similar to emoji block a lot of things not fd
i let the scraper run and went to sleep, woke up to my laptop being restarted by a windows update 😭
i love windows
okay damn thats a lot of tools i dont have
yeah u want the save file or i just start listing most of em with analyzer link?
this gonna take a while
stepped into 02xx and of course this is the first thing i see
should i list em all the one i made& redirect other to other message in discord
or
just do it minimally...?
whatever is the least work for you
i wouldnt worry much about the ones with diff numbers
i can figure that out myself
only need 1 or 2
from there i can get the rest
they do exist, your font just doesnt load them or something
I just have the base font. Nothing special
i would be missing alot of named unicode if that happen to me :v
do I need anything extra?
yeah it does happen a lot - some of them also just don’t render in the IC environment
that’s why scripts exist
can’t always trust your judgement or the font
Unicode Character ᦳ (U+19B3) and Unicode Character ᦴ (U+19B4) #1206592567622373446 message for u+05f5
Unicode Character ᦵ (U+19B5) #1206592567622373446 message for u+05f3
Unicode Character ᦶ (U+19B6) scroll up for u+05e3
Unicode Character ᦹ (U+19B9)
Unicode Character ᦺ (U+19BA) and Unicode Character “ᦻ” (U+19BB)
Unicode Character ᦼ (U+19BC)
Unicode Character ᦽ (U+19BD) and Unicode Character ᦿ (U+19BF)
Unicode Character ᦾ (U+19BE)
first half of 02xx done
have Prepend U+(many numbers) elements always doing it?
Recipes for U+a00 U+b00 U+c00 U+d00 U+e00 U+f00 U+a000 U+b000 U+c000 U+d000 u+e000 U+f000
U+f000 can also be gotten with (Idi Amin + Mars Rover) + Unicode
ok but if you do every other recipe then it is for free
yeah
#1226511876733669436 message
Here's every spontaneous U+ code we've found so far
If you have any please send
wait wdym U+ code? like literally anything that starts with U+ ?
Yeah
Where it just came out of nowhere
and does it need to only have 0-f
So like the Unicode + Ukko = U+0000 thing
and a single +
Yeah
@graceful marsh ^
ok I have a question. I'm trying to get U+1e62 for Ṣ but it kinda stops a U+1e39 before changing into different characters? How do I get to U+1e62?
yeah it can be rough, have you tried using "..u-" strat
I got it I am at U+1e59
it looks like it's the same stopping pattern each 10 or so
ok I have U+1e62 but idk what in the world to do with it
its hard to say - you can try all the charcode and unicode tools but theres no guarantee they will work
especially when there is letters in volved
maybe it can revive the Ṣ
I'll show what I got that I guess I wasn't aiming for
I think it's Laotian Unicode + U+1e63
cool i will put in sheet - may i have recipe for laotian unicode?
yeah okay laotian isnt in browser either sadly
okay
cool so did you end up using "..u-" to get to 1e00?
just putting that there for the ones I have
I don't remember how I got there
I had U+1e39 before
The smallest I think I have is U+1e
yeah sure
From U+19 + U+19 = U+1A and it goes down the line to e
yeah all good i got all that i was just curious
anyway got 1e00 now
had 0e00 already
0e00 + 1e = 1e00
what is 0e00 for?
general util for getting things with e in them
like
0e40
you could increment from 0e00
in this case it works for 1e00
probably 2e00 too
i would imagine it like
u+1e + u+39 and it just somehow worked 😯
to start though U+1e + U+1f = U+1e1 and you can increment up from there
I did U+1e39 + U+10 = U+1e40
I tried U+1 and U+1e and they don't give you a higher number
I tried all my things with unicode in them but Idk all the tools cuz I only got more into the whole unicode thing recently
i accidentally got "Prepend Е" (cyrillic E)
nice
oh okay i didnt consider that actually
that like U+1e9 increments to u+1e10
thats actually a great strat
i never considered that
so i did the one with 1e63
there were some others let me have a look
now does it do anything
i dont think so lmao
test it
lmao
can you try it on something like "test" then ..
it does nothing lol
amazing
why are these different
probably because one is 2 exclaimation marks
and the other is the double excalaimation mark character
any ideas what to combine with U+1e62 and U+1e63?
ujj
its going to be tough to get those (i need to finish off the others you did)
ill have a try
hell im gonna need to add all of that 💀 (result of scrapping via Arabic Unicode)
not as bad as nata's bruteforce. theres alot of lineage i need to copy&paste though
bottom left one i dont have ingredients (and neither does sheet)
damn all the ff
like theres a lot of things there that arent in the sheet for example the ⵎ
but i dont think i have any of those ingredients to make it
okay
That's what I did and then try mixing the symbols I already had
okay
well i may miss some but ill see what i can do
got these from letters
ⴼ + ⴽ = ⴾ new fd
have these rn
still missing some of the ones you had tho
ive just done incrementation
if you dont have mongolian beef script i recommend you get it
you can turn on a tool to display codepoint
what was your recipe for U+++0? i have fd on it but its cursed recipe
I wanted to include a link to its lineage as well, but I couldn't find the original message where it was posted. If you know where it is, I will add the link to it to my post.
i think mr. u+++ should be easier?
108C0
is that assigned?
i don't know. but probably not because I can't search for it on google
just use unicode checker website
getting some braille patterns on this patch
Found all U+axx
seems like a lot - what was main strat
well make U+a00, U+a10 upto U+a90, then combine with U+a01 to get the next one and combine two previous until U+a0f, U+a1f, U+a2f... U+aff. Of course sometimes I had to combine it differently or with U+++1 or like to get U+a11 + U+a40 = U+a51
also for the letters I used "..u-" strategy to get U+aa0, U+aa1, U+ab0, U+ab1, ... U+ad0, U+ad1
so 1/16th done xd
and you didnt use "..u-" for the others like U+a10 etc?
i guess they werent as troublesome as ae0
like to make U+a00 and U+a10 just use any strategy. I guess "..u-" should work
That was probably the hardest one. Also U+aff was pretty hard.
hmm u- is like only one id use for those
atm
i dont know of a truly decent way to increment U+axx tbf
it kinda forgets what addition is
well you don't really want to make "..u-" for every combination of those. like the starting ones and then you just combine
yes just for a10 and so forth
imo it works pretty well
let me see
like I was surprised that for all (I think) U+a(number)x this recipe worked: U+a18 + U+a19 = U+a1a
hmm ok
for the letters I used a different strategy but I think it also works
i just would have triedl ike U+a1 + U+10 and a few variants, seen it not work, and decied to not waste my time
whoah. Reviving works even when you make the dead element first and then just do a recipe that gives the revived element? Cause I just made U+03A which didn't combine with itself. So I did "..u-03a" + U+ = U+03a and after that U+03A combined with itself.
can someone do this and check if they have FD?
didnt you get the fd?
can you try? this recipe should give lowercase A
yeah. Like it didn't combine with itself when I made it, but when I did that sequence of crafts, it did combine. So I was wondering if that revived it. Or maybe it was just not somehow communicating
you did revive it
yes you revived it
bcs I thought it was only possible to revive an element if you made it correctly the first time
without mbs you can only have one capitalization on your file
but you can still revive things (since it still sees the output as U+03a even if you have U+03A alr)
yeah you can always revive things unless its a cached recipe
oooh, ok.
if it is cached you just need to turn the cache off after
or find an alternate recipe
actually so like you said you incremented by 10? Like from a00 to a10 then a20?
yes
i guess we're done early today
GREEK IS DONE
I just threw all the Greek lowercase char codes (U+03B1 thru 0+03C9) at the element Xi lol
(GREEK WITHOUT ACCENTS IS DONE, RATHER)
two recipes which work:
Back to work! 😏 (apparently U+02ea was already alive)
Also little extra
recipe for Congruent with Dot Above “⩭” (U+2A6D) (accidental)
(wrong charcodes as usual - 03C7 is for chi and 03C9 is for omega)
U+020c
U+020d
U+020e
U+020f
U+021c
U+021d
U+021e
U+021f
U+0248
U+024a
U+024b
U+024c
U+024d
U+024e
U+024f
U+027a
U+027b
U+027c
U+027d
U+027e
U+027f
U+0284
U+0285
U+0286
U+0288
U+028c
U+028d
U+028e
U+028f
U+02a0
U+02a1
U+02a2
U+02a3
U+02a4
U+02a5
U+02a6
U+02a7
U+02a8
U+02a9
U+02aa
U+02ab
U+02ac
U+02ad
U+02ae
U+02af
U+02b0
U+02b1
U+02b2
U+02b3
U+02b4
U+02b5
U+02b6
U+02b7
U+02b8
U+02b9
U+02ba
U+02bf
U+02c4
U+02c5
U+02ca
U+02cb```
all dead ones?
yea
cc-ff isnt anymore
wdym by dead ones?
like U+02A instead of U+02a like you revived before
oh right, I was thinking of something else ..
okay I think we still didn’t put in psi and also what was recipe for xi
@chilly fulcrum either of these for xi
oh yeah. I saw your post and thought it would be funny to make one of them.
turns out Johny had psi for ages and never told you guys, but I found a recipe anyway
@chilly fulcrum
Yeah okay fine I will do that later once I am on pc
did you have a nice recipe for the word xi itself
okay
ya know I wouldn’t be at all surprised if you got get the whole Greek lowercase unicode subblock by just combining all the char codes U+03b1 thru U+03c9 with all the elements Alpha thru Zeta 😂
and similarly for the Greek capital subblock
even in general, for any unicode block/subblock where we only have a few stragglers left, literally just throw a ‘name/s’ for that element (e.g. Greek small letter xi has ‘name’ Xi) at all the char codes for that block/subblock
yes and no
it depends on how hard it resist you
Cyrillic Division Sign + U+22d7 flashbacks intensify
alright, as a general rule of thumb then
this might be the end of my unicode journey 🥲
yeah you could try it - although it seems my success seems to be disproportionately worse
with that method
well if you think about it, the AI is rubbish at matching the exact char code with the character, but we don’t know whether it’s okay at the easier task of matching (something in) the char code block/subblock with the character—it simply hasn’t been well tested yet
it’s not the kind of thing you’d wanna do manually
e.g. for the lowercase Greek letters there are 24 obvious names and 25 charcodes, so 24*25 = 600 combinations
what I observed was the behaviour when using the name was nearly identical to that of using char code but this is a block with upper and lowercase so it’s a totally different scenario
to what I’ve faced
yeah I suppose the AI is bound to be a little better at greek unicode etc. just due to it being a commonly used unicode block. doesn’t mean we shouldn’t at least try it elsewhere tho :)
does anyone know how to make U- ?
thx
Unicode Character ffi (U+FB03)
ffi
Ooh nice we can abuse that one actually
we need to make FFI
then we can abuse it
Unicode Character שּ (U+FB49) and Unicode Character תּ (U+FB4A)
Unicode Character בֿ (U+FB4C) , Unicode Character כֿ (U+FB4D) , Unicode Character פֿ (U+FB4E) , Unicode Character ﭏ (U+FB4F) and Unicode Character ﭐ (U+FB50)
we have fb47 and 48?
yea checked the sheet
thank you for making me work 6 more hours smh
damn the game really loved ⸭
How is Cyrillic small letter ye made? (е)
have you checked sheet
use the capital one
Kk
What’s the unicode for that?
415
Ty
Unicode Character 𐒰 (U+104B0) and lots of unassigned.
fair enough I guess
how many cyrillic letters in quotation marks are found?
idk what that is but ok
i really should actually commit to making the code to do that
cyrillic і in quotes
i also havent done natas most recent couple of dumps i hope he stores them somewhere
Retroflex Underdot + /s = ᶑ
Also my quest has not ended I have not found Ṣ yet and even Retroflex Underdot gave me the dead Ṣ
got this tho from U+1e62 and U+1e63 and Retroflex Underdot
retroflex underdot wa
ok how do I get U+0282 because idk how
199 doesn't go to 200
and I need 282
the highest I have is 0219
otherwise it jumps to letters
looking for this because it may help me
I also may try to get yoruba
the 21st letter in yoruba is the symbol I want
wait hold on now it's letting me combine it with stuff
The whole time I've had Ṣ it's been dead but now it works
I still need Ṣ and Ḍ in quotes tho and I have no idea how to do that. I tried some things that worked for the a and i
did you try "string.fromcharcode" or "fromcharcode"
ah ok
no but I did that and it gave me U+2000
oh okay let me see
i am a liar i guess? idk i thought there was an easier way
try this
you know the U- elements like U-1
that you got at the very start
you may be able to increment them to -200 then just add U+0000
and it might convert it to a +
and add a 0
hold on I don't have those
I might have not counted
I couldn't go very far because they would always end up with letters so the most I have is like U+++0090
ok got it
now I gotta get 82
do you have u-1
ok now I got it U+0282
just increment your U+++0090 up to 99 and then 0100
you may have to combien with random other U+ but it does increment just fine
you know you also can sum these up in one image too with a tree lineage? do you ant to try making that
oh no
recipe for fb41 is wrong
idk how leon got to fb47 to increment then
maybe the others there are also wrong
huh
u+++0050 + u+++0150 ?
i see
i was asking if that worked
yeah it does
LMAO
wait shit why am i on 300f instead of 030f
eh i did say i'd get around to 3xxx
happy incident i guess
𝔅rom Ascii
i have way too many From Ascii variant now
prob cuz the F in from ascii is also not normal
yea i kno
wake up new invisible unicode sequence just dropped
{right to left embedding}{space}{variant selector 15}{pop directional formatting}
why the hell After Previous Unicode gives such element 🙃
idk
Hello everyone! I have soooo many recipes for sheet and fd. I guess I will spend the weekend just upload everything here.
Also some new unicode blocks unlocked (entries found) e.g. Grantha Letters Vedic
i think its better to put it in one.txt
as well as link to lineage for recipes needed ( the tools & if possible the u+xxxx as well )
yeah one txt or comment is fine
but all in one place is the goal
but i was trying to follow leons recipes when i noticed i did the recipe for U+fb41 and i got no U+ code out
it was actually rtl {fb41}
the single characters first discoveries
right, the first bit of this it looks like is already done, its annoying you dont have updated version of sheet
would you like to apply for editor?
Recipes missing as of 4th June 2026
I have to go again now. Sorry about that. I will when I find some time
okay
how did you gyus even get 21ex oml
i have to use "..u-" for every single one
it refuses to increment
ah that one was my doing ( discover it ) lmao
im not having my pc until few hours into the future
yeah i have to use "..u-" for literally every single one
oof i'll drop the lineage without that later
same for U+23ex
it is even worse tho
it autocorrects to u-235
so i cant make it at all lol
wtf
if the model has been changes it repeats way easier now
oh nvm, u+21eb until u+21ef wasnt my doing
try u+21e or u+++21e + u+e0 or u+++e0
oof
for eb-ef, u probs need that...but not for e0-ea
tragic it lets you increment up to U+++19a and then says lol nice try U+++1a
whew finally got to U+23e0
ick even worse
only lets me increment to e3
Unicode Character ף (U+05E3) long lineage #1206592567622373446 message for "אב"
and why is ם (u+05dd) is still not added to the sheet message #1206592567622373446 message
needed help with that one
and also a few others - you went from U+fb47 ni a chain recently but the recipe on the sheet for the start of this chain (fb41) is incorrect
like the recipe in the sheet is wrong
it gives the character but with an rtl
i see the sheet you linked - which row is what i am after
got it i see
for fb41
okay
05dd for reference
alright i can follow yours now
done through to fb51
now looking at 05e3
Unicode Character ך (U+05DA)
real
who don't like U + x x x x tech?
ok thats rare
Rare
the fact that ü+ü=Ü is so annoying with the capitalization bug
when I start my new save (eventually) I’m gonna have to make sure to get Ü first via a different recipe since I only use aesthetic mods
don't tell me you don't use the helper script
ok youre right I guess Helper is more than just aesthetic
“aesthetic and convenience” I guess I mean. mbs actually changes (fixes, but changes nevertheless) vanilla mechanics
helper introduces non-vanilla mechanics too, aka middle click
oh well my middle click is broken anyway 😂
turns out my lineage for U+23Ex is kinda relying on previous range ( U+2xEx )
ah yes another
splendid, a lunatic is giving a thumbs up
lots of Unicode characters (u+fb53 - u+fb7f)
Unicode Character ץ (U+05E5) the whole Hebrew alphabet completed
damn 20xxx
that's pretty high up
stuff that doesn't exist from 3000 to 307f
U+301e
U+301f
U+3027
U+302b
U+302c
U+302d
U+302e
U+302f
U+303a
U+303b
U+303c
U+303d
U+303e
U+304a
U+304b
U+304c
U+304d
U+304f
U+305a
U+305b
U+305c
U+305d
U+305e
U+306a
U+306b
U+306c
U+306d```
need recipe for unicode arabic - it is not so easy to turn arabic unicode into unicode arabic
anyway all fb3b to fbbf found i will keep going to try make it to ff
#1206592567622373446 message
#1206592567622373446 message
Unicode Batak is in bot
#1206592567622373446 message
#1206592567622373446 message
hmm damn when i searched nothig came up at all
well no thats not true there was 20 results but they were all for arabic unicode
not unicode arabic
i think thats all references you need...
yeah ik
okay so looks like incrementation is nerfed badly
same with "..u-"
we need to get some new tech for this
i have to wrestle for 15 min to get it to increment once
there also these 2 ways to get Unicode Arabic
i see nice
yay got VARIATION SELECTOR-16
lmao
i tried messing with U+e0001 a while back
but maybe sine model change* it will do something
unicode emoji and emoji unicode i think i need to play a bit
been a while since we had an encoding error
be funny if it says something if you change encoding
like some text encoding converter idk
new face??
incrementing just stopped working ; ;
list of what i cant get in 1f3xx range (will update): ```
1f394
1f398
1f3ca (in sheet but wtf man that recipe is atrocious)
1f3cb
Obtained:
1f3ab
1f3bd
characters or codepoints
characters
i have found a few incorrect recipes so maybe i should stop skipping ones already marked
what
underscore K
21xex...?
21ex
https://media.discordapp.net/attachments/1211396359836409936/1248668819937955962/image.png?ex=666529b5&is=6663d835&hm=a930b9aefc5e8474a3baf794afad0061caf0675d403e4ff99e27951c607243b4&=&format=webp&quality=lossless&width=680&height=437
https://media.discordapp.net/attachments/1211396359836409936/1248979260161654877/image.png?ex=6665a214&is=66645094&hm=2c2194412233cce3d9b2d6752a39a511cf33302a6c1c3550b673d331bfe11b48&=&format=webp&quality=lossless&width=512&height=437
21xe^x 🙂
23ex... well long lineage as i used u+23de + u+23df = u+23e0
okay
do you have like unicode 11.0 or anything
i have multiples of 10.0
but some sheet recipes use 13.0