Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字エンティティ参照を含むテキスト ノードを作成してみました。(JavaScript) うまくいきませんでした。質問: 特殊文字を含むテキスト ノードを作成するにはどうすればよいですか?
Unicode 値表記を使用する必要があります。 document.createTextNode("\uf012");
document.createTextNode("\uf012");