diff --git a/vcm/index.html b/vcm/index.html
index 80fcf2b28e2a6114841ec55d4bf8e88d5df98b0d..b5f88f27217dc785c685c7e230388df63d8faac7 100644
--- a/vcm/index.html
+++ b/vcm/index.html
@@ -178,7 +178,7 @@
       <!-- End of: Content Start Screen -->
       <!-- Content Tour -->
       <div id="tour-frame" style="display: none; overflow-y: scroll;overflow-x: hidden">
-        <div id="updown" onclick="changesize()" style="font-family: 'Zapf Dingbats';display: block; font-size: 60px; padding-left: 48%; margin-right: -50%; margin-top: -65px; margin-bottom: 5px; position: sticky;position: -webkit-sticky;position: relative;">&#129169</div>
+        <div id="updown" onclick="changesize()" style="font-family: 'Zapf Dingbats';display: block; font-size: 60px; padding-left: 48%; margin-right: -50%; margin-top: -65px; margin-bottom: 5px; position: sticky;position: -webkit-sticky;position: relative;">🢑</div>
           <div class="tour-top-navi"  style="z-index:99">
              <a href="#" onclick="Introshow();setpositionVAR(false);zoomto('IntroProj')" id = "btn_intro" class=" top-nav buttonset one btn_home btn_size">Info</a>
              <a href="#" onclick="Projektshow();zoomto('ProjektePage');" id = "btn_intro" class=" top-nav buttonset one btn_home btn_size">Projekte</a>
diff --git a/vcm/js/updown.js b/vcm/js/updown.js
index 2c6269b03b3f200387e2f6c8e7421093295369d4..f5a8e539c219fecc915ffea1846bcd41349bc6b8 100644
--- a/vcm/js/updown.js
+++ b/vcm/js/updown.js
@@ -4,7 +4,7 @@ function changesize(){
     
     if (updown.innerHTML == "🢑"){
         document.getElementById("story-frame").style.top = "0%";
-        updown.innerHTML = "&#129171"
+        updown.innerHTML = "🢓"
 
         document.getElementById("updown").style.fontSize = "60px";
         document.getElementById("updown").style.paddingLeft =  "48%";
@@ -18,7 +18,7 @@ function changesize(){
 
     } else if (updown.innerHTML == "🢓"){
         document.getElementById("story-frame").style.top = "50%";
-        updown.innerHTML = "&#129169"
+        updown.innerHTML = "🢑"
 
         document.getElementById("updown").style.fontSize = "60px";
         document.getElementById("updown").style.paddingLeft =  "48%";