diff --git a/resources/glyphEditor.html b/resources/glyphEditor.html
index 31fbd907..d84704fc 100644
--- a/resources/glyphEditor.html
+++ b/resources/glyphEditor.html
@@ -170,7 +170,7 @@
// Let's use the DOM to store everything for now
static updateCaption(element, code) {
- element.textContent = `Char #${code}`;
+ element.textContent = `Char #${code} [`+String.fromCharCode(code)+']';
}
// Add a pixel matrix to draw a new character