1 <svg xmlns=
"http://www.w3.org/2000/svg">
6 <text>a
𞠯</text>
11 window.addEventListener(
"load", function() {
12 var text = document.getElementsByTagName(
"text")[
0];
13 text.firstChild.data =
"d";
14 text.appendChild(document.createElementNS(
"http://www.w3.org/2000/svg",
"g"));