blob: e01e6498f2883c9ec428218b6255ea4d4845fe21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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>
|