Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<meta charset=utf-8>
<style>
span {
font-size: 36px;
font-kerning: none;
}
#ref {
text-transform: uppercase;
}
</style>
<body>
<p>The two lines should match:
<p><span id="ref">S&nbsp;&nbsp;πŸ‡ΈπŸ‡ͺ&nbsp;&nbsp;v&nbsp;&nbsp;e</span>
<p><span id="ref">S&nbsp;&nbsp;πŸ‡ΈπŸ‡ͺ&nbsp;&nbsp;v&nbsp;&nbsp;e</span>
</body>