Teilen Sie das Symbol in JavaScript auf String in String

textArea.val(function(i, val) {
    return val + "\u00f7";
});
Nasty Nightingale