#Unicode

1 messages · Page 30 of 1

chilly fulcrum
#

they respond a bit unusually

#

because it thinks you are trying to draw a box i suspect

tepid blaze
#

is there any more element like that you would want me to test it with before i start it?

chilly fulcrum
#

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

tepid blaze
#

for the moment i dont really see a lot of thing, except the characters giving themselve, but i got 2 new unicode

chilly fulcrum
#

okay what codepoints are those

#

in and out

tepid blaze
#

replaced characters with their codepoint
reverse + 2540 = 2541
reverse + 254A = 254B

chilly fulcrum
#

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

tepid blaze
#

rn i am at 2566 (its slow cause i dont wanna be annoyed by cloudflare)

young turtle
#

Interesting! ☺️ You implemented this in node.js or python?

tepid blaze
chilly fulcrum
#

this is the sqlite thing isnt it

tepid blaze
young turtle
#

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

tepid blaze
#

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

young turtle
tepid blaze
#

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)

chilly fulcrum
#

i see - was the buffer that hard or what

#

i havent had a look

tepid blaze
chilly fulcrum
#

i was asking johny mostly cause he used someone elses buffer i was just wondering if i understand it properly thats all

young turtle
chilly fulcrum
#

oh ok

#

cause i would have thought it is like - find something - add to a string, when len>=cutoff, send

young turtle
#

At the end you must not forget to also send what is left in the buffer before you exit the script!

tepid blaze
#

ok this time it is in the good order and it contain all the output ive got (except Nothing ones)

chilly fulcrum
#

anything new? (there were some new discoveries i made while it was running so)

tepid blaze
chilly fulcrum
#

okay

tepid blaze
#

but there this one that not in the spreadsheet, #1206592567622373446 message but with this lineage...

chilly fulcrum
#

surely this make 1f100......

#

(it makes 10000)

sour swallow
#

how are those different?

chilly fulcrum
#

because they are

#

put them into unicode analyser

tepid blaze
# sour swallow

there probably a Variation Selector-16 at the start or end (edit: verified it, there is a VARIATION SELECTOR-16 at the end)

chilly fulcrum
#

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

tepid blaze
#

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?)

chilly fulcrum
#

yeah same

abstract marsh
#

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

tepid blaze
#

yeah but since its the firs time i got 3 Private Use Area one i was thinking about it

chilly fulcrum
#

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

trim pond
#

Can someone add this?

chilly fulcrum
#

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

trim pond
#

here #1206592567622373446 message

chilly fulcrum
#

okay i can do that

#

also chain ended at 1f14a

#

cant get it

chilly fulcrum
chilly fulcrum
#

i dont have +f1

#

or +fanything

#

been trying for a while

#

for those

#

i have U+f+f tho

trim pond
#

I shared the way to get them in a previous video

trim pond
# chilly fulcrum i dont have +f1

#1206592567622373446 message for I think all u+X0 (letter number)
#1206592567622373446 message for the increments in the above video
#1206592567622373446 message for U+a0

chilly fulcrum
#

yeah okay

#

how dos that video even work btw

#

vanilla gameplay wont be able to reproduce such effect

trim pond
#

You combine U+letter with the U+++++a(number), and U+++e0, u+++e1 for the first two ones

chilly fulcrum
#

so that was for U+fx but what about the others?

#

did it just work for all

#

lmao

trim pond
#

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)

chilly fulcrum
#

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?

trim pond
#

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

chilly fulcrum
#

ok

trim pond
#

if you can't make some of them tell me I can share the recipe

chilly fulcrum
#

yeah i see

#

f6a and f9a

#

to resolve those what did you do

#

i guess increment

#

fair enough

trim pond
#

yeah

chilly fulcrum
#

okay its in now

#

if you want you can run my script on ur file to see what else you have

trim pond
#

sure

lethal nymph
#

how sweet

chilly fulcrum
#

right i need to go get those - these all come from I hate that unicode right

trim pond
chilly fulcrum
#

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

trim pond
#

ok

trim pond
chilly fulcrum
#

; ;

#

i can only suggest that means your save isnt in the correct format somehow

#

but ill have another look

trim pond
#

well I just exported it using the helper script

chilly fulcrum
#

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?

trim pond
#

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

chilly fulcrum
#

i see

#

i suppose i didnt account for that

trim pond
#

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

chilly fulcrum
#

the next script requires a copy of the unicode sheet which i dont think you have permissions to copy yourself

trim pond
#

well I was editor but now I am not, since I am not really feeling like searching for new unicodes atm

chilly fulcrum
#

in any case the script basically prints out all the characters you have but arent in sheet

trim pond
#

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

chilly fulcrum
#

right - i may be able to send a copy of all the sheets to you if you cant export it as csv yourself

trim pond
#

ok, dm?

chilly fulcrum
#

sure i think i can do that

chilly fulcrum
#

got 1fa95

#

last rendering unicode on the main sheet

#

for me anyway with my fonts

#

"not a character" "0 fonts"

stable verge
#

brhuh

#

script common tho

chilly fulcrum
#

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

stable verge
#

ok

chilly fulcrum
#

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

robust sparrow
#

I found these 2 emojis by accident

chilly fulcrum
#

surely this works 💀

#

ok nice well 1f63c may we have recipe for

young turtle
#

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

lethal nymph
#

for some reasons my internet is horrible today

#

one request is taking like 3 minutes

trim pond
#

All alive thankfully. I will post the recipes soon

chilly fulcrum
#

its far better to compare to sheet than fd

#

fd is a bad indicator

young turtle
young turtle
chilly fulcrum
#

i can send u

young turtle
#

yes please

#

Here are the fd from the revived range U+22XX - U+23XX range run

#

I will search my files for the recipes

chilly fulcrum
#

funny cause i got 27d9

#

like

#

just this morning

young turtle
#

it is QE hehehe

chilly fulcrum
#

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

young turtle
#

Ok well the first I found is impossible recipe...
U+1ec6
U+0fad + Nothing = ❌ Ệ

chilly fulcrum
#

bruh

#

well

#

its possible

#

just use nothing

candid trellis
young turtle
#

They are all the same...

U+1f42
U+0f92 + Nothing = ❓ ὂ

chilly fulcrum
#

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

abstract marsh
#

whiteholes potentials testing? 👀

chilly fulcrum
#

since we have the strats

#

hmm true

#

but they have been tested already

young turtle
#

pfff not all

Character ⦛ is Codepoint U+299b.
□ U+029b + 👉 Directly Next = ❓ ⦛

chilly fulcrum
#

1fxxx is literally just add U+000x

young turtle
#

Character ⟘ is Codepoint U+27d8.
□ U+0278 + □ Convert To Utf-8 = ❓ ⟘

#

The recipe for U+2C70 is lost for me due to a bug... 😞

chilly fulcrum
#

hmm do you know what bug?

#

could it be caps related or nah?

young turtle
#

I was not storing the output of the script to my savefile or webhook

chilly fulcrum
#

so where were you storing it

young turtle
#

I was not

abstract marsh
#

nowhere 🎉

young turtle
#

I have to rerun the range U+0400 to U+0dcc

chilly fulcrum
#

hmm nah

#

dont

#

for the sake of 1 elemenmt

#

do not waste that much time

chilly fulcrum
#

unless you really want to of course

abstract marsh
#

i suggest not, its one recipe out of thousands...

young turtle
#

I guess it will be faster... now I know the dead elements in that range 😉

abstract marsh
#

better just move on & use new tool for same range then...

chilly fulcrum
#

that is true

young turtle
#

yes no "nothing" nonsense///

chilly fulcrum
#

actuallu

#

now youve run all those recipes

#

it will be much faster

#

they will all cmobine near instantly

#

but still rate limited i think

abstract marsh
#

still ratelimit exist

abstract marsh
#

oh yeah i saw that
probs might try as minimal altphabet as possible

chilly fulcrum
#

for what

lilac maple
#

Unicode Character [ (U+FF3B)

trim pond
#

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

abstract marsh
#

u+c8 + u+c9 = u+ca
just increment u+cx (x is number)
:>

trim pond
#

thanks. didn't know that

#

but you need u+c8 and U+c9 for that

abstract marsh
abstract marsh
chilly fulcrum
#

nah glowy for U+cx you dont need any alt alphabet

#

just U+++++a2-9

#

(did we find +++++a0-1?)

abstract marsh
#

five pluses
concerning...

trim pond
chilly fulcrum
#

i have U+++++a00

#

nah its not that bad

#

just U++++ + U+a2

#

...

#

U+++++ + U+a0

#

lmao

#

now a1

#
  • U+++++1
#

nice

trim pond
#

also found these when searching for those. not sure if you want the recipes for any of them. Maybe U+f00 and U+f000 ?

chilly fulcrum
#

sure yeah

#

yey

#

all U+xx done

#

U+f00d lol

trim pond
#

feeling hungry?

chilly fulcrum
#

this took WAY too long

neat haven
#

apparently things like sql javascript html and whatnot could be useful to convert unicodes

chilly fulcrum
#

I was also thinking of writing out the UTF-8

#

and seeing if it could convert that

young turtle
#

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

chilly fulcrum
#

oh? did you add in extra tool

lethal nymph
#

ᴄᴜʀʀᴇɴᴛ

chilly fulcrum
#

Current reverse

young turtle
#

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...?

pastel harness
#

idk if this is good but idk is this good?

#

I have no idea what is good or not

abstract marsh
#

might be usable, try it

young turtle
#

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!!!

young turtle
#

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 = ↻ ⇂

robust sparrow
#

alright, here it is

chilly fulcrum
#

Lul

sage wren
young turtle
#

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 = ❓ ኗ

chilly fulcrum
#

Seems good

young turtle
#

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 = 🌿 ೓
chilly fulcrum
abstract marsh
#

yeah recipe can become a factor for the result emoji...

good thing we didnt have several element for one element with all different emojis

chilly fulcrum
#

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

chilly fulcrum
#

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

abstract marsh
#

nope
im still using the old way
u+x u+++x u+000x
:>

chilly fulcrum
#

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

abstract marsh
#

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

chilly fulcrum
#

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

abstract marsh
#

text based

chilly fulcrum
#

?

abstract marsh
#

api request, automations

abstract marsh
chilly fulcrum
#

we hit 10k unicodes

#

10089

chilly fulcrum
#

all U+09a0-9ff revived

abstract marsh
#

nice

chilly fulcrum
#

same for 01 if it wasnt already

#

i am just doing U+0x + U+letterx

#

i tried U+e0001..... it did not work

lethal nymph
#

apparently i actually have two recipes for the element with 0090

abstract marsh
#

Hangul’s [stuff] be doing weid stuff more than i thought

barren flicker
#

can I get the skin you guys use for Infinite Craft

stable verge
#

uh search hydrogen, neon hydrogen or ask nata for his i forgor the name

abstract marsh
#

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

barren flicker
#

how do i use mbs

tepid blaze
#

bruhhh why most of the fd i get are private use Area -_-

chilly fulcrum
#

why are you getting in private use is the better question

stable verge
#

you download and drag and use

tepid blaze
barren flicker
stable verge
#

nvm

chilly fulcrum
#

your scraper? yeah

#

i think brute force will end up there more often

#

but i think we can do 90% of the 1fxxx block

tepid blaze
chilly fulcrum
#

arabic unicode seems the culprit

tepid blaze
chilly fulcrum
#

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

lethal nymph
#

bruh i got a greek cut-off

#

Ἑλληνική Δημοκρατ

chilly fulcrum
#

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

#
  1. 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)
  2. [directly] previous/next [letter/number/unicode] (probably just try one since step 3 is super effective and come back later if it doesnt work
  3. 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

young turtle
young turtle
young turtle
#

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  + 🇬🇷 Ελληνικά  = ❌ ⒶⒷⒸ
chilly fulcrum
#

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

young turtle
#

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  = ❓ ⏂
young turtle
#

so anything missing from the sheet is not listed

chilly fulcrum
#

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

young turtle
#

I also only check the sheet for Unicode characters and not other ranges..Hangul..CJK...etc

chilly fulcrum
#

I see well you probably should so we don’t miss them

#

I mean your choice

young turtle
#

well everything is stored in my scrapping channels...feel free to roam and dicover...be my guest

chilly fulcrum
#

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

abstract marsh
chilly fulcrum
#

I personally won’t care for them

lilac maple
#

Unicode Character “◌ֳ” (U+05B3)#1206592567622373446 message for u+05f3

chilly fulcrum
#

time to increment

#

and it worked like a charm

#

{1f63c} + U+000d = {1f63d}

#

... well yes

chilly fulcrum
#

ah ok

#

recipe for 1f622 and 1f625 on sheet were wrong

#

because they look near identical

#

they got confused

#

fixed it

chilly fulcrum
#

i got a smiley emoji fd

#

1f613

neat haven
chilly fulcrum
#

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

candid trellis
#

isn't really helping 😦

burnt furnace
young turtle
#

Red square are missing/dead elements

#

U+1f00 to U+1fff range elements

abstract marsh
#

goofy, i can revive it
u want the recipe as well?

young turtle
#

well I am more interested on being able to use them on the bot.
but maybe other people will come looking for them

abstract marsh
#

ok, imma try revival with the method i used to do... no complain if the lineage reach over 300+ step

young turtle
#

two more fd

Character ⏘ is Codepoint U+23d8.
U+23d8  + □ Current Symbol  = ❓ ⏘

Character ⿿ is Codepoint U+2fff.
U+22ff  + 👉 Directly Next  = ❓ ⿿
young turtle
abstract marsh
#

ok now im doing u+1f5x

neat haven
candid trellis
abstract marsh
#

U+1f3x - U+1f5x done

#

ok im doing u+1f6x then

candid trellis
#

dead

#

unfortunate

abstract marsh
candid trellis
#

?

#

accidental ping?

abstract marsh
#

ah yeah

#

shouldnt have tried y related codepoint

candid trellis
#

please stop this nonsense 😦

abstract marsh
#

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

young turtle
#

Ok that is great! You are really fast!

abstract marsh
#

u+1fbx till u+1fcx is all alive now

#

that is oddly high quality emotes

#

U+1fdx except u+1fdc

abstract marsh
#

#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

young turtle
#

gj

blissful walrus
#

i messed around and got this for some reason

lethal nymph
#

fish 👍

chilly fulcrum
candid trellis
#

cuz only right side has quotes and they start with lowercase

chilly fulcrum
#

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

candid trellis
#

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

chilly fulcrum
#

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

candid trellis
#

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)

chilly fulcrum
#

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

candid trellis
lethal nymph
#

𝐂𝐨𝐧𝐟

chilly fulcrum
#

conf

#

how was the first one done? I’ve been unable to get around it doing that to my charcode variants

sage wren
chilly fulcrum
#

I mean causing it

#

Caps

#

it does that and I just say we’ll rip that idea

final sable
#

just got small psi

#

so only small xi remaining

chilly fulcrum
#

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

lethal nymph
#

yea i love the way it's encoded

chilly fulcrum
#

28ff = all on

#

so perfect really more blocks should be like it

lethal nymph
#

meanwhile the legacy computing block 😭

#

i couldn't figure out how that one was encoded

#

from 1FB00 to 1FB3B

final sable
#

one greek letter remains aaaaa

chilly fulcrum
#

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

pastel harness
#

? helpful

#

I forgot to include #astring.tocodepoint

#

When I combine with #tocodepoint it gives me emojis but I haven't tried with symbols

hybrid reef
#

got U+200E LEFT-TO-RIGHT MARK ‎‎

lethal nymph
#

𝐶𝑂𝑂𝐿

abstract marsh
#

what made the ai think its COOL result

final sable
#

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

latent lily
#

i just realized i cant get any early dynastic cuneiform characters since they were made in unicode 15.1 😭

#

oh nvm unicode 8

cold thorn
#

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

tepid blaze
tepid blaze
#

hmm not a fd i wonder who have done samaritan

chilly fulcrum
#

yeah similar to emoji block a lot of things not fd

lethal nymph
#

i let the scraper run and went to sleep, woke up to my laptop being restarted by a windows update 😭

#

i love windows

lethal nymph
chilly fulcrum
#

okay damn thats a lot of tools i dont have

abstract marsh
#

yeah u want the save file or i just start listing most of em with analyzer link?

#

this gonna take a while

lethal nymph
#

stepped into 02xx and of course this is the first thing i see

chilly fulcrum
#

rtl

#

yeah

#

cause

#

0202

#

-> 202x

#

which is where all the rtl is

lethal nymph
#

it does feel as if i'm doing 2xxx lmao

abstract marsh
chilly fulcrum
#

whatever is the least work for you

chilly fulcrum
#

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

candid trellis
#

yayyyyy ... 😢

#

wait why are they named but don't exist?

#

*also got the 1A3D

spice lark
candid trellis
#

I just have the base font. Nothing special

abstract marsh
#

i would be missing alot of named unicode if that happen to me :v

candid trellis
chilly fulcrum
#

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

lilac maple
#

Unicode Character ᦳ (U+19B3) and Unicode Character ᦴ (U+19B4) #1206592567622373446 message for u+05f5

#

Unicode Character ᦵ (U+19B5) #1206592567622373446 message for u+05f3

lethal nymph
#

wow wow calm down

#

mrom ascii

lilac maple
#

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)

lethal nymph
hybrid reef
#

have Prepend U+(many numbers) elements always doing it?

pastel harness
trim pond
#

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

graceful marsh
#

U+f000 can also be gotten with (Idi Amin + Mars Rover) + Unicode

trim pond
#

ok but if you do every other recipe then it is for free

graceful marsh
#

True

#

Still a funny fact

#

Oh actually

trim pond
graceful marsh
#

#1226511876733669436 message

Here's every spontaneous U+ code we've found so far

#

If you have any please send

trim pond
#

wait wdym U+ code? like literally anything that starts with U+ ?

graceful marsh
#

Yeah

Where it just came out of nowhere

trim pond
#

and does it need to only have 0-f

graceful marsh
#

So like the Unicode + Ukko = U+0000 thing

trim pond
#

and a single +

graceful marsh
#

Yeah

trim pond
#

ok i will look through my unicodes

#

but I don't think I ever found any like that

final sable
#

@graceful marsh ^

graceful marsh
#

It's on that sheet already

#

I think D had it since recipe book 3

pastel harness
#

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?

chilly fulcrum
#

yeah it can be rough, have you tried using "..u-" strat

pastel harness
#

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

chilly fulcrum
#

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

pastel harness
#

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

chilly fulcrum
#

cool i will put in sheet - may i have recipe for laotian unicode?

pastel harness
#

sorry that it's blurry. I'm zoomed out to give me more room on my baord

chilly fulcrum
#

yeah okay laotian isnt in browser either sadly

pastel harness
chilly fulcrum
#

okay

pastel harness
#

I also have some of the tifinagh symbols too since of the letter

chilly fulcrum
#

cool so did you end up using "..u-" to get to 1e00?

pastel harness
#

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

chilly fulcrum
#

yeah sure

pastel harness
#

From U+19 + U+19 = U+1A and it goes down the line to e

chilly fulcrum
#

yeah all good i got all that i was just curious

#

anyway got 1e00 now

#

had 0e00 already

#

0e00 + 1e = 1e00

pastel harness
#

what is 0e00 for?

chilly fulcrum
#

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

abstract marsh
pastel harness
#

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

sonic heart
#

i accidentally got "Prepend Е" (cyrillic E)

pastel harness
#

nice

chilly fulcrum
#

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

sage wren
sonic heart
#

i dont think so lmao

sage wren
#

test it

sonic heart
sage wren
#

can you try it on something like "test" then ..

sonic heart
#

it does nothing lol

sage wren
#

amazing

golden ferry
#

why are these different

chilly fulcrum
#

probably because one is 2 exclaimation marks

#

and the other is the double excalaimation mark character

pastel harness
#

any ideas what to combine with U+1e62 and U+1e63?

stable verge
#

ujj

chilly fulcrum
#

its going to be tough to get those (i need to finish off the others you did)

#

ill have a try

tepid blaze
#

hell im gonna need to add all of that 💀 (result of scrapping via Arabic Unicode)

abstract marsh
#

not as bad as nata's bruteforce. theres alot of lineage i need to copy&paste though

chilly fulcrum
#

damn all the ff

pastel harness
#

Lemme check

#

What symbol?

#

Is it the E looking one?

chilly fulcrum
#

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

pastel harness
#

oh I see

#

M + Tifinagh Unicode

#

Just try A to Z + Tifinagh Unicode

chilly fulcrum
#

okay

pastel harness
#

That's what I did and then try mixing the symbols I already had

chilly fulcrum
#

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

pastel harness
#

nice fd

#

i'm gonna need some of those too

#

i'm busy rn i can't show em rn

chilly fulcrum
#

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

chilly fulcrum
trim pond
chilly fulcrum
#

ah ok well mine was Mr. U+++ + U+0

#

i think

abstract marsh
#

i think mr. u+++ should be easier?

trim pond
#

108C0 𐣀

chilly fulcrum
#

is that assigned?

trim pond
#

i don't know. but probably not because I can't search for it on google

abstract marsh
#

just use unicode checker website

lethal nymph
#

getting some braille patterns on this patch

trim pond
#

Found all U+axx

chilly fulcrum
#

seems like a lot - what was main strat

trim pond
#

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

chilly fulcrum
#

and you didnt use "..u-" for the others like U+a10 etc?

#

i guess they werent as troublesome as ae0

trim pond
#

like to make U+a00 and U+a10 just use any strategy. I guess "..u-" should work

trim pond
chilly fulcrum
#

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

trim pond
#

well you don't really want to make "..u-" for every combination of those. like the starting ones and then you just combine

chilly fulcrum
#

yes just for a10 and so forth

trim pond
chilly fulcrum
#

let me see

trim pond
#

like I was surprised that for all (I think) U+a(number)x this recipe worked: U+a18 + U+a19 = U+a1a

chilly fulcrum
#

hmm ok

trim pond
#

for the letters I used a different strategy but I think it also works

chilly fulcrum
#

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

trim pond
#

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?

candid trellis
#

didnt you get the fd?

trim pond
#

can you try? this recipe should give lowercase A

candid trellis
#

it does indeed give lowercase a

#

but casing doesnt matter once its been revived

trim pond
#

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

candid trellis
#

you did revive it

chilly fulcrum
#

yes you revived it

trim pond
#

bcs I thought it was only possible to revive an element if you made it correctly the first time

candid trellis
#

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)

chilly fulcrum
#

yeah you can always revive things unless its a cached recipe

trim pond
#

oooh, ok.

chilly fulcrum
#

if it is cached you just need to turn the cache off after

#

or find an alternate recipe

chilly fulcrum
#

actually so like you said you incremented by 10? Like from a00 to a10 then a20?

trim pond
#

yes

lethal nymph
#

i guess we're done early today

final sable
#

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)

lethal nymph
final sable
#

two recipes which work:

candid trellis
final sable
lethal nymph
#
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```
candid trellis
#

all dead ones?

lethal nymph
#

yea

candid trellis
#

cc-ff isnt anymore

trim pond
#

wdym by dead ones?

candid trellis
#

like U+02A instead of U+02a like you revived before

trim pond
#

oh right, I was thinking of something else ..

chilly fulcrum
final sable
trim pond
final sable
#

turns out Johny had psi for ages and never told you guys, but I found a recipe anyway

trim pond
final sable
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

final sable
#

uh

#

it’s in the bot

chilly fulcrum
#

okay

final sable
#

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

chilly fulcrum
#

yes and no

#

it depends on how hard it resist you

#

Cyrillic Division Sign + U+22d7 flashbacks intensify

final sable
#

alright, as a general rule of thumb then

#

this might be the end of my unicode journey 🥲

chilly fulcrum
#

yeah you could try it - although it seems my success seems to be disproportionately worse

#

with that method

final sable
#

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

chilly fulcrum
#

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

final sable
#

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 :)

trim pond
#

does anyone know how to make U- ?

modest idol
trim pond
#

thx

lilac maple
#

Unicode Character ffi (U+FB03)

sage wren
#

ffi

chilly fulcrum
#

Ooh nice we can abuse that one actually

#

we need to make FFI

#

then we can abuse it

lilac maple
#

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)

chilly fulcrum
#

we have fb47 and 48?

lilac maple
#

yea checked the sheet

lethal nymph
#

damn the game really loved ⸭

olive timber
#

How is Cyrillic small letter ye made? (е)

lethal nymph
#

have you checked sheet

olive timber
#

uhh

#

Recipe is not goven

lethal nymph
#

use the capital one

olive timber
#

Kk

olive timber
lethal nymph
#

415

olive timber
#

Ty

lilac maple
#

Unicode Character 𐒰 (U+104B0) and lots of unassigned.

chilly fulcrum
#

fair enough I guess

chilly fulcrum
#

ok let me catch up on yours

#

i havent added a lot of yours sorry

sonic heart
#

how many cyrillic letters in quotation marks are found?

chilly fulcrum
#

dont know

#

can run a dead test i guess

#

and that would tell you

sonic heart
#

idk what that is but ok

chilly fulcrum
#

i really should actually commit to making the code to do that

sonic heart
#

cyrillic і in quotes

chilly fulcrum
#

i also havent done natas most recent couple of dumps i hope he stores them somewhere

pastel harness
#

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

chilly fulcrum
#

retroflex underdot wa

pastel harness
#

ok how do I get U+0282 because idk how

chilly fulcrum
#

those look good, whats the issue

#

where are you stuck

pastel harness
#

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

tepid blaze
pastel harness
#

I did not lemme try

#

ok both did not work

chilly fulcrum
#

ah to get 200 do U+++100 + U+++50

#

then +++50 again

#

then U+0000

pastel harness
#

ah ok

chilly fulcrum
#

for whatever reason 100 doesnt add to itself to be 200

#

idk it is what it is

pastel harness
#

no but I did that and it gave me U+2000

chilly fulcrum
#

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

pastel harness
#

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

chilly fulcrum
#

you dont have U-1??

#

im sorry

#

what

pastel harness
#

now I gotta get 82

chilly fulcrum
#

do you have u-1

pastel harness
#

ok now I got it U+0282

chilly fulcrum
#

okay

#

cursed

pastel harness
#

aha

#

this math aint mathing

chilly fulcrum
#

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

pastel harness
#

ɭ

chilly fulcrum
#

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

abstract marsh
chilly fulcrum
#

i see

abstract marsh
#

i was asking if that worked

chilly fulcrum
#

yeah it does

lethal nymph
#

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

candid trellis
lethal nymph
#

yea i kno

lethal nymph
#

wake up new invisible unicode sequence just dropped

#

{right to left embedding}{space}{variant selector 15}{pop directional formatting}

abstract marsh
#

why the hell After Previous Unicode gives such element 🙃

lethal nymph
#

idk

young turtle
#

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

abstract marsh
#

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 )

chilly fulcrum
#

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}

young turtle
chilly fulcrum
#

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?

young turtle
young turtle
chilly fulcrum
#

okay

#

how did you gyus even get 21ex oml

#

i have to use "..u-" for every single one

#

it refuses to increment

abstract marsh
#

ah that one was my doing ( discover it ) lmao
im not having my pc until few hours into the future

chilly fulcrum
#

yeah i have to use "..u-" for literally every single one

abstract marsh
#

oof i'll drop the lineage without that later

chilly fulcrum
#

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

abstract marsh
#

oh nvm, u+21eb until u+21ef wasnt my doing

chilly fulcrum
#

i got to 21e6

#

could not progress

abstract marsh
#

try u+21e or u+++21e + u+e0 or u+++e0

chilly fulcrum
#

bruh

abstract marsh
#

oof

chilly fulcrum
#

the e0 is fine

#

the e7-ef is not

#

actually even for 21e6 i had to use "..u-"

abstract marsh
#

for eb-ef, u probs need that...but not for e0-ea

chilly fulcrum
#

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

lilac maple
#

Unicode Character ף (U+05E3) long lineage #1206592567622373446 message for "אב"

#

and why is ם (u+05dd) is still not added to the sheet message #1206592567622373446 message

chilly fulcrum
#

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

lilac maple
#

for fb41

chilly fulcrum
#

okay

#

05dd for reference

#

alright i can follow yours now

#

done through to fb51

#

now looking at 05e3

lilac maple
#

Unicode Character ך (U+05DA)

lethal nymph
tepid blaze
#

who don't like U + x x x x tech?

abstract marsh
#

ok thats rare

chilly fulcrum
#

Rare

final sable
#

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

lethal nymph
#

don't tell me you don't use the helper script

final sable
#

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

lethal nymph
#

helper introduces non-vanilla mechanics too, aka middle click

final sable
#

oh well my middle click is broken anyway 😂

abstract marsh
#

turns out my lineage for U+23Ex is kinda relying on previous range ( U+2xEx )

lethal nymph
#

ah yes another

sage wren
#

splendid, a lunatic is giving a thumbs up

lilac maple
#

lots of Unicode characters (u+fb53 - u+fb7f)

lilac maple
#

Unicode Character ץ (U+05E5) the whole Hebrew alphabet completed

lethal nymph
#

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```
chilly fulcrum
#

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

pastel harness
#

#1206592567622373446 message

abstract marsh
chilly fulcrum
#

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

abstract marsh
#

i think thats all references you need...

chilly fulcrum
#

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

tepid blaze
abstract marsh
#

i see nice

chilly fulcrum
#

i couldnt break past fbbf

#

also emoji unicode is there recipe for this

tepid blaze
#

yay got VARIATION SELECTOR-16

chilly fulcrum
#

lmao

#

i tried messing with U+e0001 a while back

#

but maybe sine model change* it will do something

chilly fulcrum
#

unicode emoji and emoji unicode i think i need to play a bit

lethal nymph
#

been a while since we had an encoding error

chilly fulcrum
#

be funny if it says something if you change encoding

#

like some text encoding converter idk

#

new face??

#

incrementing just stopped working ; ;

chilly fulcrum
#

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

candid trellis
#

characters or codepoints

chilly fulcrum
#

characters

#

i have found a few incorrect recipes so maybe i should stop skipping ones already marked

chilly fulcrum
abstract marsh
#

underscore K

chilly fulcrum
#

so yeah do you have the 21xex and 23ex

#

need to get started on johny

#

long list

abstract marsh
#

21xex...?

chilly fulcrum
#

21ex

chilly fulcrum
#

21xe^x 🙂

abstract marsh
#

23ex... well long lineage as i used u+23de + u+23df = u+23e0

chilly fulcrum
#

okay

#

do you have like unicode 11.0 or anything

#

i have multiples of 10.0

#

but some sheet recipes use 13.0

abstract marsh
#

i dont really dive deep into xx.x stuff just when im at desperate situations

#

also i found alt route for u+23e0

#

this should be easy to follow i think

#

for u+21eb - u+21ef
just use "..u" strat...

chilly fulcrum
#

ty

#

if any of those from natas or johny's lists are easy for u to do would appreciate the help