how

to replace the hearts cursor with a symbol/character or your choice


1.

visit https://charcode98.neocities.org, and use the charCodeAt() generator

charCodeAt()

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

follow this

2.

go to carrd.co or your code, copy and paste this code in your code or an embed for carrd

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

CTRL+F
Find in Page for mobiles

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
first charcode

SECOND CHARCODE
second charcode

CODE OUTCOME USING 115 https://jsbin.com/yadanarowu/1/edit?html,output

Edit
Pub: 15 Jun 2022 15:53 UTC
Views: 1176