We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you can change text/emoji characters into your emoji ( what ever it is, images/fonts/icons).
Example if web page have like this <span>Hi! danbovey :) </span> or <span>🙈😉😃😢😜😳😒😭😊😁☺️😔</span> These characters should replaced by your colored emoji.
<span>Hi! danbovey :) </span>
<span>🙈😉😃😢😜😳😒😭😊😁☺️😔</span>
Why because, After I picked and saved to backend then I retrieve them into my web page. characters are looks like '☺️' in my web page.
Also please consider IE browser. You can open this same page in IE and see What exactly I want to tell you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How do you can change text/emoji characters into your emoji ( what ever it is, images/fonts/icons).
Example if web page have like this
<span>Hi! danbovey :) </span>
or<span>🙈😉😃😢😜😳😒😭😊😁☺️😔</span>
These characters should replaced by your colored emoji.
Why because, After I picked and saved to backend then I retrieve them into my web page. characters are looks like '☺️ ' in my web page.
Also please consider IE browser. You can open this same page in IE and see What exactly I want to tell you.
The text was updated successfully, but these errors were encountered: