var utterThis = new window.SpeechSynthesisUtterance('き'); utterThis.lang = 'ja'; window.speechSynthesis.speak(utterThis);