This may be a cursed or not cursed thing to make you learn but...
DID YOU KNOW ?
You can put symbols and emoji on your profile.
_____________________________________
How do you do this ?
Obviously it's not going to be the simple click and send.
But every web browser has their set of emoji set by default that can be entered through HTML.
And guess what ? It turns out that BYOND clients actually act as a web browser.
So if you put the correct code for your symbol/emoji, it will appears as beautiful as ever on your splendid profile.
They are usually assigned to two codes. One decimal and the other Hexadecimal.
For our SL2 profile. We are going to use decimal codes.
They all work the same :
&#(code);
"&#" to start,
";" to end. (don't forget it)
they work as a word. So you just have to put those directly on your text.
Example :
writting :
Gives :
This is my cat : 🐈
_____________________________________
How and where do i found all those codes for symbols and emojis ?
Thanksfully our greatest free guide on internet give us all we need to know for us to put as many emoji as we want and can.
Althought you need to know that they are all separated to different category :
You have :
The arrows ←
https://www.w3schools.com/charsets/ref_utf_arrows.asp
Math operators ∀
https://www.w3schools.com/charsets/ref_utf_math.asp
Box drawings ╬
https://www.w3schools.com/charsets/ref_utf_box.asp
blocks elements ▞
https://www.w3schools.com/charsets/ref_utf_block.asp
Geometrics shapes ◉
https://www.w3schools.com/charsets/ref_u...metric.asp
Misc symbols ☠
https://www.w3schools.com/charsets/ref_utf_symbols.asp
Dingbats ✉ (for all the secrets/mystery lovers)
https://www.w3schools.com/charsets/ref_utf_dingbats.asp
Emojis ☝
https://www.w3schools.com/charsets/ref_emoji.asp
and finally. The emoji smileys ?
https://www.w3schools.com/charsets/ref_e...mileys.asp
_____________________________________
And there !
You now know how to put symbols and emoji on your profile
Now, you just need to put your background color in fluo pink, your text on comic sans and yellow color
and you are finally ready to use your profile like a teenage blog from the 2000's
You are welcome !
DID YOU KNOW ?
You can put symbols and emoji on your profile.
_____________________________________
How do you do this ?
Obviously it's not going to be the simple click and send.
But every web browser has their set of emoji set by default that can be entered through HTML.
And guess what ? It turns out that BYOND clients actually act as a web browser.
So if you put the correct code for your symbol/emoji, it will appears as beautiful as ever on your splendid profile.
They are usually assigned to two codes. One decimal and the other Hexadecimal.
For our SL2 profile. We are going to use decimal codes.
They all work the same :
&#(code);
"&#" to start,
";" to end. (don't forget it)
they work as a word. So you just have to put those directly on your text.
Example :
writting :
Code:
<p> This is my cat : &#(128008); (without parenthese)
Gives :
This is my cat : 🐈
_____________________________________
How and where do i found all those codes for symbols and emojis ?
Thanksfully our greatest free guide on internet give us all we need to know for us to put as many emoji as we want and can.
Althought you need to know that they are all separated to different category :
You have :
The arrows ←
https://www.w3schools.com/charsets/ref_utf_arrows.asp
Math operators ∀
https://www.w3schools.com/charsets/ref_utf_math.asp
Box drawings ╬
https://www.w3schools.com/charsets/ref_utf_box.asp
blocks elements ▞
https://www.w3schools.com/charsets/ref_utf_block.asp
Geometrics shapes ◉
https://www.w3schools.com/charsets/ref_u...metric.asp
Misc symbols ☠
https://www.w3schools.com/charsets/ref_utf_symbols.asp
Dingbats ✉ (for all the secrets/mystery lovers)
https://www.w3schools.com/charsets/ref_utf_dingbats.asp
Emojis ☝
https://www.w3schools.com/charsets/ref_emoji.asp
and finally. The emoji smileys ?
https://www.w3schools.com/charsets/ref_e...mileys.asp
_____________________________________
And there !
You now know how to put symbols and emoji on your profile
Now, you just need to put your background color in fluo pink, your text on comic sans and yellow color
and you are finally ready to use your profile like a teenage blog from the 2000's
You are welcome !