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 πΈπͺ v e</span>
<p><span id="ref">S πΈπͺ v e</span>
</body>