Single straight quote mark?

I am looking to insert a single straight quote mark (ascii ') instead of a single curly quote mark. The code currently shows a straight mark, but appears as a curly quote mark in my collection.

It’s the mark after ${$w( “#input2” ).value}

let toInsert = {
 "title": `${$w("#input2").value}' ${$w("#dropdown3").value} ${$w("#input1").value} ${$w("#dropdown2").value}`,