Added in 1.9.7

$imagechar(text)

Replaces any emoticon triggers with a image tag.

Parameters

Parameter Description
text The text to replace.

Example

; Provided that there is an emoticon set for ":>", replaces the ":>" with $chr(61441) :> $chr(61441).
//echo -ag $imagechar(Replace :> smiley with an emoticon)