diff --git a/web/js/serverstatus.js b/web/js/serverstatus.js
index dca1321..d7b6556 100644
--- a/web/js/serverstatus.js
+++ b/web/js/serverstatus.js
@@ -252,7 +252,7 @@ function uptime() {
                     TableRow.children["ping"].children[0].children[0].className = "progress-bar progress-bar-warning";
                 else
                     TableRow.children["ping"].children[0].children[0].className = "progress-bar progress-bar-success";
-	            TableRow.children["ping"].children[0].children[0].innerHTML = PING_10010 + "% | " + PING_189 + "% | " + PING_10086 + "%";
+	            TableRow.children["ping"].children[0].children[0].innerHTML = PING_10010 + "%💻" + PING_189 + "%💻" + PING_10086 + "%";
 
 				// Custom
 				if (result.servers[i].custom) {