<!doctype html> | |
<html> | |
<head> | |
<title>mathvariant on tokens</title> | |
<meta charset="utf-8"/> | |
</head> | |
<body> | |
<!-- Test mathvariant on various tokens --> | |
<math> | |
<mo lspace="0px" rspace="0px">𝕬</mo> | |
</math><br/> | |
<math> | |
<mi>𝕬</mi> | |
</math><br/> | |
<math> | |
<mn>𝕬</mn> | |
</math><br/> | |
<math> | |
<ms>𝕬</ms> | |
</math> | |
</body> | |
</html> |