15 lines
321 B
HTML
15 lines
321 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test mpadded</title>
|
|
</head>
|
|
<body>
|
|
<math>
|
|
<mpadded mathbackground="red" height="100width" depth="0">
|
|
<mphantom>
|
|
<mtext>𝚇<!-- Mathematical Monospace Capital X --></mtext>
|
|
</mphantom>
|
|
</mpadded>
|
|
</math>
|
|
</body>
|
|
</html>
|