1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>test</title>
<style type="text/css">
input{
font-family: "Unicode Symbols", "Times New Roman", "Apple Symbols","Arial Unicode MS";
font-size:16px;
}
</style>
</head>
<body >
<div style="text-align:center;" >
<input id="radic" name="radic" title="√" type="button" value="√" />
<br />
⊥
<br />
<input id="Oplus" name="Oplus" title="⊕" type="button" value="⊕" />
</div>
</body>
</html> |
Partager