$("#status").html('<img src="available.png">Available');
Instead of checkMark picture I want a chekMark character.
Is there a way, please?
Create a check mark symbol by pressing and holding Alt , and then typing 0252 using the numeric keypad on the right side of the keyboard.
A tick symbol, also referred to as check symbol or check mark, is a special symbol (✓) that can be inserted in a cell (alone or in combination with any other characters) to express the concept "yes", for example "yes, this answer is correct" or "yes, this option applies to me".
A check mark (American English), checkmark (Philippine English), tickmark (Indian English) or tick (Australian, New Zealand English, and British English) is a mark (✓, ✔, etc.) used, primarily in the English-speaking world, to indicate the concept "yes" (e.g. "yes; this has been verified", "yes; that is the correct ...
First type 2 7 0 5 to where you want to make the Heavy White Check Mark, select 2705 by cursor, while the Unicode Hex value is selected, press and hold down the Alt key, and type X , release the Alt key and you get a ✅ Heavy White Check Mark.
You could use U+2713 (Check Mark Symbol ✓):
$("#status").text("\u2713 Available");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With