NodeJs doesn’t return Persian/Farsi words correctly

The issue is once I console.log() a Persian/Farsi word. Node.js logs it in left to the right direction and it makes the word unreadable.

console.log("کیان");

Screenshot of console

The terminal logs: ن ای ک instead of کیان

Didn’t find any solution from documentaries.