how
to replace the hearts cursor with a symbol/character or your choice
1.
visit https://charcode98.neocities.org, and use the charCodeAt() generator
paste or type a symbol/character of your choice in the left box → generate the code → copy the charcode output e.g 115 shown in the image
3.
CTRL+F for PC or Find in Page for mobile and type the word charcode. ill show what the CTRL+F or find in page is
there are actually two charcode, CTRL+F or find in page the word charcode
and replace the 9829 to the copied charCodeAt() like in the 1st step. ill show what is the two charcodes:
FIRST CHARCODE
SECOND CHARCODE
CODE OUTCOME USING 115 https://jsbin.com/yadanarowu/1/edit?html,output