diff --git a/cumulus/scripts/ci/changelog/templates/runtime.md.tera b/cumulus/scripts/ci/changelog/templates/runtime.md.tera
index 782d782bbe6ea90842b3549224507b9a32576135..2027ca78c1ea8b57b3d633fcc24b99d2400fe509 100644
--- a/cumulus/scripts/ci/changelog/templates/runtime.md.tera
+++ b/cumulus/scripts/ci/changelog/templates/runtime.md.tera
@@ -22,7 +22,7 @@
 🔥 Core Version:		{{ runtime.data.runtimes.compressed.subwasm.core_version }}
 🗜 Compressed:			{{ compressed }}: {{ comp_ratio | round(method="ceil", precision=2) }}%
 🎁 Metadata version:		V{{ runtime.data.runtimes.compressed.subwasm.metadata_version }}
-#️⃣ Blake2-256 hash:		{{ runtime.data.runtimes.compressed.subwasm.blake2_256 }}
+🗳️ Blake2-256 hash:		{{ runtime.data.runtimes.compressed.subwasm.blake2_256 }}
 📦 IPFS:			{{ runtime.data.runtimes.compressed.subwasm.ipfs_hash }}
 ```
 {%- endmacro runtime %}