传统的方式:
1 , 直接使用 ” ¥ ”
2, 使用 ” & #65509 ;”
淘宝新的方式:
使用 font-family:Arial; + & yen ; 符号 。
代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>显示RMB符号</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="zh-CN" />
<meta name="Keywords" content="显示RMB符号,cssrain" />
<meta name="Description" content="显示RMB符号,cssrain" />
<style>*{font-size:12px;}</style>
</head>
<body>
<p>显示RMB符号:</p>
<p style=" font-family:Arial;">¥ 30元</p>
<p >¥30元</p>
<p >¥30元</p>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>显示RMB符号</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="zh-CN" />
<meta name="Keywords" content="显示RMB符号,cssrain" />
<meta name="Description" content="显示RMB符号,cssrain" />
<style>*{font-size:12px;}</style>
</head>
<body>
<p>显示RMB符号:</p>
<p style=" font-family:Arial;">¥ 30元</p>
<p >¥30元</p>
<p >¥30元</p>
</body>
</html>